mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
Fix some typos in the ReleaseNotes
This commit is contained in:
+7
-7
@@ -7385,7 +7385,7 @@ Additional new features and extended functionality:
|
|||||||
predetermined limit on the number of arguments that may be passed
|
predetermined limit on the number of arguments that may be passed
|
||||||
to a new task on start-up.
|
to a new task on start-up.
|
||||||
|
|
||||||
* Work queues
|
* Work queues:
|
||||||
|
|
||||||
- Add support for priority inheritance on the low priority worker
|
- Add support for priority inheritance on the low priority worker
|
||||||
queue. That is, if a higher priority thread has scheduled work, the
|
queue. That is, if a higher priority thread has scheduled work, the
|
||||||
@@ -7459,7 +7459,7 @@ Additional new features and extended functionality:
|
|||||||
Bouteville.
|
Bouteville.
|
||||||
- Add ARMv7-M CMSIS DWT and TPI header files. From Pierre-noel
|
- Add ARMv7-M CMSIS DWT and TPI header files. From Pierre-noel
|
||||||
Bouteville.
|
Bouteville.
|
||||||
- Add ARMv7.M support to use ITM for SYSLOG debug output. Includes
|
- Add ARMv7-M support to use ITM for SYSLOG debug output. Includes
|
||||||
logic from Pierre-noel Bouteville.
|
logic from Pierre-noel Bouteville.
|
||||||
|
|
||||||
* Atmel SAM3/4 Drivers:
|
* Atmel SAM3/4 Drivers:
|
||||||
@@ -7476,7 +7476,7 @@ Additional new features and extended functionality:
|
|||||||
|
|
||||||
- SAMA5D3-Xplained: Add a configuration that provides a simple test
|
- SAMA5D3-Xplained: Add a configuration that provides a simple test
|
||||||
for the EMAC and GMAC on the SAMA5D3 working together.
|
for the EMAC and GMAC on the SAMA5D3 working together.
|
||||||
- SAMA5D4-EK: Add a configuration that provides a simple test for th
|
- SAMA5D4-EK: Add a configuration that provides a simple test for the
|
||||||
EMAC0 and EMAC1 on the SAMA5D4 working together.
|
EMAC0 and EMAC1 on the SAMA5D4 working together.
|
||||||
|
|
||||||
* Freescale KL:
|
* Freescale KL:
|
||||||
@@ -7484,7 +7484,7 @@ Additional new features and extended functionality:
|
|||||||
- Add an I2C header file for the Freescale KL family. From Alan
|
- Add an I2C header file for the Freescale KL family. From Alan
|
||||||
Carvalho de Assis.
|
Carvalho de Assis.
|
||||||
|
|
||||||
* NXP LPC32xx.
|
* NXP LPC32xx:
|
||||||
|
|
||||||
- Add support for tickless operation using the NXP LPC43xx. From
|
- Add support for tickless operation using the NXP LPC43xx. From
|
||||||
Brandon Warhurst.
|
Brandon Warhurst.
|
||||||
@@ -7589,7 +7589,7 @@ operation. My thanks to the developers of cppcheck! I am impressed!
|
|||||||
This bug has always been present, but was not visible with the
|
This bug has always been present, but was not visible with the
|
||||||
old strdup() way of passing arguments.
|
old strdup() way of passing arguments.
|
||||||
- vfork() problem: If we get to vfork() via system call, then we
|
- vfork() problem: If we get to vfork() via system call, then we
|
||||||
eed to clone some system call information so that the return form
|
need to clone some system call information so that the return form
|
||||||
the cloned system call works correctly.
|
the cloned system call works correctly.
|
||||||
- Fixes to tickless operation code, especially in alarm mode. From
|
- Fixes to tickless operation code, especially in alarm mode. From
|
||||||
Brandon Warhurst.
|
Brandon Warhurst.
|
||||||
@@ -7686,7 +7686,7 @@ operation. My thanks to the developers of cppcheck! I am impressed!
|
|||||||
- ARM up_internal.h: Add protection from C++ name mangling in the
|
- ARM up_internal.h: Add protection from C++ name mangling in the
|
||||||
ARM up_internal.h. From Lorenz Meier.
|
ARM up_internal.h. From Lorenz Meier.
|
||||||
|
|
||||||
* MicroChip PIC32MX
|
* MicroChip PIC32MX:
|
||||||
|
|
||||||
- PIC32MX7: DEVCFG0 bit 2 must be set. Writing bit 2 as zero can
|
- PIC32MX7: DEVCFG0 bit 2 must be set. Writing bit 2 as zero can
|
||||||
brick the CPU on some versions. From Cris Kvist.
|
brick the CPU on some versions. From Cris Kvist.
|
||||||
@@ -7713,7 +7713,7 @@ operation. My thanks to the developers of cppcheck! I am impressed!
|
|||||||
- NSH: Fix reversed in/out file closing in DD command when an error
|
- NSH: Fix reversed in/out file closing in DD command when an error
|
||||||
occurs. From Ken Pettit.
|
occurs. From Ken Pettit.
|
||||||
- NSH: Add logic to restart the console wait if an error occurs
|
- NSH: Add logic to restart the console wait if an error occurs
|
||||||
while reading from the console. In USB console startup, the logi
|
while reading from the console. In USB console startup, the logic
|
||||||
must be able to open the USB serial and receive 3 newlines.
|
must be able to open the USB serial and receive 3 newlines.
|
||||||
However, it the USB driver is disconnected or otherwise fails before
|
However, it the USB driver is disconnected or otherwise fails before
|
||||||
the 3 newlines are received, the receive loop becomes a killer,
|
the 3 newlines are received, the receive loop becomes a killer,
|
||||||
|
|||||||
Reference in New Issue
Block a user