diff --git a/ChangeLog b/ChangeLog index d809a37a2f..a8a3e203e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20204,7 +20204,7 @@ conversions between physical and virtual address. From ligd (2018-08-24). * net/arp: arp_find() now checks if the target IP belongs to one of the local network devices. From Xiang Xiao (2018-08-24). - * net/netdev: add devif_loopback_out() to check the loopback case where + * net/netdev: add devif_loopback() to check the loopback case where a packet is being sent to itself. Modify the net driver to call this function in this case. This function will simply re-inject the packet back into the network and the network driver will not put diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index c945913f69..61a5501f19 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: August 16, 2018

+

Last Updated: September 8, 2018

@@ -321,6 +321,14 @@

+ +
+ +

+

  • Standard default signal actions (optional).
  • +

    + +
    @@ -1082,7 +1090,7 @@

    -

  • USB device controller drivers available for the PIC32, Atmel AVR, SAM3, SAM4, SAMv7, and SAMA5Dx, NXP/Freescale LPC17xx, LPC214x, LPC313x, LPC43xx, and Kinetis, Silicon Laboraties EFM32, STMicro STM32 F1, F2, F3, F4, and F7, and TI DM320.
  • +
  • USB device controller drivers available for the most MCU architectures includeing PIC32, Atmel AVR, SAM3, SAM4, SAMv7, and SAMA5Dx, NXP/Freescale LPC17xx, LPC214x, LPC313x, LPC43xx, and Kinetis, Silicon Laboraties EFM32, STMicro STM32 F1, F2, F3, F4, and F7, TI DM320, and others.
  • @@ -1433,11 +1441,11 @@

    Released Versions

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

    @@ -1446,7 +1454,7 @@