summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDaniel Campora <daniel@wipy.io>2015-04-18 19:15:28 +0200
committerDaniel Campora <daniel@wipy.io>2015-04-18 19:49:00 +0200
commit23008db6e1cdbc15397a2e3d213b8d94e1b8d68e (patch)
tree0b72355927f0f1914384c81268bb66c1b0626291
parente3cd1543170a9b00b75fb0d1d097f0d68dc8d45b (diff)
downloadmicropython-23008db6e1cdbc15397a2e3d213b8d94e1b8d68e.tar.gz
micropython-23008db6e1cdbc15397a2e3d213b8d94e1b8d68e.zip
README.md: Add the CC3200 port to the list of additional components.
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 88db643883..04df97935c 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,7 @@ Additional components:
- 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.
+- cc3200/ -- a version of Micro Python that runs on the CC3200 from TI.
- 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.