aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-01-13 02:49:10 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-01-13 02:49:10 +0000
commit247096fede96ccbcdc4f332d1fcf014f810d7110 (patch)
tree78792e9d8701bc3b38f60de71caff9786884c875 /nuttx/ChangeLog
parent10cc67fe13960489a77fc96b52d6f386764436b8 (diff)
downloadpx4-firmware-247096fede96ccbcdc4f332d1fcf014f810d7110.tar.gz
px4-firmware-247096fede96ccbcdc4f332d1fcf014f810d7110.tar.bz2
px4-firmware-247096fede96ccbcdc4f332d1fcf014f810d7110.zip
STM32 fixes for F4 32-bit timers
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4300 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 3a030612e..a6c69d13c 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2312,7 +2312,7 @@
* configs/olimex-lpc1766stk/src/up_leds.c: Add new interfaces so that is
CONFIG_ARCH_LEDS are not set, the LEDs may be controlled from application
logic.
- * configs/olimex-lpc1766stk/src/up_buttons.c: Add support form the buttons
+ * configs/olimex-lpc1766stk/src/up_buttons.c: Add support for the buttons
on the Olimex LPC1766-STK board.
* Makefile: Added 'apps_clean' and 'apps_distclean' target to simplify
managing the state of the application directory while in the NuttX directory
@@ -2361,4 +2361,7 @@
(Contributed by Mike Smith).
* fs/fat/fs_fat32util.c: On a failure to recognize a FAT file system, the
mount logic should return -EINVAL, not -ENODEV.
-
+ * arch/arm/src/stm32/stm32_tim.c: Support for STM32 F4 32-bit timers
+ (Contributed by Mikhail Bychek)
+ * lib/stdio/lib_vsprintf.c: Add support for fixed-size fields with floating
+ point numbers (Contributed by Mikhail Bychek)