SAMA5D4-EK kernel configurations needs support for task termination clean-up

This commit is contained in:
Gregory Nutt
2014-09-06 14:40:39 -06:00
parent a4d7737e2d
commit 3629b710ae
2 changed files with 10 additions and 4 deletions
+5 -2
View File
@@ -3733,8 +3733,6 @@ Configurations
NOTES:
NOTES:
1. This configuration uses the the USART3 for the serial console
which is available at the "DBGU" RS-232 connector (J24). That
is easily changed by reconfiguring to (1) enable a different
@@ -3765,10 +3763,15 @@ Configurations
RTOS Features -> Tasks and Scheduling
CONFIG_INIT_FILEPATH=y : Start-up is via an ELF file
CONFIG_USER_INITPATH="/bin/init" : The location of the startup
CONFIG_SCHED_HAVE_PARENT=y : Needed to handle task exit
RTOS Features -> System call support
CONFIG_SYS_RESERVED=5 : More reserved SYSCALLs
RTOS Features -> RTOS hooks
CONFIG_SCHED_ONEXIT=y : Needed to handle task exit
CONFIG_SCHED_ONEXIT_MAX=2
Memory Management
CONFIG_MM_KERNEL_HEAP=y : Enable a kernel heap
CONFIG_MM_KERNEL_HEAPSIZE=8192 : (temporary.. will change)