mp-s7/mp-s7-src/README.md

17 lines
813 B
Markdown
Raw Permalink Normal View History

# MicroPython System 7 Port
This is based, initially, on the minimal port of MircoPython. This can be found under ../micropython/ports/minimal/
2019-10-31 00:33:58 +00:00
Initially, only change is to strip out the STM32 related ifdef's.
2019-11-02 19:02:29 +00:00
After that, building a basic CMakeLists.txt file to import a bunch of code and tweak the files here until it successfully compiles.
Had to compile the minimal to get a few of the generated headers made for me until I can get around to bringing that into the CMake files.
2019-11-08 02:22:29 +00:00
Updated the Retro68 Console example to allow reading single characters.
And now I can run python. The REPL works, even can create functions.
2019-11-08 02:58:20 +00:00
- V0.0.1: "It Barely Works"
2019-11-14 03:03:24 +00:00
Onward, let's get those generated QSTR headers done inside our CMake file. It's ugly, but it's working. Needs cleanup/refactor/extracting to it's own file.