mp-s7/mp-s7-src
2019-11-04 11:28:05 -05:00
..
retro removed the putch in readchar to avoid double printing 2019-11-04 11:28:05 -05: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 added in stripped down version of the minimal port for micropython, nothing works at this time 2019-10-31 00:32:44 +00:00
frozentest.py added in stripped down version of the minimal port for micropython, nothing works at this time 2019-10-31 00:32:44 +00:00
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 added in stripped down version of the minimal port for micropython, nothing works at this time 2019-10-31 00:32:44 +00:00
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 added in stripped down version of the minimal port for micropython, nothing works at this time 2019-10-31 00:32:44 +00:00
qstrdefsport.h added in stripped down version of the minimal port for micropython, nothing works at this time 2019-10-31 00:32:44 +00:00
README.md udpated readme 2019-11-02 19:02:29 +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

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.