summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-13 02:49:10 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-13 02:49:10 +0000
commitcad9ed8e13b1b5e7448f41a71837d0e52ca0ad42 (patch)
tree78792e9d8701bc3b38f60de71caff9786884c875 /nuttx/ChangeLog
parentd455b6a25a41db11963610dca5f4a63eee1a316c (diff)
downloadnuttx-cad9ed8e13b1b5e7448f41a71837d0e52ca0ad42.tar.gz
nuttx-cad9ed8e13b1b5e7448f41a71837d0e52ca0ad42.tar.bz2
nuttx-cad9ed8e13b1b5e7448f41a71837d0e52ca0ad42.zip
STM32 fixes for F4 32-bit timers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4300 42af7a65-404d-4744-a932-0658087f49c3
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)