From 227c510f868a2445fedfacd6a5768f5001efc9a0 Mon Sep 17 00:00:00 2001 From: Jared Young Date: Thu, 31 Oct 2019 00:33:58 +0000 Subject: [PATCH] update README.md --- mp-s7-src/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mp-s7-src/README.md b/mp-s7-src/README.md index e7364ca..e6b4f46 100644 --- a/mp-s7-src/README.md +++ b/mp-s7-src/README.md @@ -1,2 +1,4 @@ # 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.