summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-05 12:46:53 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-05 12:46:53 -0600
commit594a880b04392f88c5360c60eba4e61a1e3bc5ff (patch)
tree431262f8ab626833e3dafbe157d4424647cbe520 /nuttx/ChangeLog
parent696f87f65565f2e37221177c1287b55d91a3e9bf (diff)
downloadnuttx-594a880b04392f88c5360c60eba4e61a1e3bc5ff.tar.gz
nuttx-594a880b04392f88c5360c60eba4e61a1e3bc5ff.tar.bz2
nuttx-594a880b04392f88c5360c60eba4e61a1e3bc5ff.zip
fix LPC177x/8x GPIO debug instrumentation
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 0d81a7a17..59bf9e115 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4514,4 +4514,13 @@
* arch/arm/src/lpc17xx/lpc17_gpio.c/.h: Separate LPC176x and LPC178x
logic into separate files. The logic is diverging to much to
try to retain common code (2013-4-03).
+ * net/net_clone.c: Fix compilation error when socket options are
+ are disabled. Reported by Daniel O'Connor (2013-4-05).
+ * configs/zkit-arm-1769/src/up_leds.c: Fix a typo introduced into
+ the button interrupt logic (2013-4-05).
+ * arch/arm/src/lpc17xx/lpc178x_gpio.c: Re-design of the GPIO
+ logic for the LPC178x family by Rommel Marcelo (2013-4-05).
+ * arch/arm/src/lpc17_gpiodbg.c: Updated so that it correctly
+ reports LPC177x/8x GPIO registers when GPIO debug is enabled
+ (2013-4-05).