mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-07 14:42:47 +00:00
Since Nordic does not offer an nRF52810 Development Kit and instead recommends using the nRF52 DK (nRF52832 based), add a board that enforces the limitations of the nRF52810 but is designed to be flashed onto the actual nRF52 DK hardware. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no> Signed-off-by: Ioannis Glaropoulos <ioannisg.glaropoulos@nordicsemi.no>
5 lines
221 B
CMake
5 lines
221 B
CMake
board_runner_args(nrfjprog "--nrf-family=NRF52")
|
|
board_runner_args(jlink "--device=nrf52" "--speed=4000")
|
|
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|