Skip to content

Commit e81c3ce

Browse files
committed
temporary disable self update and erase app from stm32h7 until build can be fixed
1 parent 8a489c7 commit e81c3ce

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

ports/stm32h7/Makefile

+9-9
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ include ../rules.mk
2121
# Compile apps/self_update/self_update.c
2222
# This uf2 will be loaded into RAM
2323
# TODO: this needs to build the actual uf2 binary first
24-
self-update: $(BUILD)/$(OUTNAME).bin
25-
$(PYTHON3) $(TOP)/lib/uf2/utils/uf2conv.py --carray $^ -o apps/self_update/_build/bootloader_bin.c
26-
$(MAKE) -C $(TOP)/$(PORT_DIR)/apps/self_update uf2
24+
# self-update: $(BUILD)/$(OUTNAME).bin
25+
# $(PYTHON3) $(TOP)/lib/uf2/utils/uf2conv.py --carray $^ -o apps/self_update/_build/bootloader_bin.c
26+
# $(MAKE) -C $(TOP)/$(PORT_DIR)/apps/self_update uf2
2727

28-
self-update-clean:
29-
$(MAKE) -C $(TOP)/$(PORT_DIR)/apps/self_update clean
28+
# self-update-clean:
29+
# $(MAKE) -C $(TOP)/$(PORT_DIR)/apps/self_update clean
3030

3131
#---------- Erase app ----------
3232
# Compile apps/erase_firmware/erase_firmware.c
3333
# This uf2 will be loaded into RAM
34-
erase-app:
35-
$(MAKE) -C $(TOP)/$(PORT_DIR)/apps/erase_firmware uf2
34+
# erase-app:
35+
# $(MAKE) -C $(TOP)/$(PORT_DIR)/apps/erase_firmware uf2
3636

37-
erase-app-clean:
38-
$(MAKE) -C $(TOP)/$(PORT_DIR)/apps/erase_firmware clean
37+
# erase-app-clean:
38+
# $(MAKE) -C $(TOP)/$(PORT_DIR)/apps/erase_firmware clean

0 commit comments

Comments
 (0)