summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-19 15:54:23 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-19 15:54:23 -0600
commit38f2b52d6b2c16d3aba841a441e32793cbc948b4 (patch)
tree3ed041b26f097391f1714c26d3ec9994bd1dbc14 /nuttx/ChangeLog
parentc57ec0e21ca411c37cb3c9f5c5bf8d854ccfdc04 (diff)
downloadnuttx-38f2b52d6b2c16d3aba841a441e32793cbc948b4.tar.gz
nuttx-38f2b52d6b2c16d3aba841a441e32793cbc948b4.tar.bz2
nuttx-38f2b52d6b2c16d3aba841a441e32793cbc948b4.zip
Olimex LPC-H3131: Drop loops-per-second by a factor of 4. Why is the H3131 only 25% as fast as the EA3131 at the same clocking?
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 758345636..d897d4987 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6092,3 +6092,7 @@
lpc31_leds.c, lpc31_usbhost.c, and lpc_h3131.h: Add GPIO
support for LED1/2 and for USB power enable and overcurrent
detection (2013-11-19).
+ * configs/olimex-lpc-h3131/nsh/defconfig: Drop loops-per-msec
+ count for the Olimex-LPC-H3131. It seems to be about 25% as
+ fast as the Embedded Artists EA3131 at the same clocking.
+ (2013-11-19).