summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-15 23:13:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-15 23:13:04 +0000
commitab10f95ce2b319edc27c8bdc2604ea06ce29112a (patch)
treeaf3cf4a250a7a9756b0464ad964dddf2c41135d7 /nuttx/ChangeLog
parent8debfb89c5be818e19566125dad5ef88c3b62326 (diff)
downloadnuttx-ab10f95ce2b319edc27c8bdc2604ea06ce29112a.tar.gz
nuttx-ab10f95ce2b319edc27c8bdc2604ea06ce29112a.tar.bz2
nuttx-ab10f95ce2b319edc27c8bdc2604ea06ce29112a.zip
Prep for 6.3 releasenuttx-6.3
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3615 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 4144af00d..dce9ecdae 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1723,11 +1723,11 @@
* fs/nxffs: After a couple of weeks of testing and bug fixes, NXFSS appears
stable and functional.
-6.3 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+6.3 2011-05-15 Gregory Nutt <spudmonkey@racsa.co.cr>
* Remove clock_getutc(). It is replaces with clock_gettime(CLOCK_ACTIVETIME).
Add other RTC related changes provided by Uros Platise.
- * arch/arm/src/stm32/stm32_flash.c: Add support for access to on-chp STM32
+ * arch/arm/src/stm32/stm32_flash.c: Add support for access to on-chip STM32
FLASH; beginning of integration with NXFFS (Uros Platise).
* arch/mips: Added directory structure for PIC32 support
* configs/pcblogic-pic32mx: Add directory structure for PCB Logic PIC32MX board
@@ -1755,7 +1755,9 @@
* lib/stdio: All output stream logic was modified to support CONFIG_STDIO_LINEBUFFER.
If standard C buffered I/O is enabled (CONFIG_STDIO_BUFFER_SIZE > 0), then this
option may be added to force automatic, line-oriented flushing the output buffer
- for putc(), fputc(), putchar(), puts(), fputs(), printf() fprintf(), and vfprintf().
+ for putc(), fputc(), putchar(), puts(), fputs(), printf(), fprintf(), and vfprintf().
When a newline is encountered in the output string, the output buffer will be
flushed. This (slightly) increases the NuttX footprint but supports the kind of
behavior that people expect for printf.
+
+6.4 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>