Update defconfig for ARM
Change-Id: I9fd8358f895edc7ae3040d1c131891f64f6929a1 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
6327f45f25
commit
afbc7026ea
1 changed files with 10 additions and 2 deletions
|
@ -10,6 +10,8 @@ CONFIG_MICROKERNEL=y
|
|||
#
|
||||
CONFIG_SYS_CLOCK_TICKS_PER_SEC=100
|
||||
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=25000000
|
||||
# CONFIG_TICKLESS_KERNEL is not set
|
||||
# CONFIG_INIT_STACKS is not set
|
||||
# CONFIG_XIP is not set
|
||||
# CONFIG_ENHANCED_SECURITY is not set
|
||||
|
||||
|
@ -19,6 +21,7 @@ CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=25000000
|
|||
# CONFIG_BOOT_BANNER is not set
|
||||
CONFIG_MAIN_STACK_SIZE=1024
|
||||
CONFIG_ISR_STACK_SIZE=2048
|
||||
# CONFIG_CONTEXT_CUSTOM_DATA is not set
|
||||
|
||||
#
|
||||
# Microkernel Options
|
||||
|
@ -27,7 +30,6 @@ CONFIG_ISR_STACK_SIZE=2048
|
|||
#
|
||||
# Core Microkernel Options
|
||||
#
|
||||
CONFIG_COMMAND_PACKET=y
|
||||
CONFIG_MICROKERNEL_SERVER_STACK_SIZE=1024
|
||||
CONFIG_MICROKERNEL_SERVER_PRIORITY=0
|
||||
CONFIG_PRIORITY_CEILING=0
|
||||
|
@ -104,6 +106,11 @@ CONFIG_ARCH_HAS_TASK_ABORT=y
|
|||
CONFIG_ARCH_HAS_NANO_FIBER_ABORT=y
|
||||
CONFIG_WDOG_INIT=y
|
||||
|
||||
#
|
||||
# General Setup
|
||||
#
|
||||
CONFIG_CROSS_COMPILE=""
|
||||
|
||||
#
|
||||
# Debugging Options
|
||||
#
|
||||
|
@ -118,8 +125,9 @@ CONFIG_WDOG_INIT=y
|
|||
# Compile and Link Features
|
||||
#
|
||||
CONFIG_COMPILER_OPT=""
|
||||
CONFIG_SECTION_GARBAGE_COLLECTION=y
|
||||
CONFIG_DRV_CONSOLE=y
|
||||
# CONFIG_UART_INTERRUPT_DRIVEN is not set
|
||||
# CONFIG_CONSOLE_HANDLER is not set
|
||||
CONFIG_DRV_SERIAL=y
|
||||
# CONFIG_DRV_NS16550 is not set
|
||||
CONFIG_DRV_K20_UART=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue