From 440141872b53d9bb2b6dfc10725f7b7818e387f0 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Wed, 24 May 2017 13:16:40 -1000 Subject: [PATCH] sim nsh: Upstream NuttX defconfig changes was:CONFIG_ARM_TOOLCHAIN_IAR is:CONFIG_ARCH_TOOLCHAIN_IAR was:CONFIG_ARM_TOOLCHAIN_GNU is:CONFIG_ARCH_TOOLCHAIN_GNU was:CONFIG_MUTEX_TYPES is:CONFIG_PTHREAD_MUTEX_TYPES --- nuttx-configs/sim/nsh/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuttx-configs/sim/nsh/defconfig b/nuttx-configs/sim/nsh/defconfig index 6b68a63fdf..43ee60f1e4 100644 --- a/nuttx-configs/sim/nsh/defconfig +++ b/nuttx-configs/sim/nsh/defconfig @@ -127,7 +127,7 @@ CONFIG_START_YEAR=2016 CONFIG_START_MONTH=11 CONFIG_START_DAY=30 CONFIG_DEV_CONSOLE=y -# CONFIG_MUTEX_TYPES is not set +# CONFIG_PTHREAD_MUTEX_TYPES is not set # CONFIG_PRIORITY_INHERITANCE is not set # CONFIG_FDCLONE_DISABLE is not set # CONFIG_FDCLONE_STDIO is not set