summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-01-19 18:18:43 +0000
committerDamien George <damien.p.george@gmail.com>2014-01-19 18:18:43 +0000
commitf438b936e0edcbc3eab9af6cc3513db1f01ab17e (patch)
tree34150658a0d61d98eb5c415b6e57b6ba41eb31ce
parent5f7e8dc176661b49e12a0d8425101799ff176d19 (diff)
downloadmicropython-f438b936e0edcbc3eab9af6cc3513db1f01ab17e.tar.gz
micropython-f438b936e0edcbc3eab9af6cc3513db1f01ab17e.zip
Small changes to README.
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index d723818fe3..3302eba8f4 100644
--- a/README.md
+++ b/README.md
@@ -21,14 +21,17 @@ Major components in this repository:
- unix/ -- a version of Micro Python that runs on Unix.
- stm/ -- a version of Micro Python that runs on the Micro Python board
with an STM32F405RG.
+- teensy/ -- a version of Micro Python that runs on the Teensy 3.1
+ (preliminary but functional).
Additional components:
- unix-cpy/ -- a version of Micro Python that outputs bytecode (for testing).
- tests/ -- test framework and test scripts.
- tools/ -- various tools.
+- examples/ -- a few example Python scripts.
"make" is used to build the components, or "gmake" on BSD-based systems.
-You will also need bash and python3, and python2 for the stm port.
+You will also need bash and python (2.7 or 3.3) for the stm port.
The Unix version
----------------