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 @@
Last Updated: August 16, 2018
+Last Updated: September 8, 2018
+
-
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).
- Release notes for NuttX 7.25 are available here. + Release notes for NuttX 7.26 are available here. Release notes for all released versions on NuttX are available in the Bitbucket GIT. The ChangeLog for all releases of NuttX is available in the ChangeLog file that can viewed in the Bitbucket GIT. The ChangeLog for the current release is at the bottom of that file. @@ -1454,7 +1462,7 @@
- Release notes for NuttX 7.25 are available here.
+ Release notes for NuttX 7.26 are available here.
Release notes for all released versions on NuttX are available in the Bitbucket GIT
The ChangeLog for the all releases of apps/
is available in the ChangeLog file that can viewed in the Bitbucket GIT.
The ChangeLog for the current release is at the bottom of that file.
@@ -3731,6 +3739,7 @@ nsh>
This port is intended to test LC823450 features including SMP. Supported peripherals include UART, TIMER, RTC, GPIO, DMA, I2C, SPI, LCD, eMMC, and USB device. ADC, Watchdog, IPC2, and I2S support was added by Masayuki Ishakawa in NuttX-7.23. + Bluetooth, SPI, and PROTECTED build support were added by Masayuki Ishakawa in NuttX-7.26.
+ The port was verified on an LPC4508 by a NuttX user with relevant changes incorported in NuttX-7.26. +
@@ -5395,7 +5410,11 @@ Mem: 29232 5920 23312 23312NuttX-7.25. - The initial release in NuttX-7.25 includes UART, Timer, GPIO, DMA, and Ethernet support (Ethernet support was contribute by Jake Choy). + The initial release in NuttX-7.25 includes UART, Timer, GPIO, DMA, and Ethernet support (Ethernet support was contributed by Jake Choy). +
+NuttX-7.26. + NuttX-7.26 added RTC, SNVX, and Serial TERMIOS support.