summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-02 00:55:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-02 00:55:32 +0000
commit145c74dbfc283479225bdeec6d465bc52cd2aa55 (patch)
tree899e77aee2d18efebb5650abff18730895f055d1 /nuttx/TODO
parent4f0f900f2da8a2f1ddd7ef6f8031cd2ffed30a5f (diff)
downloadpx4-nuttx-145c74dbfc283479225bdeec6d465bc52cd2aa55.tar.gz
px4-nuttx-145c74dbfc283479225bdeec6d465bc52cd2aa55.tar.bz2
px4-nuttx-145c74dbfc283479225bdeec6d465bc52cd2aa55.zip
Prep for 5.11 Releasenuttx-5.11
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2960 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO14
1 files changed, 10 insertions, 4 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index e1fed73e3..52ba42407 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,5 +1,5 @@
-NuttX TODO List (Last updated September 30, 2010)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+NuttX TODO List (Last updated October 1, 2010)
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(5) Task/Scheduler (sched/)
(1) On-demand paging (sched/)
@@ -26,7 +26,7 @@ NuttX TODO List (Last updated September 30, 2010)
(2) ARM/i.MX (arch/arm/src/imx/)
(4) ARM/LPC17xx (arch/arm/src/lpc17xx/)
(7) ARM/LPC214x (arch/arm/src/lpc214x/)
- (1) ARM/LPC313x (arch/arm/src/lpc313x/)
+ (2) ARM/LPC313x (arch/arm/src/lpc313x/)
(3) ARM/STR71x (arch/arm/src/str71x/)
(4) ARM/LM3S6918 (arch/arm/src/lm3s/)
(5) ARM/STM32 (arch/arm/src/stm32/)
@@ -794,7 +794,7 @@ o ARM/LPC313x (arch/arm/src/lpc313x/)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Description: arch/arm/src/lpc313x/lpc313x_spi.c contains logic that is specific to the
- Embedded Artist's ea3131 board. We need to abstract the assignmen of SPI
+ Embedded Artist's ea3131 board. We need to abstract the assignment of SPI
chip selects and logic SPI functions (like SPIDEV_FLASH). My thoughts are:
- Remove lpc313x_spiselect and lpc313x_spistatus from lpc313x_internal.h
- Remove configs/ea3131/src/up_spi.c
@@ -806,6 +806,12 @@ o ARM/LPC313x (arch/arm/src/lpc313x/)
Status: Open
Priority: High if you want to use SPI on any board other than the ea3131.
+ Description: arch/arm/src/lpc313x/lpc313x_spi.c may or may not be functional. It was
+ reported to be working, but I was unable to get it working with the
+ Atmel at45dbxx serial FLASH driver.
+ Status: Open
+ Priority: High if you need to use SPI.
+
o ARM/STR71x (arch/arm/src/str71x/)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^