summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-15 18:07:34 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-15 18:07:34 +0000
commitad1878e8fe6fa997672a83ffe8bbee9883649781 (patch)
tree658250c1a0e09eafe3ccdf0038f854697d2b870f /nuttx/ChangeLog
parent327a0b5bfe1c679660c9d0ef41f9f5519215176c (diff)
downloadnuttx-ad1878e8fe6fa997672a83ffe8bbee9883649781.tar.gz
nuttx-ad1878e8fe6fa997672a83ffe8bbee9883649781.tar.bz2
nuttx-ad1878e8fe6fa997672a83ffe8bbee9883649781.zip
Prep for 6.26 releasenuttx-6.26
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5745 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog10
1 files changed, 6 insertions, 4 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 9cb94e79e..ae585ae33 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4096,7 +4096,7 @@
STM32F4. Includes untested additions for the F1 implementation as
well. From Petteri Aimonen.
-6.26 2013-xx-xx Gregory Nutt <gnutt@nuttx.org>
+6.26 2013-03-15 Gregory Nutt <gnutt@nuttx.org>
* drivers/serial/serial.c: Correct some race conditions when checking
for disconnection of a removable serial device.
@@ -4175,7 +4175,7 @@
example "+-" would look weird. From Petteri Aimonen.
* mm/mm_mallinfo.c: Take MM semaphore in mm_mallinfo. From Petteri
Aimonen.
- * configs/stm32f3discovery/nsh/defconfig: Disable SPI. It is nto
+ * configs/stm32f3discovery/nsh/defconfig: Disable SPI. It is not
used.
* drivers/mtd/sst39vf: Add a driver for the SST29VF NOR FLASH parts.
* sched/os_start.c: Add an additional call-out to support board-
@@ -4233,7 +4233,7 @@
* arch/arm/src/stm32f20xxx_dma.c and stm32f40xxx_dma.c: Fix a typo
in assigned base register addresses for each DMA channel. From
Yan T.
- * Several build fixes from Mike Smithe were incorporated. These were
+ * Several build fixes from Mike Smith were incorporated. These were
mostly compilation errors introduced into the system because of the
large number of recent changes with broad scope (2013-03-04).
* configs/zkit-arm-17969/src/up_can.c: Add CAN support to the
@@ -4329,4 +4329,6 @@
heap in the flat build. But not in the kernel build: The base of
the heap is elsewhere so the naming was wrong. (2013-03-13).
* libc/stdlib/lib_itoa.c: Implementation of itoa() contributed by
- Ryan Sundberg. (2013-03-14). \ No newline at end of file
+ Ryan Sundberg. (2013-03-14).
+
+6.27 2013-xx-xx Gregory Nutt <gnutt@nuttx.org>