summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-19 15:52:10 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-19 15:52:10 -0600
commitc57ec0e21ca411c37cb3c9f5c5bf8d854ccfdc04 (patch)
tree355af29c28f0452653d856b7269f0353b302e169 /nuttx/ChangeLog
parentb5eaa2c39df581cc06885b84d7e2bda619eb80e8 (diff)
downloadnuttx-c57ec0e21ca411c37cb3c9f5c5bf8d854ccfdc04.tar.gz
nuttx-c57ec0e21ca411c37cb3c9f5c5bf8d854ccfdc04.tar.bz2
nuttx-c57ec0e21ca411c37cb3c9f5c5bf8d854ccfdc04.zip
Olimex LPC_H3131: Add GPIO support for LEDs and for USB host power enable and overcurrent detection.
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 ce16f62af..758345636 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6088,3 +6088,7 @@
* board. Does not yet boot (2013-11-18).
* arch/arm/src/lpc31xx/lpc31_ehci.c: Add USB host trace support
(2013-11-19).
+ * configs/olimex-lpc-h3131/include/board.h, src/lpc31_boot.c,
+ 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).