summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-14 19:30:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-14 19:30:31 +0000
commite135573acc348649e767ca67a1ec189fe4e0fcda (patch)
treeb34f7d2914cba8aeb9311c5bae3771af40054640 /nuttx/ChangeLog
parentd76fa866ad009d65396acf1aa08fcffd3b4b041e (diff)
downloadnuttx-e135573acc348649e767ca67a1ec189fe4e0fcda.tar.gz
nuttx-e135573acc348649e767ca67a1ec189fe4e0fcda.tar.bz2
nuttx-e135573acc348649e767ca67a1ec189fe4e0fcda.zip
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4940 42af7a65-404d-4744-a932-0658087f49c3
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.