1
0
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:
Gregory Holder 2022-10-28 13:47:44 +02:00
parent bfc8c09031
commit 4a3240b524

View File

@ -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