Skip to content

Commit aa7cf6f

Browse files
committed
stm: Remove long-obsolete stm/ port.
1 parent 63436ce commit aa7cf6f

File tree

222 files changed

+1
-93217
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

222 files changed

+1
-93217
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,13 @@ Major components in this repository:
2929
- py/ -- the core Python implementation, including compiler and runtime.
3030
- unix/ -- a version of Micro Python that runs on Unix.
3131
- stmhal/ -- a version of Micro Python that runs on the Micro Python board
32-
with an STM32F405RG (using ST's new Cube HAL drivers).
32+
with an STM32F405RG (using ST's Cube HAL drivers).
3333
- teensy/ -- a version of Micro Python that runs on the Teensy 3.1
3434
(preliminary but functional).
3535

3636
Additional components:
3737
- bare-arm/ -- a bare minimum version of Micro Python for ARM MCUs. Start
3838
with this if you want to port Micro Python to another microcontroller.
39-
- stm/ -- obsolete version of Micro Python for the Micro Python board
40-
that uses ST's old peripheral drivers.
4139
- unix-cpy/ -- a version of Micro Python that outputs bytecode (for testing).
4240
- tests/ -- test framework and test scripts.
4341
- tools/ -- various tools, including the pyboard.py module.

stm/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

stm/Makefile

Lines changed: 0 additions & 220 deletions
This file was deleted.

0 commit comments

Comments
 (0)