aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-17 20:02:57 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-17 20:02:57 +0000
commit2224c2734a53285348b2c99d6d597ec50f020e6a (patch)
tree3c08fae01ca644560902522b284bb5cd4f068498 /nuttx/ChangeLog
parent0f1567878ca584170383c32531bff1f37a123bc6 (diff)
downloadpx4-firmware-2224c2734a53285348b2c99d6d597ec50f020e6a.tar.gz
px4-firmware-2224c2734a53285348b2c99d6d597ec50f020e6a.tar.bz2
px4-firmware-2224c2734a53285348b2c99d6d597ec50f020e6a.zip
Add logic to initialize the LPC43xx SPIFI device
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4949 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 5ca5aebcc..e33bee750 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3016,4 +3016,6 @@
* arch/arm/src/stm32/stm32_exti_alarm.c: Add initial logic to attached the
RTC alarm EXTI interrupt. This is work be performed mostly by Diego Sanchez.
* include/: More stylistic file clean-up.
+ * arch/arm/src/lpc43xx/lpc43_spifi.c, lpc43_spifi.h, and chip/lpc43_spifi.h: Add
+ logic to configure and intialize the SPIFI device (does not yet work).