Merged in masayuki2009/nuttx.nuttx/fix_posix_spawn (pull request #1049)
Fix posix spawn * boards: lc823450-xgevk: Fix build error for posix_spawn Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com> * boards: stm32f4discovery: Fix build error for posix_spawn Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com> Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
parent
8ccb5fabf8
commit
679fe23045
@ -73,4 +73,4 @@ CONFIG_UART0_RXBUFSIZE=512
|
||||
CONFIG_UART0_SERIAL_CONSOLE=y
|
||||
CONFIG_UART0_TXBUFSIZE=2048
|
||||
CONFIG_USERMAIN_STACKSIZE=3072
|
||||
CONFIG_USER_ENTRYPOINT="spawn_main"
|
||||
CONFIG_USER_ENTRYPOINT="posix_spawn_main"
|
||||
|
@ -52,5 +52,5 @@ CONFIG_SYMTAB_ORDEREDBYNAME=y
|
||||
CONFIG_USART2_RXBUFSIZE=128
|
||||
CONFIG_USART2_SERIAL_CONSOLE=y
|
||||
CONFIG_USART2_TXBUFSIZE=128
|
||||
CONFIG_USER_ENTRYPOINT="spawn_main"
|
||||
CONFIG_USER_ENTRYPOINT="posix_spawn_main"
|
||||
CONFIG_WDOG_INTRESERVE=0
|
||||
|
Loading…
Reference in New Issue
Block a user