diff options
Diffstat (limited to 'ChibiOS_16.1.5/community/os/hal/boards/NRF51-DK/board.mk')
-rw-r--r-- | ChibiOS_16.1.5/community/os/hal/boards/NRF51-DK/board.mk | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ChibiOS_16.1.5/community/os/hal/boards/NRF51-DK/board.mk b/ChibiOS_16.1.5/community/os/hal/boards/NRF51-DK/board.mk deleted file mode 100644 index 9619bd4..0000000 --- a/ChibiOS_16.1.5/community/os/hal/boards/NRF51-DK/board.mk +++ /dev/null @@ -1,11 +0,0 @@ -# List of all the board related files. -BOARDSRC = ${CHIBIOS_CONTRIB}/os/hal/boards/NRF51-DK/board.c - -# Required include directories -BOARDINC = ${CHIBIOS_CONTRIB}/os/hal/boards/NRF51-DK - -# Flash -JLINK_DEVICE = nrf51422 -JLINK_PRE_FLASH = w4 4001e504 1 -JLINK_ERASE_ALL = w4 4001e504 2\nw4 4001e50c 1\nsleep 100 - |