File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
ports/psoc6/boards/CY8CPROTO-062-4343W Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ mpy_program: $(MPY_MAIN_BUILD_DIR)/firmware.hex
8080 @:
8181 $(info )
8282 $(info Programming using openocd ...)
83- $(OPENOCD_HOME ) /bin/openocd -s $(OPENOCD_HOME ) /scripts -s bsps/TARGET_APP_CY8CPROTO-062-4343W/config/GeneratedSource -c " source [find interface/kitprog3.cfg]; $( SERIAL_ADAPTER_CMD) ; source [find target/psoc6_2m.cfg]; psoc6 allow_efuse_program off; psoc6 sflash_restrictions 1; program $( MPY_DIR_OF_MAIN_MAKEFILE) /build/firmware.hex verify reset exit;"
83+ $(OPENOCD_HOME ) /bin/openocd -s $(OPENOCD_HOME ) /scripts -s $( MPY_DIR_OF_MTB_ADAPTER_MAKEFILE ) / bsps/TARGET_APP_CY8CPROTO-062-4343W/config/GeneratedSource -c " source [find interface/kitprog3.cfg]; $( SERIAL_ADAPTER_CMD) ; source [find target/psoc6_2m.cfg]; psoc6 allow_efuse_program off; psoc6 sflash_restrictions 1; program $( MPY_DIR_OF_MAIN_MAKEFILE) /build/firmware.hex verify reset exit;"
8484 $(info Programming done.)
8585
8686# Use this target to program multiple attached target devices
You can’t perform that action at this time.
0 commit comments