From aa7cf6f72f4e8a553f892629bb3338ab8c982d57 Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 21 May 2014 20:14:27 +0100 Subject: stm: Remove long-obsolete stm/ port. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3e81a655d..48942daa7 100644 --- a/README.md +++ b/README.md @@ -29,15 +29,13 @@ Major components in this repository: - py/ -- the core Python implementation, including compiler and runtime. - unix/ -- a version of Micro Python that runs on Unix. - stmhal/ -- a version of Micro Python that runs on the Micro Python board - with an STM32F405RG (using ST's new Cube HAL drivers). + with an STM32F405RG (using ST's Cube HAL drivers). - teensy/ -- a version of Micro Python that runs on the Teensy 3.1 (preliminary but functional). Additional components: - bare-arm/ -- a bare minimum version of Micro Python for ARM MCUs. Start with this if you want to port Micro Python to another microcontroller. -- stm/ -- obsolete version of Micro Python for the Micro Python board - that uses ST's old peripheral drivers. - 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. -- cgit v1.2.3