mp-s7/mp-s7-src
2019-11-08 14:31:56 +00:00
..
retro first working compile 2019-11-08 02:22:29 +00:00
CMakeLists.txt Update CMake to be a bit clearer 2019-11-08 14:31:56 +00:00
frozentest.mpy
frozentest.py
main.cc input working, double chars for now(next thing to figure out), can now quite with ctrl-D 2019-11-04 03:09:57 +00:00
Makefile
mpconfigport.h Compiles and runs a few modules 2019-11-08 02:58:20 +00:00
mphalport.c
mphalport.h
qstrdefsport.h
README.md Compiles and runs a few modules 2019-11-08 02:58:20 +00:00
stringio.cc moved around the char in/out functions until I was happy with them, no I'm able to output properly, still no inputs, but cloes 2019-11-04 02:57:33 +00:00
TODO.md Updated TODO 2019-11-08 14:31:34 +00:00

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"