summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-10 15:32:42 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-10 15:32:42 -0600
commit4cf3e82f22299c52b74d1330c7a5a38ef2d9ce7f (patch)
tree161eb9c0123650ce3a9985e13163867ce3b06d99 /nuttx/ChangeLog
parente1de0b9e18e8224a156a16a9ec43ae4441f11f81 (diff)
downloadnuttx-4cf3e82f22299c52b74d1330c7a5a38ef2d9ce7f.tar.gz
nuttx-4cf3e82f22299c52b74d1330c7a5a38ef2d9ce7f.tar.bz2
nuttx-4cf3e82f22299c52b74d1330c7a5a38ef2d9ce7f.zip
A10: Serial clock is OSC24M. From Alan Carvalho de Assis
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 dbbd9f7f1..43b14ddb3 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6409,3 +6409,6 @@
the Viewtool LCD module connected to the Viewtool STM32F103
board (2014-1-9).
* libc/strings/lib_stpcpy.c: Add stpcpy() (2014-1-9).
+ * arch/arm/src/a1x/a1x_lowputc.c and a1x_serial.c: Mystery
+ finally solved: The A10 serial clock is the OSC24M clock.
+ Thanks to Alan Carvalho de Assis (2014-1-10)