summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-04-29 21:50:53 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-04-29 21:50:53 +0000
commitfa7b78be9bd8af94f9282b8bf379e64edc84ddd6 (patch)
tree730144855acba8932a621b3f0ea15b0d4dd83ab4 /nuttx/TODO
parent6463ba69dad3e46bde7b61c0d31262fd26a954b8 (diff)
downloadpx4-nuttx-fa7b78be9bd8af94f9282b8bf379e64edc84ddd6.tar.gz
px4-nuttx-fa7b78be9bd8af94f9282b8bf379e64edc84ddd6.tar.bz2
px4-nuttx-fa7b78be9bd8af94f9282b8bf379e64edc84ddd6.zip
Changes to resulting previous merge of arch/c5471 and arch/dm320 into arch/arm and
also to adding lpc214x to arch/arm. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@194 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO13
1 files changed, 8 insertions, 5 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index b5981f29c..b8ebddde9 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -42,12 +42,12 @@ o Documentation
- Document C-library APIs
o Build system
-- Names under arch are incorrect. These should hold processor architectures.
- c5471 and dm320 should be arm
- pjrc-8051 should be 805x
-- SoC-specific logic should be in subdirectories under arch/<processor-name>.
- Eg. arm/include/c5471 should hold c5471 specific header files
+- Some names under arch are still incorrect. These should be processor architecture
+ names: pjrc-8051 should be 805x
- configs/pjrc-8051 should be configs/pjrc-87c52
+- Last change to create the arch/arm directory breaks dependencies in arch/arm/src.
+ Probably need to add the path to the chip or common subdirectorys when
+ running tools/mkdeps.sh
o Applications & Tests
@@ -55,6 +55,9 @@ o C5471
o DM320
+o LPC214x
+- Finish
+
o pjrc-8052 / MCS51
- Current status:
- Basic OS task management seems OK