From 23008db6e1cdbc15397a2e3d213b8d94e1b8d68e Mon Sep 17 00:00:00 2001 From: Daniel Campora Date: Sat, 18 Apr 2015 19:15:28 +0200 Subject: [PATCH] README.md: Add the CC3200 port to the list of additional components. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 88db64388..04df97935 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.