summaryrefslogtreecommitdiff
path: root/nuttx/configs/mirtoo/nsh/defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/mirtoo/nsh/defconfig')
-rw-r--r--nuttx/configs/mirtoo/nsh/defconfig15
1 files changed, 8 insertions, 7 deletions
diff --git a/nuttx/configs/mirtoo/nsh/defconfig b/nuttx/configs/mirtoo/nsh/defconfig
index 7bec6ed54..262d5bd70 100644
--- a/nuttx/configs/mirtoo/nsh/defconfig
+++ b/nuttx/configs/mirtoo/nsh/defconfig
@@ -106,7 +106,7 @@ CONFIG_ARCH_DMA=n
#
# Enable support for RAM-based functions
-# (If selected, then modifications are needed in ld.script as well)
+# (If selected, then modifications are needed in linker scripts as well)
#
CONFIG_PIC32MX_RAMFUNCS=n
@@ -118,6 +118,8 @@ CONFIG_PIC32MX_MICROCHIPL=n
CONFIG_PIC32MX_MICROCHIPW_LITE=y
CONFIG_PIC32MX_MICROCHIPL_LITE=n
CONFIG_PIC32MX_MICROCHIPOPENL=n
+CONFIG_PIC32MX_PINGUINOW=n
+CONFIG_PIC32MX_PINGUINOL=n
#
# Individual subsystems can be enabled:
@@ -185,7 +187,7 @@ CONFIG_SST25_SECTOR512=n
# DEVCFG1: All settings determined by selections in board.h. Except
# CONFIG_PIC32MX_OSCOUT - May be used to disable oscillator output (enabled by default)
# DEVCFG2: (All settings determined by selections in board.h)
-# DEVCFG3:
+# DEVCFG3:
# CONFIG_PIC32MX_USBIDO - USB USBID Selection. Default 1 if USB enabled
# (USBID pin is controlled by the USB module), but 0 (GPIO) otherwise.
# CONFIG_PIC32MX_VBUSIO - USB VBUSON Selection (Default 1 if USB enabled
@@ -281,7 +283,7 @@ CONFIG_HAVE_LIBM=n
# CONFIG_RR_INTERVAL - The round robin timeslice will be set
# this number of milliseconds; Round robin scheduling can
# be disabled by setting this value to zero.
-# CONFIG_SCHED_INSTRUMENTATION - enables instrumentation in
+# CONFIG_SCHED_INSTRUMENTATION - enables instrumentation in
# scheduler to monitor system performance
# CONFIG_TASK_NAME_SIZE - Spcifies that maximum size of a
# task name to save in the TCB. Useful if scheduler
@@ -302,11 +304,11 @@ CONFIG_HAVE_LIBM=n
# CONFIG_MUTEX_TYPES: Set to enable support for recursive and
# errorcheck mutexes. Enables pthread_mutexattr_settype().
# CONFIG_PRIORITY_INHERITANCE : Set to enable support for priority
-# inheritance on mutexes and semaphores.
+# inheritance on mutexes and semaphores.
# CONFIG_SEM_PREALLOCHOLDERS: This setting is only used if priority
# inheritance is enabled. It defines the maximum number of
# different threads (minus one) that can take counts on a
-# semaphore with priority inheritance support. This may be
+# semaphore with priority inheritance support. This may be
# set to zero if priority inheritance is disabled OR if you
# are only using semaphores as mutexes (only one holder) OR
# if no more than two threads participate using a counting
@@ -543,7 +545,6 @@ CONFIG_PREALLOC_TIMERS=4
# implemented by copying whole files into memory.
#
CONFIG_FS_FAT=n
-CONFIG_FS_FAT=y
CONFIG_FAT_LCNAMES=y
CONFIG_FAT_LFN=y
CONFIG_FAT_MAXFNAME=32
@@ -820,7 +821,7 @@ CONFIG_EXAMPLES_OSTEST_NBARRIER_THREADS=3
# CONFIG_NSH_FATNSECTORS - FAT FS number of sectors
# CONFIG_NSH_FATMOUNTPT - FAT FS mountpoint
#
-CONFIG_NSH_BUILTIN_APPS=y
+CONFIG_NSH_BUILTIN_APPS=n
CONFIG_NSH_FILEIOSIZE=512
CONFIG_NSH_STRERROR=n
CONFIG_NSH_LINELEN=64