mp-s7/mp-s7-src
2019-11-02 19:26:38 +00:00
..
CMakeLists.txt re-org a bit on the CMake and some extra code bits 2019-11-02 19:26:38 +00:00
frozentest.mpy
frozentest.py
main.c re-org a bit on the CMake and some extra code bits 2019-11-02 19:26:38 +00:00
Makefile
mpconfigport.h It compiles at least... 2019-11-02 19:00:04 +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 udpated readme 2019-11-02 19:02:29 +00:00
stringio.c It compiles at least... 2019-11-02 19:00:04 +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.