summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-09-07 13:30:51 +0700
committerhathach <[email protected]>2021-09-07 13:30:51 +0700
commitf47e5402fa928c5a0cd581c894e9e18c3dfcbdfb (patch)
treed44efc1b2e322cc6189e21ed66553914ab25b231 /hw
parentfa030075c228390741e450664506892d317c0038 (diff)
add msc workaround for cxd56
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/spresense/board.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/bsp/spresense/board.mk b/hw/bsp/spresense/board.mk
index a46c42bd6..ba291e817 100644
--- a/hw/bsp/spresense/board.mk
+++ b/hw/bsp/spresense/board.mk
@@ -70,4 +70,5 @@ $(BUILD)/$(PROJECT).spk: $(MKSPK)
# flash
flash: $(BUILD)/$(PROJECT).spk
- @$(TOP)/hw/mcu/sony/cxd56/tools/flash_writer.py -s -c $(SERIAL) -d -b 115200 -n $<
+ @echo FLASH $<
+ @$(PYTHON) $(TOP)/hw/mcu/sony/cxd56/tools/flash_writer.py -s -c $(SERIAL) -d -b 115200 -n $<