From 05962cd1b642dc6e59bffc51e7fe20254980bd55 Mon Sep 17 00:00:00 2001 From: Jared Young Date: Sat, 2 Nov 2019 19:02:29 +0000 Subject: [PATCH] udpated readme --- mp-s7-src/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mp-s7-src/README.md b/mp-s7-src/README.md index e6b4f46..2990b0e 100644 --- a/mp-s7-src/README.md +++ b/mp-s7-src/README.md @@ -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.