mp-s7/mp-s7-src
2019-11-14 03:03:24 +00:00
..
retro
CMakeLists.txt finished building all the QSTRs in CMake, it's ugly, but it works for now. 2019-11-14 02:59:44 +00:00
frozentest.mpy
frozentest.py
main.cc
Makefile
mpconfigport.h fix some introduced compile bugs, but the REPL crashes doing almost anything now 2019-11-13 00:24:26 +00:00
mphalport.c
mphalport.h
qstrdefsport.h
README.md udpated README 2019-11-14 03:03:24 +00:00
stringio.cc
TODO.md

MicroPython System 7 Port

This is based, initially, on the minimal port of MircoPython. This can be found under ../micropython/ports/minimal/

Initially, only change is to strip out the STM32 related ifdef's.

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.

Updated the Retro68 Console example to allow reading single characters.

And now I can run python. The REPL works, even can create functions.

  • V0.0.1: "It Barely Works"

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.