diff options
author | Stephane D'Alu <sdalu@sdalu.com> | 2016-07-08 12:58:25 +0200 |
---|---|---|
committer | Stephane D'Alu <sdalu@sdalu.com> | 2016-07-08 12:58:25 +0200 |
commit | 707b3a2f97ef9751e42bc377d68ff8479f3ef438 (patch) | |
tree | 20a39a9534b461b6845d66781b172424fbe23742 /os/hal/boards | |
parent | 0375554e956f96453e9381bf01bbe092ae218359 (diff) | |
download | ChibiOS-Contrib-707b3a2f97ef9751e42bc377d68ff8479f3ef438.tar.gz ChibiOS-Contrib-707b3a2f97ef9751e42bc377d68ff8479f3ef438.tar.bz2 ChibiOS-Contrib-707b3a2f97ef9751e42bc377d68ff8479f3ef438.zip |
renamed port to NRF5 to make room for NRF52832 chip
Diffstat (limited to 'os/hal/boards')
-rw-r--r-- | os/hal/boards/NRF51-DK/board.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/boards/NRF51-DK/board.mk b/os/hal/boards/NRF51-DK/board.mk index 9619bd4..631927b 100644 --- a/os/hal/boards/NRF51-DK/board.mk +++ b/os/hal/boards/NRF51-DK/board.mk @@ -8,4 +8,4 @@ BOARDINC = ${CHIBIOS_CONTRIB}/os/hal/boards/NRF51-DK JLINK_DEVICE = nrf51422 JLINK_PRE_FLASH = w4 4001e504 1 JLINK_ERASE_ALL = w4 4001e504 2\nw4 4001e50c 1\nsleep 100 - +JLINK_PIN_RESET = w4 40000544 1 |