diff --git a/ChangeLog b/ChangeLog index f6da3ccb586..c8ad648eb91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4577,7 +4577,7 @@ is used internally, but if it is called from the user, it should unregister any atexit() or on_exit() functions (2013-4-18). * 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 is an incomplete, poorly structured prototype that I hope to evolve into a useful tool (2014-4-20). diff --git a/ReleaseNotes b/ReleaseNotes index de1f71b3e93..0a446d106e2 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -4099,23 +4099,23 @@ Additional new features and extended functionality: - Added kernel build support - * STM32 + * STM32: - Added support for kernel mode build. - Added architecure support for the STM32 F427/F437 chips. Contributed by Mike Smith - * STM32 Boards + * STM32 Boards: - Added a configuration to support a kernel mode build of the OS test on the STM32F4Discovery - * Stellaris LM3S/LM4F + * Stellaris LM3S/LM4F: - Added kernel build support - 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 (JP Carballo) @@ -4189,7 +4189,7 @@ Bugfixes (see the ChangeLog for details). Some of these are very important: serial driver. - PL2303 compilation errors - * Stellaris LM3S/4F + * Stellaris LM3S/4F: - Corrected typos in alternate function definitions.