diff options
| author | hathach <[email protected]> | 2021-08-29 22:51:05 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-08-29 22:53:16 +0700 |
| commit | a05ea0d83b6c59316751e546dfec3ee4e2a286e1 (patch) | |
| tree | 18246faa975b03d723e017a7262651b792856121 /examples | |
| parent | b169db3fd6359a127ba92d4bd5cd48a3a5286fd7 (diff) | |
add CFG_EXAMPLE_MSC_READONLY for curiosity
allow family/board to exclude specific example. exclude
net_lwip_webserver from curiosity.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/rules.mk b/examples/rules.mk index 4af2f2be4..861973284 100644 --- a/examples/rules.mk +++ b/examples/rules.mk @@ -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) |
