ChibiOS-Contrib/os/hal/boards/NRF52-DK/board.mk

16 lines
407 B
Makefile
Raw Normal View History

2016-07-08 10:46:51 -07:00
# List of all the board related files.
BOARDSRC = ${CHIBIOS_CONTRIB}/os/hal/boards/NRF52-DK/board.c
# Required include directories
BOARDINC = ${CHIBIOS_CONTRIB}/os/hal/boards/NRF52-DK
# Flash
2016-07-09 14:57:48 -07:00
JLINK_DEVICE = nrf52
JLINK_PRE_FLASH = w4 4001e504 1
2016-07-08 10:46:51 -07:00
#JLINK_ERASE_ALL = w4 4001e504 2\nw4 4001e50c 1\nsleep 100
2016-07-09 14:57:48 -07:00
JLINK_PIN_RESET = w4 40000544 1
2016-07-08 10:46:51 -07:00
# Shared variables
ALLCSRC += $(BOARDSRC)
ALLINC += $(BOARDINC)