summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-17 19:24:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-17 19:24:18 +0000
commit85dfa4b381788b2e3085fb94e7717087c5cac52c (patch)
tree415d0b50614a861512888c8f817e32fb4c7ad657 /nuttx/ChangeLog
parent4304032f04cf5cfac5b10f69b4139111bcebb4d1 (diff)
downloadpx4-nuttx-85dfa4b381788b2e3085fb94e7717087c5cac52c.tar.gz
px4-nuttx-85dfa4b381788b2e3085fb94e7717087c5cac52c.tar.bz2
px4-nuttx-85dfa4b381788b2e3085fb94e7717087c5cac52c.zip
Fixes for clean NX compile/link
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2374 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e3e65a494..7f20e961b 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1000,5 +1000,10 @@
* Changed ALL references to non-standard fixed-size types (like uint32,
ubyte, etc.) to standard types (like uint32_t, uint8_t, etc.) from
stdint.h. Use type bool and {true, false} from stdbool. This effected
- most of the files in the system!
+ most of the files in the system! Almost all configurations have been
+ re-built and many have been re-verified in order to get confidence in
+ these changes.
+ * graphics/ and examples/nx - Fix numerous build errors that have been
+ introduced lately. NXGL has suffered some bit-rot from not being used
+ in some of the most recent ports.