summaryrefslogtreecommitdiffstats
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-06-20 22:29:32 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-06-20 22:29:32 +0000
commita05f6bbca70494300dee11e4ced5df0ee588de46 (patch)
treeda37de7c8b11db07eef02a465e133c5286d9dd2f /nuttx/configs
parente16b6b4a20d64d1d15161dc0eaabe5613c76e93f (diff)
More updates for PIC32 MX1/2 device configuration bits
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4857 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/mirtoo/ostest/defconfig12
1 files changed, 7 insertions, 5 deletions
diff --git a/nuttx/configs/mirtoo/ostest/defconfig b/nuttx/configs/mirtoo/ostest/defconfig
index 6c2f0b89a1..8ee8f0256b 100644
--- a/nuttx/configs/mirtoo/ostest/defconfig
+++ b/nuttx/configs/mirtoo/ostest/defconfig
@@ -167,13 +167,14 @@ CONFIG_PIC32MX_IOPORTC=y
#
# DEVCFG0:
# CONFIG_PIC32MX_DEBUGGER - Background Debugger Enable. Default 3 (disabled). The
-# value 2 enables.
+# value 1 enables.
# CONFIG_PIC32MX_ICESEL - In-Circuit Emulator/Debugger Communication Channel Select
-# Default 1 (PG2)
+# Default 3 (PG1)
# 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)
+# 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:
# CONFIG_PIC32MX_USBIDO - USB USBID Selection. Default 1 if USB enabled
@@ -183,8 +184,9 @@ CONFIG_PIC32MX_IOPORTC=y
# CONFIG_PIC32MX_WDENABLE - Enabled watchdog on power up. Default 0 (watchdog
# can be enabled later by software).
#
-CONFIG_PIC32MX_DEBUGGER=2
-CONFIG_PIC32MX_ICESEL=1
+CONFIG_PIC32MX_DEBUGGER=1
+CONFIG_PIC32MX_ICESEL=2
+CONFIG_PIC32MX_OSCOUT=1
#
# PIC32MX specific serial device driver settings