aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/lpc4330-xplorer
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-08 14:50:43 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-08 14:50:43 +0000
commit266f29b3a16b6ade481c24811c51b14496badd45 (patch)
treeaccd637b0551acab73839ead97a8282e415aac1f /nuttx/configs/lpc4330-xplorer
parent02b7f86536c75e36a7a6380abacc583cee3d56e4 (diff)
downloadpx4-firmware-266f29b3a16b6ade481c24811c51b14496badd45.tar.gz
px4-firmware-266f29b3a16b6ade481c24811c51b14496badd45.tar.bz2
px4-firmware-266f29b3a16b6ade481c24811c51b14496badd45.zip
Add a generic GCC stdarg.h header file
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4919 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/lpc4330-xplorer')
-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.