summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-01-21 22:10:50 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-01-21 22:10:50 (GMT)
commit2805a719f2a74493d278d232ce9812ff84ad5aad (patch)
tree0fa0b014db53d24b5bec0d975e547823f340e5fe /Makefile
parenta8d8d92481f71181fff4a96b71aa8d83a819997b (diff)
wasp: st7789: Add a simple proof-of-concept display driver
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b61009c..4656b9c 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,9 @@ softdevice:
micropython:
$(MAKE) -C micropython/mpy-cross
- $(MAKE) -C micropython/ports/nrf BOARD=$(BOARD) SD=s132
+ $(MAKE) -C micropython/ports/nrf \
+ BOARD=$(BOARD) SD=s132 \
+ FROZEN_MPY_DIR=$(PWD)/wasp
python3 -m nordicsemi dfu genpkg \
--dev-type 0x0052 \
--application micropython/ports/nrf/build-$(BOARD)-s132/firmware.hex \