diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-01-30 22:11:31 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-01-30 22:11:31 (GMT) |
| commit | 0acbcc415bbc3ab5b80aeee23ce4258052d9ac2e (patch) | |
| tree | ca05741b92067b158965a49288b5c1920a1a9979 /Makefile | |
| parent | a34d65d7fdfbbaaa3e6484dfebe914378f478ca2 (diff) | |
wasp: Reorganise the board support
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ micropython: $(RM) micropython/ports/nrf/build-$(BOARD)-s132/frozen_content.c $(MAKE) -C micropython/ports/nrf \ BOARD=$(BOARD) SD=s132 \ - FROZEN_MANIFEST=$(PWD)/manifest/$(BOARD).py + FROZEN_MANIFEST=$(PWD)/wasp/boards/$(BOARD)/manifest.py python3 -m nordicsemi dfu genpkg \ --dev-type 0x0052 \ --application micropython/ports/nrf/build-$(BOARD)-s132/firmware.hex \ |
