2019-04-06 21:08:09 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2018-06-20 15:58:27 +08:00
|
|
|
# The nrf52810_pca10040 board mirrors the nRF52832 DK hardware. This
|
|
|
|
# needs to be considered by certain system initialization functionality
|
2019-02-26 19:34:44 +08:00
|
|
|
# residing in system_nrf52810.c and SoC dependent routines in nrfx_coredep.h.
|
2018-06-20 15:58:27 +08:00
|
|
|
zephyr_compile_definitions(DEVELOP_IN_NRF52832)
|
2019-02-26 19:34:44 +08:00
|
|
|
zephyr_compile_definitions(NRFX_COREDEP_DELAY_US_LOOP_CYCLES=3)
|