mp-s7/mp-s7-src
2019-11-04 02:57:33 +00:00
..
retro added in the retro console library from Retro68, to be edited a bit for single char inputs 2019-11-04 02:55:27 +00:00
CMakeLists.txt not compiling with some sembelance of working, but does nothing and there is no way to quit the app 2019-11-04 02:41:42 +00:00
frozentest.mpy
frozentest.py
main.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
Makefile
mpconfigport.h not compiling with some sembelance of working, but does nothing and there is no way to quit the app 2019-11-04 02:41:42 +00:00
mphalport.c re-org a bit on the CMake and some extra code bits 2019-11-02 19:26:38 +00:00
mphalport.h
qstrdefsport.h
README.md
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

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.