From 3a6129ba2e4bd3c0fa8a8025198c4db73b392b70 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 17 Dec 2009 19:24:18 +0000 Subject: [PATCH] Fixes for clean NX compile/link git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2374 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index f655d0da063..8ec5558f087 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: December 16, 2009

+

Last Updated: December 17, 2009

@@ -1626,7 +1626,12 @@ nuttx-2010.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * 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. pascal-2010.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>