From 25a23cd420d7f0f7b677f1511b5739385fca72d9 Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Wed, 18 Dec 2024 05:12:48 -0500 Subject: [PATCH] rp2040: modify flash rule Use the "withclear" version of the katapult uf2 file when executing "make flash". Signed-off-by: Eric Callahan --- src/rp2040/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rp2040/Makefile b/src/rp2040/Makefile index baf1f5d..e68927d 100644 --- a/src/rp2040/Makefile +++ b/src/rp2040/Makefile @@ -69,7 +69,7 @@ lib/rp2040_flash/rp2040_flash: flash: $(OUT)katapult.uf2 lib/rp2040_flash/rp2040_flash @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-y += generic/armcm_boot.c generic/armcm_reset.c $(mcu-y)