From 41ac6ac1447b46e49d3ac4757eb81a42e3886f2a Mon Sep 17 00:00:00 2001 From: jebba Date: Sat, 12 Jun 2021 13:21:25 -0600 Subject: [PATCH] compile --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 9487c93..816fd69 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,27 @@ pip3 install --user -r wasp/requirements.txt pip3 install --user freetype-py ``` +### Submodules +Some submodules are mirrored. + +``` +make submodules +# XXX grabs some source zips +make softdevice +``` + +### Compile +Build thang. + +``` +# Blow out, rinse, repeat. Should take less than a minute or so. +make mrproper +make clean BOARD=pinetime +make submodules +make all BOARD=pinetime + +``` + # Upstream ## Fork jebbatime is a lesser fork of Daniel Thompson's Wasp-os.