udpated readme

This commit is contained in:
Jared Young 2019-11-02 19:02:29 +00:00
parent f03c789088
commit 05962cd1b6
1 changed files with 4 additions and 0 deletions

View File

@ -2,3 +2,7 @@
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.