From d2929df1b4556e71fcfd7d83afd9cf3ffd98fdac Mon Sep 17 00:00:00 2001 From: Peter Hinch Date: Mon, 18 Nov 2024 16:48:28 +0000 Subject: [PATCH] Fastbuild: Point to mpbuild. --- fastbuild/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fastbuild/README.md b/fastbuild/README.md index 86ed568..835199c 100644 --- a/fastbuild/README.md +++ b/fastbuild/README.md @@ -1,5 +1,8 @@ # fastbuild - Pull and build Pyboard firmware under Linux +The following is largely obsolete. Please see [mpbuild](https://github.com/mattytrentini/mpbuild) +for a modern solution using containers. + These scripts are intended to speed and simplify rebuilding firmware from source notably where pyboards of different types are in use, or when frozen bytecode necessitates repeated compilation and deployment. In @@ -142,4 +145,3 @@ also erases the ESP8266 flash. You will need to change the `MANIFEST` variable which is the directory specifier for my esp8266 manifest file. -