aboutsummaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-13 15:12:44 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-13 15:12:44 +0000
commit8345d911e0e4f6e6dcbc4728325fb7ef0b8dadd8 (patch)
tree62be132621705a51e85c7b56c9d004e593d6219a /nuttx/TODO
parenta03e58b7acd56df24404d42652efc1c75725adda (diff)
downloadpx4-firmware-8345d911e0e4f6e6dcbc4728325fb7ef0b8dadd8.tar.gz
px4-firmware-8345d911e0e4f6e6dcbc4728325fb7ef0b8dadd8.tar.bz2
px4-firmware-8345d911e0e4f6e6dcbc4728325fb7ef0b8dadd8.zip
Add a THTTPD configuration for the Shenzhou board (Darcy Gong)
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5233 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 906601192..7b4daf2c1 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -421,7 +421,7 @@ o Binary loaders (binfmt/)
.word .LC3-(.LPIC4+4)
.word .LC4-(.LPIC5+4)
- This is good and bad. This is good because it means that .rodata.str1.1 can not
+ This is good and bad. This is good because it means that .rodata.str1.1 can now
reside in FLASH with .text and can be accessed using PC-relative addressing.
That can be accomplished by simply moving the .rodata from the .data section to
the .text section in the linker script. (The NXFLAT linker script is located at