summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-05-06 10:01:02 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-05-06 10:01:02 -0600
commit7dafce715ea4051310b6b406abfefea097db3571 (patch)
tree01be6048019ba071b5cae751817c0801bb25dcfc /nuttx/ChangeLog
parente2105b7b05949afa3981f510e8cb1c7d57ee4c5d (diff)
downloadnuttx-7dafce715ea4051310b6b406abfefea097db3571.tar.gz
nuttx-7dafce715ea4051310b6b406abfefea097db3571.tar.bz2
nuttx-7dafce715ea4051310b6b406abfefea097db3571.zip
The Nucleo-F401RE has no on-board cystal and, hence, must use the on-chip HSI oscillator for the PLL include clock
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 565fe2d9a..ccc431f9e 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7294,3 +7294,6 @@
Bob Doiron (2014-5-5).
* binfmt/symtab_findorderedbyname.c: Fix an error in the symbol search
function. Noted by Pelle Windestam (2014-5-6).
+ * arch/arm/src/stm32/stm32f40xxx_rcc.c and configs/nucleo-f401re/include/board.h:
+ The Nucleo-F401RE has no on-board crystals and, hence, needs to run
+ with the PLL input from the on-chip HSI clock (2014-5-6).