diff --git a/ChangeLog b/ChangeLog index e376bdbf8c..0a58fae52d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5587,7 +5587,7 @@ that the you now also have to set CONFIG_NETDEVICES=y if you need to set a PHY configuration (2013-9-17). * arch/arm/src/lpc17xx/lpc17_spi.c: Remove undefined spi_select() - prototype. This was cause compile time warnings (2013-9-17). + prototype. This was causing compile time warnings (2013-9-17). * configs/sama5d3x-ek/src/sam_ostest.c: Add OS test support for the FPU test (2013-9-18). * arch/arm/src/sama5/sam_usbhost.h and include/nuttx/usb/usbhost_trace.h @@ -5778,12 +5778,12 @@ * net/net_close.c: Changed net_close debug output to verbose. From Max Holtzberg (2013-10-17). * net/send.c and net_sendfile.c: Reset the send timeout when the - data is ACKed, not when the data is sent. Remove concitions on + data is ACKed, not when the data is sent. Remove conditions on checking for timeout. From Max Holtzberg (2013-10-17). * net/net_sendfile.c: Correct paramter passed to netdev_txnotify() from Max Holtzberg (2013-10-17). * include/nuttx/net/uip/uip-tcp.h, net/send.c, uip/uip_tcpconn.c, and - uip/uip_tcpinput.c: Change how the inital minimum MSS is calculated. + uip/uip_tcpinput.c: Change how the initial minimum MSS is calculated. Max Holtzberg (2013-10-17). * net/uip/uip_tcpinput.c: Move tcp connection into SYN_RCVD state after aception instead of bypassing and moving directly into ESTABLISHED. @@ -5792,7 +5792,7 @@ don't return until all data has been ACK'd. From Max Holtzberg (2013-10-17). * arch/arm/src/stm32/chip/stm32f40xxx_dma.h: Typo fixes for UART7 and - UART8 DMA configs. From Mike Smit (2013-10-18). + UART8 DMA configs. From Mike Smith (2013-10-18). * arch/arm/src/stm32/Kconfig: DMA priority corrections from Mike Smith (2013-10-18). * arch/arm/src/stm32/stm32*_dma.c, stm32_sdio.c, and stm32_dma.h: @@ -5857,7 +5857,7 @@ * arch/arm/src/stm32/stm32f10xxx_dma.c: DMA fix from David Sidrane: The DMA_CNDTRx register cannot be modified if the DMA channel is disabled (2013-10-23). - * arch/arm/src/sama5/sam_tc.c and .h: First but at a timer/counter + * arch/arm/src/sama5/sam_tc.c and .h: First cut at a timer/counter library for the SAMA5D3 (2013-10-23). * configs/spark/nsh/defconfig: Spark configuration update from David Sidrane (2013-10-24). @@ -5870,7 +5870,7 @@ that should have been cleared in a register. From Martin Lederhilger (2013-10-24). * configs/olimex-stm32-p207 and other files: Support for the Olimex - STM32 P207 board added by Martin Lederhilger (2017-10-24). + STM32 P207 board added by Martin Lederhilger (2013-10-24). * arch/arm/src/sama5/sam_adc.c, sam_tc.c and sam_tc.h: Hook in the timer/counter logic so that it can driver periodic ADC sampling (2013-10-24). diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 203801678f..523ca80182 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: September 14, 2013

+

Last Updated: October 28, 2013

@@ -71,7 +71,7 @@ - Release Notes + Release Notes What has changed in the last release of NuttX? What has changed in previous releases of NuttX? Are there any unreleased changes. @@ -564,7 +564,7 @@

-

  • Audio subsystem: CODECs, audio input and output drivers.
  • +
  • Audio subsystem: CODECs, audio input and output drivers. Command line and graphic media player applications.
  • @@ -711,6 +711,16 @@

    + +
    + +

    +

  • + Support for networking modules (e.g., the TI CC3000 WLAN module). +
  • +

    + + @@ -1106,13 +1116,13 @@

    Released Versions

    In addition to the ever-changing GIT repository, there are frozen released versions of NuttX available. - The current release is NuttX 6.30. - NuttX 6.30 is the 97th release of NuttX. - It was released on September 14, 2013, and is available for download from the + The current release is NuttX 6.31. + NuttX 6.31 is the 98th release of NuttX. + It was released on October 28, 2013, and is available for download from the SourceForge website. - Note that the release consists of two tarballs: nuttx-6.30.tar.gz and apps-6.20.tar.gz. + Note that the release consists of two tarballs: nuttx-6.31.tar.gz and apps-6.31.tar.gz. Both may be needed (see the top-level nuttx/README.txt file for build information). - Release notes for NuttX 6.30 are avaialble here. + Release notes for NuttX 6.31 are avaialble here. The change log associated with the release is available here. Unreleased changes after this release are available in GIT. These unreleased changes are also listed here. @@ -1174,8 +1184,8 @@

  • ARM926EJS (3)
  • ARM Cortex-A5 (1)
  • ARM Cortex-M0/M0+ (2)
  • -
  • ARM Cortex-M3 (20)
  • -
  • ARM Cortex-M4 (9)
  • +
  • ARM Cortex-M3 (21)
  • +
  • ARM Cortex-M4 (10)
  • Atmel AVR