From 13384f05d25abf9e4c0c06c77a0324404235f9cb Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 13 Aug 2015 11:48:35 -0600 Subject: [PATCH] Prep for 7.11 release --- Documentation/NuttX.html | 52 ++++++++++++++++++++++++++++++---------- 1 file changed, 39 insertions(+), 13 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index b19060b82c..f0e8a76e26 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: July 24, 2015

+

Last Updated: August 13, 2015

@@ -612,7 +612,7 @@

  • - Network, USB (host), USB (device), serial, I2C, I2S, NAND, CAN, ADC, DAC, PWM, Quadrature Encoder, Wireless, generic timer, and watchdog timer driver architectures. + Network, USB (host), USB (device), serial, I2C, I2S, NAND, CAN, ADC, DAC, PWM, Quadrature Encoder, I/O Expander, Wireless, generic timer, and watchdog timer driver architectures.
  • @@ -1296,10 +1296,10 @@

    In addition to the ever-changing GIT repository, there are frozen released versions of NuttX available. The current release is NuttX 7.10. - NuttX 7.10 is the 110th release of NuttX. + NuttX 7.11 is the 111th release of NuttX. It was released on June 9, 2015, and is available for download from the Bitbucket.org website. - Note that the release consists of two tarballs: nuttx-7.10.tar.gz and apps-7.10.tar.gz. + Note that the release consists of two tarballs: nuttx-7.11.tar.gz and apps-7.11.tar.gz. Both may be needed (see the top-level nuttx/README.txt file for build information).

    @@ -1308,7 +1308,7 @@ +

    + Additional Drivers added in NuttX-7.11 include: +

    +

    Refer to the NuttX board README file for further information. @@ -4095,6 +4119,8 @@ Mem: 29232 5920 23312 23312 STATUS: The basic port is complete and there are two, verified configurations available. Both configurations use the NuttShell (NSH) and a serial console; one includes Ethernet support. + DMA supports is available. + The STM32 F7 peripherals are very similar to some members of the STM32 F4 and additional drivers can easily be ported the F7 as discussed in this Wiki page: Porting Drivers to the STM32 F7 The first release of the STM32F746G_DISCO port was available in NuttX-7.11.