45 lines
605 B
Plaintext
45 lines
605 B
Plaintext
# EFR32 radio board
|
|
|
|
# Copyright (c) 2020 Piotr Mienkowski
|
|
# Copyright (c) 2020 TriaGnoSys GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_SLWRB4104A
|
|
|
|
config CMU_HFXO_FREQ
|
|
default 38400000
|
|
|
|
config CMU_LFXO_FREQ
|
|
default 32768
|
|
|
|
config FLASH_BASE_ADDRESS
|
|
hex
|
|
default 0x0
|
|
|
|
config LOG_BACKEND_SWO_FREQ_HZ
|
|
default 875000
|
|
depends on LOG_BACKEND_SWO
|
|
|
|
if SOC_GECKO_USE_RAIL
|
|
|
|
config FPU
|
|
default n
|
|
|
|
endif # SOC_GECKO_USE_RAIL
|
|
|
|
if BT
|
|
|
|
config FPU
|
|
default y
|
|
|
|
config COMMON_LIBC_MALLOC_ARENA_SIZE
|
|
default 8192
|
|
|
|
config MAIN_STACK_SIZE
|
|
default 3072 if PM
|
|
default 2304
|
|
|
|
endif # BT
|
|
|
|
endif # BOARD_SLWRB4104A
|