1# Copyright (c) 2018, Marcio Montenegro 2# SPDX-License-Identifier: Apache-2.0 3 4if BOARD_SLSTK3400A 5 6config CMU_HFXO_FREQ 7 default 24000000 8 9config CMU_LFXO_FREQ 10 default 32768 11 12# Kernel Options due to Low Memory (8k) 13 14configdefault MAIN_STACK_SIZE 15 default 640 16 17configdefault IDLE_STACK_SIZE 18 default 200 19 20configdefault ISR_STACK_SIZE 21 default 512 22 23endif # BOARD_SLSTK3400A 24