summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-24 22:56:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-24 22:56:36 +0000
commit79a649dfb7f8673a4150bfdabcf32826619de326 (patch)
treef9293a2385b426204e0e8b9125660c6b22885755 /nuttx/configs
parente81a336112145a051b354124d4fbf5c7ee73b7f3 (diff)
downloadpx4-nuttx-79a649dfb7f8673a4150bfdabcf32826619de326.tar.gz
px4-nuttx-79a649dfb7f8673a4150bfdabcf32826619de326.tar.bz2
px4-nuttx-79a649dfb7f8673a4150bfdabcf32826619de326.zip
Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeed
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4975 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/lpc4330-xplorer/README.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/nuttx/configs/lpc4330-xplorer/README.txt b/nuttx/configs/lpc4330-xplorer/README.txt
index 783461704..82bb42e1d 100644
--- a/nuttx/configs/lpc4330-xplorer/README.txt
+++ b/nuttx/configs/lpc4330-xplorer/README.txt
@@ -56,7 +56,8 @@ Status
- The basic OS test configuration and the basic NSH configurations
are present and fully verified. This includes: SYSTICK system time,
- pin and GPIO configuration, and serial console support.
+ pin and GPIO configuration, and serial console support. A SPIFI
+ MTD driver is also in place but requires further verification.
- The following drivers have been copied from the LPC17xx port, but
require integration into the LPC43xx. This integration should
@@ -89,7 +90,6 @@ Status
- SD/MMC,
- EMC,
- - SPIFI*,
- USB0,
- USB1,
- Ethernet,
@@ -104,9 +104,6 @@ Status
- Event monitor, and
- CAN,
- * I am not sure, exactly, what is needed for SPIFI support. There
- are not SPI registers listed in the user manual.
-
For the missing drivers some of these can be leveraged from other
MCUs that appear to support the same peripheral IP.