mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Misc fixes to repair some of the breakage to the SAMA5D4-EK elf configuration caused by changes for the knsh configuration
This commit is contained in:
@@ -3726,6 +3726,11 @@ Configurations
|
|||||||
http://www.nuttx.org/doku.php?id=wiki:nxinternal:memconfigs#task_create
|
http://www.nuttx.org/doku.php?id=wiki:nxinternal:memconfigs#task_create
|
||||||
|
|
||||||
2014-8-29: System call interface verified.
|
2014-8-29: System call interface verified.
|
||||||
|
2014-9-11: There has been some breakage due to changes for the knsh
|
||||||
|
configuration. This test now hangs after running the first
|
||||||
|
ELF program. With GDB I can see that the IDLE loop is running
|
||||||
|
but apparently either ELF main program is deadlocked. Need to
|
||||||
|
revisit.
|
||||||
|
|
||||||
knsh:
|
knsh:
|
||||||
An NSH configuration used to test the SAMA5D kenel build configuration.
|
An NSH configuration used to test the SAMA5D kenel build configuration.
|
||||||
|
|||||||
@@ -368,6 +368,7 @@ CONFIG_PREALLOC_TIMERS=4
|
|||||||
#
|
#
|
||||||
# Tasks and Scheduling
|
# Tasks and Scheduling
|
||||||
#
|
#
|
||||||
|
# CONFIG_INIT_NONE is not set
|
||||||
CONFIG_INIT_ENTRYPOINT=y
|
CONFIG_INIT_ENTRYPOINT=y
|
||||||
# CONFIG_INIT_FILEPATH is not set
|
# CONFIG_INIT_FILEPATH is not set
|
||||||
CONFIG_USER_ENTRYPOINT="elf_main"
|
CONFIG_USER_ENTRYPOINT="elf_main"
|
||||||
|
|||||||
Reference in New Issue
Block a user