From fd93b1057ebd30535c9e11a25a9c050fe6a25fd1 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 12 Mar 2014 16:03:03 -0600 Subject: [PATCH] Documentation update --- Documentation/NuttX.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index c980d0e52b..b5aaf4ccaa 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: February 28, 2014

+

Last Updated: March 12, 2014

@@ -3117,8 +3117,17 @@ Mem: 29232 5920 23312 23312

Atmel SAM4E. General architectural support was provided for the SAM4E family in NuttX 6.32. - This is architecture-only support, meaning that support for the boards with these chips is available, but not support for any publicly available boards is included.. - This support was contributed by Mitko. + This is architecture-only support, meaning that support for the boards with these chips is available, but not support for any publicly available boards is included. + This support was contributed in part by Mitko. +

+

+ Atmel SAM4E-EK. + Board support was added for the SAM4E-EK development board in NuttX 6.33. + A fully functional NuttShell (NSH) configuration is avaiable + (see the NSH User Guide). + This is very much a work in progress. + An Ethernet MAC driver is in place and under test now. + Refer to the NuttX board README file for further information.