mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 04:19:37 +08:00
Fix minor typos
This commit is contained in:
@@ -4577,7 +4577,7 @@
|
|||||||
is used internally, but if it is called from the user, it should
|
is used internally, but if it is called from the user, it should
|
||||||
unregister any atexit() or on_exit() functions (2013-4-18).
|
unregister any atexit() or on_exit() functions (2013-4-18).
|
||||||
* tools/kconfig2html.c: This is the beginning of a tool to
|
* tools/kconfig2html.c: This is the beginning of a tool to
|
||||||
replace the hand-generated documentation of the NuttX configruation
|
replace the hand-generated documentation of the NuttX configuration
|
||||||
variables with auto-generated documentation. The initial checkin
|
variables with auto-generated documentation. The initial checkin
|
||||||
is an incomplete, poorly structured prototype that I hope to
|
is an incomplete, poorly structured prototype that I hope to
|
||||||
evolve into a useful tool (2014-4-20).
|
evolve into a useful tool (2014-4-20).
|
||||||
|
|||||||
+5
-5
@@ -4099,23 +4099,23 @@ Additional new features and extended functionality:
|
|||||||
|
|
||||||
- Added kernel build support
|
- Added kernel build support
|
||||||
|
|
||||||
* STM32
|
* STM32:
|
||||||
|
|
||||||
- Added support for kernel mode build.
|
- Added support for kernel mode build.
|
||||||
- Added architecure support for the STM32 F427/F437 chips. Contributed
|
- Added architecure support for the STM32 F427/F437 chips. Contributed
|
||||||
by Mike Smith
|
by Mike Smith
|
||||||
|
|
||||||
* STM32 Boards
|
* STM32 Boards:
|
||||||
|
|
||||||
- Added a configuration to support a kernel mode build of the OS test
|
- Added a configuration to support a kernel mode build of the OS test
|
||||||
on the STM32F4Discovery
|
on the STM32F4Discovery
|
||||||
|
|
||||||
* Stellaris LM3S/LM4F
|
* Stellaris LM3S/LM4F:
|
||||||
|
|
||||||
- Added kernel build support
|
- Added kernel build support
|
||||||
- Added support for the 7 UARTs on the LM4F120
|
- Added support for the 7 UARTs on the LM4F120
|
||||||
|
|
||||||
* Stellaris LM4F Boards
|
* Stellaris LM4F Boards:
|
||||||
|
|
||||||
- Added scripts and instructions to simplify use of OpenOCD with ICDI
|
- Added scripts and instructions to simplify use of OpenOCD with ICDI
|
||||||
(JP Carballo)
|
(JP Carballo)
|
||||||
@@ -4189,7 +4189,7 @@ Bugfixes (see the ChangeLog for details). Some of these are very important:
|
|||||||
serial driver.
|
serial driver.
|
||||||
- PL2303 compilation errors
|
- PL2303 compilation errors
|
||||||
|
|
||||||
* Stellaris LM3S/4F
|
* Stellaris LM3S/4F:
|
||||||
|
|
||||||
- Corrected typos in alternate function definitions.
|
- Corrected typos in alternate function definitions.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user