diff options
author | Daniel Campora <daniel@wipy.io> | 2015-04-18 19:15:28 +0200 |
---|---|---|
committer | Daniel Campora <daniel@wipy.io> | 2015-04-18 19:49:00 +0200 |
commit | 23008db6e1cdbc15397a2e3d213b8d94e1b8d68e (patch) | |
tree | 0b72355927f0f1914384c81268bb66c1b0626291 | |
parent | e3cd1543170a9b00b75fb0d1d097f0d68dc8d45b (diff) | |
download | micropython-23008db6e1cdbc15397a2e3d213b8d94e1b8d68e.tar.gz micropython-23008db6e1cdbc15397a2e3d213b8d94e1b8d68e.zip |
README.md: Add the CC3200 port to the list of additional components.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |