This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-website.git
The following commit(s) were added to refs/heads/asf-site by this push: new 2ed8ac2 Publishing web: 5eb8540a7fe060c5e451b36dfb23656a6f18e3e7 docs: b9d44017cf90691c9f55dc7268f5501eeef65234 2ed8ac2 is described below commit 2ed8ac2a8ee553a310d8c56149b4f1e13362c5a6 Author: Xiang <xiaoxi...@xiaomi.com> AuthorDate: Sun Nov 8 17:19:45 2020 +0000 Publishing web: 5eb8540a7fe060c5e451b36dfb23656a6f18e3e7 docs: b9d44017cf90691c9f55dc7268f5501eeef65234 --- content/docs/latest/index.html | 2 +- content/feed.xml | 4 ++-- content/releases/7.13/index.html | 4 ++-- content/releases/7.19/index.html | 2 +- content/releases/7.24/index.html | 2 +- content/releases/7.26/index.html | 2 +- content/releases/7.27/index.html | 2 +- content/releases/7.29/index.html | 2 +- content/releases/9.0.0/index.html | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/content/docs/latest/index.html b/content/docs/latest/index.html index 810d50f..696e18f 100644 --- a/content/docs/latest/index.html +++ b/content/docs/latest/index.html @@ -207,7 +207,7 @@ by following these <a class="reference internal" href="contributing/documentatio <div class="section" id="nuttx-documentation"> <h1>NuttX Documentation<a class="headerlink" href="#nuttx-documentation" title="Permalink to this headline">¶</a></h1> <p>NuttX is a real-time operating system (RTOS) with an emphasis on standards compliance and small footprint. Scalable from 8-bit to 64-bit microcontroller environments, the primary governing standards in NuttX are POSIX and ANSI standards. Additional standard APIs from Unix and other common RTOS’s (such as VxWorks) are adopted for functionality not available under these standards, or for functionality that is not appropriate for deeply-embedded environments (such as fork()).</p> -<p>Last Updated: 08 November 20 at 00:39</p> +<p>Last Updated: 08 November 20 at 17:17</p> <div class="toctree-wrapper compound"> <p class="caption"><span class="caption-text">Table of Contents</span></p> <ul class="current"> diff --git a/content/feed.xml b/content/feed.xml index 68b0a0c..bb1a299 100644 --- a/content/feed.xml +++ b/content/feed.xml @@ -5,8 +5,8 @@ <description></description> <link>/</link> <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/> - <pubDate>Sun, 08 Nov 2020 00:40:47 +0000</pubDate> - <lastBuildDate>Sun, 08 Nov 2020 00:40:47 +0000</lastBuildDate> + <pubDate>Sun, 08 Nov 2020 17:19:44 +0000</pubDate> + <lastBuildDate>Sun, 08 Nov 2020 17:19:44 +0000</lastBuildDate> <generator>Jekyll v3.8.5</generator> <item> diff --git a/content/releases/7.13/index.html b/content/releases/7.13/index.html index 16fcb07..6d056da 100644 --- a/content/releases/7.13/index.html +++ b/content/releases/7.13/index.html @@ -124,7 +124,7 @@ information).</p> accomplishes this by creating a temporary characer driver to mediate the character oriented accesses to tje block driver. - HOSTFS: Added a HOSTFS file system for use with the simulator. The - HOSTFS file system mounts in the simulated Nuttx context by provides + HOSTFS file system mounts in the simulated NuttX context by provides proxied access to the file system on the host PC. This is useful for providing file system content and nonvolatile storage of files in the simulation environment. From Ken Pettit. @@ -278,7 +278,7 @@ information).</p> * Applications: apps/system: - apps/system/hexed: Port the hexed command line hexadeciamal editor - to Nuttx. See http://apps.venomdev.net/hexed/. + to NuttX. See http://apps.venomdev.net/hexed/. * Applications: apps/fsutils: diff --git a/content/releases/7.19/index.html b/content/releases/7.19/index.html index fe47229..8d5b906 100644 --- a/content/releases/7.19/index.html +++ b/content/releases/7.19/index.html @@ -226,7 +226,7 @@ information).</p> * NXP Freescale Kinetis: - Kinetis: Added missing headers. Kinetis broke out SPI to - kinetis/kinetis_spi.h. Broke out DMA to use the modern Nuttx chip + kinetis/kinetis_spi.h. Broke out DMA to use the modern NuttX chip inclusion - still STUBS. Add Kinetis support for ARMV7-M Common Vector and FPU. Allow CONFIG_ARMV7M_CMNVECTOR, CONFIG_STACK_COLORATION, CONFIG_ARCH_FPU. Fix i2c driver offset diff --git a/content/releases/7.24/index.html b/content/releases/7.24/index.html index 19bab8c..7b9cea9 100644 --- a/content/releases/7.24/index.html +++ b/content/releases/7.24/index.html @@ -617,7 +617,7 @@ detailed bugfix information):</p> - ARP: Fix an error introduced when ICMP and ICMP6 socket support was added in NuttX-7.3. A gratuitous ARP (or solicitation) was being sent after receive of the ECHO replay (advertisement). - - ARP: Fix IGMP multicast address computation on Nuttx network stack. + - ARP: Fix IGMP multicast address computation on NuttX network stack. This change fixes the IGMP address computation to allow multicast UDP messages. The destination address was created with the incorrect bytes of the given IPv4 address. From Louis Mayencourt. diff --git a/content/releases/7.26/index.html b/content/releases/7.26/index.html index 6a0924d..3ad9af8 100644 --- a/content/releases/7.26/index.html +++ b/content/releases/7.26/index.html @@ -862,7 +862,7 @@ information).</p> - apps/examples/calib_udelay: Add tool for calibrating CONFIG_BOARD_LOOPSPERMSEC From Juha Niskanen. - apps/examples/dhtxx: Example for the DHTxx sensor. From Ouss4. - - apps/examples/dsptest: Add unit test for Nuttx DSP library From + - apps/examples/dsptest: Add unit test for NuttX DSP library From Mateusz Szafoni. - apps/examples/elf: CROMFS and ROMFS configuration currently only usable in FLAT build. Add configuration to use ELF objects on diff --git a/content/releases/7.27/index.html b/content/releases/7.27/index.html index 839897a..21ddf51 100644 --- a/content/releases/7.27/index.html +++ b/content/releases/7.27/index.html @@ -795,7 +795,7 @@ detailed bugfix information):</p> * NXP i.MXRT Drivers: - - i.MXRT Ethernet: The board would not come up if I ran Nuttx from cold. + - i.MXRT Ethernet: The board would not come up if I ran NuttX from cold. I dumped the PHY registers to see what the differences were and the PHY was coming up in NANDTree mode. This is a mode for testing connectivity between the PHY and the MAC. Switching this mode off in diff --git a/content/releases/7.29/index.html b/content/releases/7.29/index.html index 57019f8..1e39bdf 100644 --- a/content/releases/7.29/index.html +++ b/content/releases/7.29/index.html @@ -962,7 +962,7 @@ detailed bugfix information):</p> * NXP LPC17xx Drivers: - - LPC17xx CAN: The name can_txready clashes with Nuttx CAN core + - LPC17xx CAN: The name can_txready clashes with NuttX CAN core global function. LPC178x has only single LPC17_SYSCON_PCLKSEL with only single divisor. From Pavel Pisa. diff --git a/content/releases/9.0.0/index.html b/content/releases/9.0.0/index.html index c4ccc2c..201d8d7 100644 --- a/content/releases/9.0.0/index.html +++ b/content/releases/9.0.0/index.html @@ -147,7 +147,7 @@ information). SHA512 checksums:</p> <li>Add support for the Digilent ARTY_A7 board to test the Litex port</li> <li>Added initial support for Sipeed Maix Bit board with Kendryte K210 processor</li> <li>New architectural support: ez80f92</li> - <li>Flat address x86_64 port of Nuttx</li> + <li>Flat address x86_64 port of NuttX</li> <li>Support to run NuttX on ESP32 QEMU</li> <li>Initial support for Sipeed Maix Bit board with Kendryte K210 processor</li> <li>Add initial support for Kendryte K210 processor in SMP mode</li>