summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-05 16:41:20 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-05 16:41:20 +0000
commitb4739f795b424040fbd1644dca719d537918e575 (patch)
treec15878eb7135a9de4b8650951cc1583dc7aa3679 /nuttx/ChangeLog
parenta8fe687ddda5685208e42c503e17f3cade2aca46 (diff)
downloadnuttx-b4739f795b424040fbd1644dca719d537918e575.tar.gz
nuttx-b4739f795b424040fbd1644dca719d537918e575.tar.bz2
nuttx-b4739f795b424040fbd1644dca719d537918e575.zip
Fixes for STM32F40xxx port
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4135 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog9
1 files changed, 5 insertions, 4 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 1150fd2c3..2cf3dea33 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2217,14 +2217,13 @@
* fs/fat/fs_fat32util.c: In fat_systime2fattime(void) should be
clock_gettime() and not clock_gettime(). Also, there is a place where
FAT date is used instead of FAT time. (Thanks to David Sidrane).
- * arch/arm/src/stm32: Add support for the STM3240xxx MCU family.
* arch/arm/src/stm32 and arch/arm/include/stm32: Add support for the
- STM32F50xxx family of MCUs.
+ STM32F40xxx family of MCUs.
* configs/stm3240g-eval: Add framework for the STMicro STM3240G-EVAL
board.
* include/sys/types.h: wchar_t is a builtin type in C++ and its
declaration can cause errors with certain C++ compilers.
- * sched/sig_timedwait.c: Fix signal handling with the returned info
+ * sched/sig_timedwait.c: Fix signal handling when the returned info
is NULL. Before this change, it would derefence a NULL pointer
in this case.
* graphics/nxfonts/nxfonts_sans17x22.h and nxfonts_sans20x26.h: Add
@@ -2234,4 +2233,6 @@
* drivers/input/ads7843e.c and tsc2007.c: Fix some errors in the poll
setup error checking that was cloned into both drivers.
* sched/mq_notify.c: Set errno appropriately on failures. There are
- still severl message queue functions that do not set errno! \ No newline at end of file
+ still several message queue functions that do not set errno!
+ * arch/arm/src/stm32: Fixes to several STM32F40xxx files (contributed by
+ Mikhail Bychek).