summaryrefslogtreecommitdiff
path: root/nuttx/configs/pcblogic-pic32mx/ostest/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-10 21:03:38 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-10 21:03:38 +0000
commit1376ded6e0aebc3d6d1062518ed99592e9cc1e63 (patch)
treeebffe4b73276f07d33faa7296227efd55947f4c5 /nuttx/configs/pcblogic-pic32mx/ostest/defconfig
parentab6d662a0d84dfb96eb966470cd91fc2bacc5a2b (diff)
downloadpx4-nuttx-1376ded6e0aebc3d6d1062518ed99592e9cc1e63.tar.gz
px4-nuttx-1376ded6e0aebc3d6d1062518ed99592e9cc1e63.tar.bz2
px4-nuttx-1376ded6e0aebc3d6d1062518ed99592e9cc1e63.zip
Add configuratin options to control the PIC32 configuration words
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3691 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/pcblogic-pic32mx/ostest/defconfig')
-rw-r--r--nuttx/configs/pcblogic-pic32mx/ostest/defconfig25
1 files changed, 25 insertions, 0 deletions
diff --git a/nuttx/configs/pcblogic-pic32mx/ostest/defconfig b/nuttx/configs/pcblogic-pic32mx/ostest/defconfig
index 7966c1b49..318a60c93 100644
--- a/nuttx/configs/pcblogic-pic32mx/ostest/defconfig
+++ b/nuttx/configs/pcblogic-pic32mx/ostest/defconfig
@@ -146,6 +146,30 @@ CONFIG_PIC32MX_IOPORTF=y
CONFIG_PIC32MX_IOPORTG=y
#
+# PIC32MX Configuration Settings
+#
+# DEVCFG0:
+# CONFIG_PIC32MX_DEBUGGER - Background Debugger Enable. Default 3 (disabled). The
+# value 2 enables.
+# CONFIG_PIC32MX_ICESEL - In-Circuit Emulator/Debugger Communication Channel Select
+# Default 1 (PG2)
+# CONFIG_PIC32MX_PROGFLASHWP - Program FLASH write protect. Default 0xff (disabled)
+# CONFIG_PIC32MX_BOOTFLASHWP - Default 1 (disabled)
+# CONFIG_PIC32MX_CODEWP - Default 1 (disabled)
+# DEVCFG1: (All settings determined by selections in board.h)
+# DEVCFG2: (All settings determined by selections in board.h)
+# 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
+# (VBUSON pin is controlled by the USB module, but 0 (GPIO) otherwise.
+# CONFIG_PIC32MX_WDENABLE - Enabled watchdog on power up. Default 0 (watchdog
+# can be enabled later by software).
+#
+CONFIG_PIC32MX_DEBUGGER=2
+CONFIG_PIC32MX_ICESEL=0
+
+#
# PIC32MX specific serial device driver settings
#
# CONFIG_UARTn_SERIAL_CONSOLE - selects the UARTn for the
@@ -295,6 +319,7 @@ CONFIG_HAVE_LIBM=n
CONFIG_DEBUG=n
CONFIG_DEBUG_VERBOSE=n
CONFIG_DEBUG_SYMBOLS=n
+CONFIG_DEBUG_SCHED=n
CONFIG_MM_REGIONS=1
CONFIG_ARCH_LOWPUTC=y
CONFIG_RR_INTERVAL=200