summaryrefslogtreecommitdiff
path: root/nuttx/configs/lpc4330-xplorer/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-08 14:50:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-08 14:50:43 +0000
commit41dcd39ef26caa7cc3b76ca31ced5ba00f23d874 (patch)
treeaccd637b0551acab73839ead97a8282e415aac1f /nuttx/configs/lpc4330-xplorer/README.txt
parentfd32aea5907d275b4cf63e873982e865bbf241b9 (diff)
downloadpx4-nuttx-41dcd39ef26caa7cc3b76ca31ced5ba00f23d874.tar.gz
px4-nuttx-41dcd39ef26caa7cc3b76ca31ced5ba00f23d874.tar.bz2
px4-nuttx-41dcd39ef26caa7cc3b76ca31ced5ba00f23d874.zip
Add a generic GCC stdarg.h header file
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4919 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/lpc4330-xplorer/README.txt')
-rw-r--r--nuttx/configs/lpc4330-xplorer/README.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/nuttx/configs/lpc4330-xplorer/README.txt b/nuttx/configs/lpc4330-xplorer/README.txt
index 6448b0269..31ab7661b 100644
--- a/nuttx/configs/lpc4330-xplorer/README.txt
+++ b/nuttx/configs/lpc4330-xplorer/README.txt
@@ -52,7 +52,7 @@ LPC4330-Xplorer board
Status
======
- Where is the current status of the LPC43xx port:
+ This is the current status of the LPC43xx port:
- The basic OS test configuration is fully coded a ready for test.
This includes: SYSTICK system time, pin and GPIO configuration,
@@ -89,7 +89,7 @@ Status
- SD/MMC,
- EMC,
- - SPIFI,
+ - SPIFI*,
- USB0,
- USB1,
- Ethernet,
@@ -104,6 +104,9 @@ 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.