2019-11-01 20:45:29 +08:00
|
|
|
# QEMU Cortex-M0 board configuration
|
|
|
|
|
2019-09-30 19:59:47 +08:00
|
|
|
# Copyright (c) 2019 Nordic Semiconductor ASA.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
if BOARD_QEMU_CORTEX_M0
|
|
|
|
|
|
|
|
config BOARD
|
|
|
|
default "qemu_cortex_m0"
|
|
|
|
|
2019-10-01 21:12:13 +08:00
|
|
|
config NRF_RTC_TIMER
|
2022-02-15 22:40:39 +08:00
|
|
|
default n if SYS_CLOCK_EXISTS
|
2019-10-01 21:12:13 +08:00
|
|
|
|
|
|
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|
|
|
default 1000000
|
|
|
|
|
|
|
|
config SYS_CLOCK_TICKS_PER_SEC
|
|
|
|
default 100
|
|
|
|
|
2020-02-14 22:39:43 +08:00
|
|
|
config LOG_BUFFER_SIZE
|
|
|
|
default 128 if LOG
|
|
|
|
|
2019-09-30 19:59:47 +08:00
|
|
|
endif # BOARD_QEMU_CORTEX_M0
|