summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 268184ee6..f936a8df0 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -1421,10 +1421,13 @@ nuttx-0.4.6 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
-R .note.gnu.build-id -R .comment" This has bin fixed in arch/arm/src/Makefile,
but other architectures may have the same problem. Thanks to Dave Marples
for verifying this.
- * Began adding support for the MicroMint Eagle100 board. This board has a
- Luminary LM3S6918 Cortex-M3.
+ * Added support for the MicroMint Eagle100 board. This board has a
+ Luminary LM3S6918 Cortex-M3. Added a configuration to build examples/ostest.
* Add configuration option to enable fast GPIO (vs. legacy, "slow" GPIO) for
LPC214x.
+ * Restructured the arch/arm directory structure to better suppor ARM and
+ Cortex-M3.
+ * pthread_create() must return a (non-negated) errno value on failure.
pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>