mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
dist/tools: add "RESET_PIN" value for the dwm1001
Set "RESET_PIN" to 21 if the selected board is "dwm1001".
This commit is contained in:
parent
bfc8c09031
commit
4a3240b524
3
dist/tools/nrf52_resetpin_cfg/Makefile
vendored
3
dist/tools/nrf52_resetpin_cfg/Makefile
vendored
@ -14,6 +14,9 @@ USEMODULE += stdin
|
||||
ifeq (nrf52dk,$(BOARD))
|
||||
RESET_PIN ?= 21
|
||||
endif
|
||||
ifeq (dwm1001,$(BOARD))
|
||||
RESET_PIN ?= 21
|
||||
endif
|
||||
ifeq (nrf52840dk,$(BOARD))
|
||||
RESET_PIN ?= 18
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user