add CFG_EXAMPLE_MSC_READONLY for curiosity
allow family/board to exclude specific example. exclude net_lwip_webserver from curiosity.
This commit is contained in:
@@ -169,6 +169,7 @@ flash-stlink: $(BUILD)/$(PROJECT).elf
|
||||
STM32_Programmer_CLI --connect port=swd --write $< --go
|
||||
|
||||
# flash with pyocd
|
||||
PYOCD_OPTION ?=
|
||||
flash-pyocd: $(BUILD)/$(PROJECT).hex
|
||||
pyocd flash -t $(PYOCD_TARGET) $(PYOCD_OPTION) $<
|
||||
pyocd reset -t $(PYOCD_TARGET)
|
||||
|
Reference in New Issue
Block a user