summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-04-03 14:16:49 +0100
committerDamien George <damien.p.george@gmail.com>2015-04-03 14:16:49 +0100
commitc0dcf6e87873aaf5deaab0501750c2cfca14777a (patch)
treef2a5ecca6cde0687a200052e9dad0d4a510f4ca2
parent43ea73faa6f94c816ded5d2d3369f0b49c5834e0 (diff)
downloadmicropython-c0dcf6e87873aaf5deaab0501750c2cfca14777a.tar.gz
micropython-c0dcf6e87873aaf5deaab0501750c2cfca14777a.zip
README: Add note about pic16bit port.
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6ea559f436..88db643883 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,7 @@ Additional components:
mostly to control code size.
- teensy/ -- a version of Micro Python that runs on the Teensy 3.1
(preliminary but functional).
+- pic16bit/ -- a version of Micro Python for 16-bit PIC microcontrollers.
- unix-cpy/ -- a version of Micro Python that outputs bytecode (for testing).
- tests/ -- test framework and test scripts.
- tools/ -- various tools, including the pyboard.py module.