README: Add note about pic16bit port.
This commit is contained in:
parent
43ea73faa6
commit
c0dcf6e878
|
@ -44,6 +44,7 @@ Additional components:
|
||||||
mostly to control code size.
|
mostly to control code size.
|
||||||
- teensy/ -- a version of Micro Python that runs on the Teensy 3.1
|
- teensy/ -- a version of Micro Python that runs on the Teensy 3.1
|
||||||
(preliminary but functional).
|
(preliminary but functional).
|
||||||
|
- pic16bit/ -- a version of Micro Python for 16-bit PIC microcontrollers.
|
||||||
- unix-cpy/ -- a version of Micro Python that outputs bytecode (for testing).
|
- unix-cpy/ -- a version of Micro Python that outputs bytecode (for testing).
|
||||||
- tests/ -- test framework and test scripts.
|
- tests/ -- test framework and test scripts.
|
||||||
- tools/ -- various tools, including the pyboard.py module.
|
- tools/ -- various tools, including the pyboard.py module.
|
||||||
|
|
Loading…
Reference in New Issue