1# Copyright (c) 2019 Nordic Semiconductor ASA
2
3# SPDX-License-Identifier: Apache-2.0
4
5# The nrf52840dk_nrf52811 board mirrors the nRF52840 DK hardware. This
6# needs to be considered by certain system initialization functionality
7# residing in system_nrf52811.c and SoC dependent routines in nrfx_coredep.h.
8if(CONFIG_BOARD_NRF52840DK_NRF52811)
9  zephyr_compile_definitions(DEVELOP_IN_NRF52840)
10  zephyr_compile_definitions(NRFX_COREDEP_DELAY_US_LOOP_CYCLES=3)
11endif()
12