summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-07 15:32:13 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-07 15:32:13 -0600
commitc49d35f8a42fc71f00c0e81a31383d8a9a9079ef (patch)
tree7be503d3c3c6639269d0b44ab2c92d179c0ca639 /nuttx/ChangeLog
parent7189eaadba527f750a3f620b1d736dd4487ae891 (diff)
downloadnuttx-c49d35f8a42fc71f00c0e81a31383d8a9a9079ef.tar.gz
nuttx-c49d35f8a42fc71f00c0e81a31383d8a9a9079ef.tar.bz2
nuttx-c49d35f8a42fc71f00c0e81a31383d8a9a9079ef.zip
Add logic for TM4C125GXL clocking based on prototype from from Daniel Carvalho with modifications. I think the LM4F120 may have broken before as well(?). In any event, the LM4F120 also works well with this chanage
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 546bd402b..fcd72b87a 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7147,4 +7147,8 @@
were very slow (2014-4-3).
* arch/arm/src/sama5/sam_udphs.c: Fix a case where received status
was not clear, causing OUT SETUP commands to fail (2014-4-6).
+ * arch/arm/src/tiva/tiva_syscontrol.c: Add logic for TM4C125GXL based
+ on logic from Daniel Carvalho with modifications. I think the
+ LM4F120 may have broken before as well(?). In any event, the LM4F120
+ also works well with this chanage (2014-4-7).