aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-14 15:11:38 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-14 15:11:38 +0000
commit9c8f49c1002f569120f4da4d9b8d32209a24e694 (patch)
tree83ef173b77ac28a3fc944931ffcab3bd70bb392c /nuttx/ChangeLog
parent57c04fbaea5d7614a6da5582f11b2a30a12ebd58 (diff)
downloadpx4-firmware-9c8f49c1002f569120f4da4d9b8d32209a24e694.tar.gz
px4-firmware-9c8f49c1002f569120f4da4d9b8d32209a24e694.tar.bz2
px4-firmware-9c8f49c1002f569120f4da4d9b8d32209a24e694.zip
Prep for 6.17 release
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4607 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 48c21d29e..d5f92d5f0 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2550,7 +2550,7 @@
* configs/stm3220g-eval: Add support for the STMicro STM3220G-EVAL board.
Contributed by Gary Teravskis,
-6.17 2012-xx-xx Gregory Nutt <gnutt@nuttx.org>
+6.17 2012-04-14 Gregory Nutt <gnutt@nuttx.org>
* configs/sure-pic32mx: Add support for the Sure DB-DP11212 PIC32 General
Purpose Demo Board
@@ -2639,7 +2639,7 @@
* arch/arm/src/Makefile, arch/x86/src/Makefile, arch/avr/src/Makefile,
arch/mips/src/Makefile, arch/sim/src/Makefile, arch/hc/src/Makefile,
arch/sh/src/Makefile: The libgcc.a in newer versions of GCC now
- have an dependency on an external implementation of export(). This
+ have an dependency on an external implementation of abort(). This
required modification to the Makefiles that do the final link: Now
libgcc.a must be included within the group of libraries that are
search recursively.
@@ -2652,3 +2652,5 @@
* include/nuttx/watchdog.h: Add the definition of a standard watchdog
driver interface.
* drivers/watchdog.c: The "upper half" watchdog timer driver.
+
+6.18 2012-xx-xx Gregory Nutt <gnutt@nuttx.org>