mirror of
https://github.com/andreili/katapult.git
synced 2025-08-23 19:34:06 +02:00
rp2040: modify flash rule
Use the "withclear" version of the katapult uf2 file when executing "make flash". Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
aa37e30b71
commit
25a23cd420
@ -69,7 +69,7 @@ lib/rp2040_flash/rp2040_flash:
|
|||||||
|
|
||||||
flash: $(OUT)katapult.uf2 lib/rp2040_flash/rp2040_flash
|
flash: $(OUT)katapult.uf2 lib/rp2040_flash/rp2040_flash
|
||||||
@echo " Flashing $< "
|
@echo " Flashing $< "
|
||||||
$(Q) $(if $(NOSUDO),,sudo) ./lib/rp2040_flash/rp2040_flash $(OUT)katapult.uf2
|
$(Q) $(if $(NOSUDO),,sudo) ./lib/rp2040_flash/rp2040_flash $(OUT)katapult.withclear.uf2
|
||||||
|
|
||||||
# Deployer build
|
# Deployer build
|
||||||
deployer-y += generic/armcm_boot.c generic/armcm_reset.c $(mcu-y)
|
deployer-y += generic/armcm_boot.c generic/armcm_reset.c $(mcu-y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user