mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-07 05:42:39 +00:00
A new board configuration is added for Thingy:52, also known as PCA20020. This includes support for some of the on-board sensors, and other peripherals such as the on-board GPIO expander. The board power rail sequencing is also implemented, as the rails need to be powered up in a correct order and before certain device driver init calls are made. Signed-off-by: Aapo Vienamo <aapo.vienamo@iki.fi>
5 lines
235 B
CMake
5 lines
235 B
CMake
board_runner_args(nrfjprog "--nrf-family=NRF52" "--softreset")
|
|
board_runner_args(jlink "--device=nrf52" "--speed=4000")
|
|
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|