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:
Masayuki Ishikawa 2019-10-13 00:25:47 +00:00 committed by Gregory Nutt
parent 8ccb5fabf8
commit 679fe23045
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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