diff options
| author | hathach <[email protected]> | 2023-05-15 16:51:06 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-05-15 23:34:24 +0700 |
| commit | d7175ad834ff80978a560db9c3a5e21b0716029e (patch) | |
| tree | b499eadfb5fec6d0cca0e997fe03f94a3a1ea0a8 /examples | |
| parent | 9f5b08dc93176485c5a4d9ce58271e22f765d976 (diff) | |
update nrf cmake and make to support nrf5340 (pca10095)
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rules.mk b/examples/rules.mk index 2eaa48e2e..426000128 100644 --- a/examples/rules.mk +++ b/examples/rules.mk @@ -230,7 +230,7 @@ JLINK_IF ?= swd # Flash using jlink flash-jlink: $(BUILD)/$(PROJECT).hex @echo halt > $(BUILD)/$(BOARD).jlink - @echo r > $(BUILD)/$(BOARD).jlink + @echo r >> $(BUILD)/$(BOARD).jlink @echo loadfile $^ >> $(BUILD)/$(BOARD).jlink @echo r >> $(BUILD)/$(BOARD).jlink @echo go >> $(BUILD)/$(BOARD).jlink |
