summaryrefslogtreecommitdiff
path: root/nuttx/configs/mcu123-lpc214x
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-23 19:01:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-23 19:01:27 +0000
commit5baf99677c363be3d2e35674387ed045bec9ef2c (patch)
treeaa69178acafaa9bd639c00132166e72e11bee4c0 /nuttx/configs/mcu123-lpc214x
parent98e510401beab258c0f94e6078a6a659015fbe9c (diff)
downloadpx4-nuttx-5baf99677c363be3d2e35674387ed045bec9ef2c.tar.gz
px4-nuttx-5baf99677c363be3d2e35674387ed045bec9ef2c.tar.bz2
px4-nuttx-5baf99677c363be3d2e35674387ed045bec9ef2c.zip
Add USB serial device configuration for STM32
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2173 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/mcu123-lpc214x')
-rw-r--r--nuttx/configs/mcu123-lpc214x/nsh/defconfig2
-rw-r--r--nuttx/configs/mcu123-lpc214x/ostest/defconfig2
-rw-r--r--nuttx/configs/mcu123-lpc214x/usbserial/defconfig4
3 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/configs/mcu123-lpc214x/nsh/defconfig b/nuttx/configs/mcu123-lpc214x/nsh/defconfig
index 020777af2..3125e535d 100644
--- a/nuttx/configs/mcu123-lpc214x/nsh/defconfig
+++ b/nuttx/configs/mcu123-lpc214x/nsh/defconfig
@@ -264,7 +264,7 @@ CONFIG_NOPRINTF_FIELDWIDTH=n
# Allow for architecture optimized implementations
#
# The architecture can provide optimized versions of the
-# following to improve sysem performance
+# following to improve system performance
#
CONFIG_ARCH_MEMCPY=n
CONFIG_ARCH_MEMCMP=n
diff --git a/nuttx/configs/mcu123-lpc214x/ostest/defconfig b/nuttx/configs/mcu123-lpc214x/ostest/defconfig
index 950f40241..58540313f 100644
--- a/nuttx/configs/mcu123-lpc214x/ostest/defconfig
+++ b/nuttx/configs/mcu123-lpc214x/ostest/defconfig
@@ -264,7 +264,7 @@ CONFIG_NOPRINTF_FIELDWIDTH=n
# Allow for architecture optimized implementations
#
# The architecture can provide optimized versions of the
-# following to improve sysem performance
+# following to improve system performance
#
CONFIG_ARCH_MEMCPY=n
CONFIG_ARCH_MEMCMP=n
diff --git a/nuttx/configs/mcu123-lpc214x/usbserial/defconfig b/nuttx/configs/mcu123-lpc214x/usbserial/defconfig
index c3826d10c..8eb24b0cc 100644
--- a/nuttx/configs/mcu123-lpc214x/usbserial/defconfig
+++ b/nuttx/configs/mcu123-lpc214x/usbserial/defconfig
@@ -427,8 +427,8 @@ CONFIG_USBDEV=y
CONFIG_USBDEV_ISOCHRONOUS=n
CONFIG_USBDEV_DUALSPEED=n
CONFIG_USBDEV_SELFPOWERED=y
-CCONFIG_USBDEV_REMOTEWAKEUP=n
-ONFIG_USBDEV_MAXPOWER=100
+CONFIG_USBDEV_REMOTEWAKEUP=n
+CONFIG_USBDEV_MAXPOWER=100
CONFIG_USBDEV_TRACE=n
CONFIG_USBDEV_TRACE_NRECORDS=128