Adding the Circuit Dojo nRF9160 Thing Plus device tree definitions. Both secure and non secure targets. Adding LIS2DH to nRF9160 Feather definitions. Updating flash to W25Q32JV. Signed-off-by: Jared Wolff <hello@jaredwolff.com>
6 lines
265 B
CMake
6 lines
265 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_runner_args(nrfjprog "--nrf-family=NRF91")
|
|
board_runner_args(jlink "--device=cortex-m33" "--speed=4000")
|
|
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|