aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-14 19:30:31 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-14 19:30:31 +0000
commit4ea9aa3ff134d0d893be8f8eaa6955c8b35e405b (patch)
treeb34f7d2914cba8aeb9311c5bae3771af40054640 /nuttx/ChangeLog
parent876ffbd29fcd090094da7be50a9b2f26bb1bab02 (diff)
downloadpx4-firmware-4ea9aa3ff134d0d893be8f8eaa6955c8b35e405b.tar.gz
px4-firmware-4ea9aa3ff134d0d893be8f8eaa6955c8b35e405b.tar.bz2
px4-firmware-4ea9aa3ff134d0d893be8f8eaa6955c8b35e405b.zip
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4940 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog13
1 files changed, 9 insertions, 4 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 1c1c257c3..0eb1ede42 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2981,7 +2981,12 @@
* configs/lpc4330-xplorer/up_nsh.c: Add support for a basic SPIFI block
driver for use by NSH. Does not work! Crashes on first SPIFI write.
- * configs/lpc4330-xplorer/*/defconfig: Calibrate delay loops (this is
- based on the current "slow" 72MHz M4 clock and will need to be
- re-calibrated when this is increased).
-
+ * configs/stm3220g-eval/include/board.h and configs/stm3240g-eval/include/board.h:
+ The SDIOCLK frequency in the F2 and F4 derives for PLL48CLK and not HCLK
+ so that the SDIOCLK input frequency should always be 48MHz.
+ * sched/os_internal.h, sched_setupidlefiles.c, sched_setuptaskfiles.c, and
+ sched_setupidlefiles.c: Detangle some conditional compilation. Allow for
+ a perverse configuration that has socket descriptors and streams but no file
+ descriptors (sure, why not?).
+ * sched/: Stylistic clean-up of all files. Some of these files are pretty old
+ and do not follow current NuttX coding standards in detail.