diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 4eb56584200..f19360a883b 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -28,8 +28,8 @@ NuttX operates on the ARM7 of this dual core processor. This port uses the Spectrum Digital evaluation board with a GNU arm-elf toolchain*. - This port is in progress and partially functional (However, - my board is dead at the moment so it will be awhile before I fix it) + This port is complete, verified, and included in the initial NuttX + release.
Details to be provided
- -- I have a complete build for an ARM7 target that includes most of the OS - features and a broad range of OS tests. - That builds to an executable that requires about 85Kb for .text, .data., and .bss. +
C5471 (Arm7) + The build for this ARM7 target that includes most of the OS features and + a broad range of OS tests. The size of this executable as given by the + Linux size command is:
-- I have a stripped down OS test for the 8051 target that requires only - 18Kb. A substantial effort was required to get to this size - (see spreadsheet for details). +
+ text data bss dec hex filename + 53272 428 3568 57268 dfb4 nuttx ++
87C52 + A reduced functionality OS test for the 8051 target requires only + about 18Kb (see spreadsheet for details).
-This user's manual is divided into five sections: +This user's manual is divided into three sections:
-This section documents know problems with Nuttx at the time -of this writing. -
-
-Priority: LOW. If a task is blocked a waiting for a message -queue to become non-empty, it will be re-started anyway. -
-Priority: LOW. -