18 lines
329 B
Plaintext
18 lines
329 B
Plaintext
# QEMU Cortex-M0 board configuration
|
|
|
|
# Copyright (c) 2019 Nordic Semiconductor ASA.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_QEMU_CORTEX_M0
|
|
|
|
config NRF_RTC_TIMER
|
|
default n if SYS_CLOCK_EXISTS
|
|
|
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|
default 1000000
|
|
|
|
config SYS_CLOCK_TICKS_PER_SEC
|
|
default 100
|
|
|
|
endif # BOARD_QEMU_CORTEX_M0
|