summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 895aa6d8b..f179381fb 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2309,3 +2309,8 @@
for the PIC32MX family.
* arch/arm/src/stm32/stm32_gpio.c: Correct an error in some of the GPIO
initialization logic. Fix submitted by Mike Smith.
+ * configs/olimex-lpc1766stk/src/up_leds.c: Add new interfaces so that is
+ CONFIG_ARCH_LEDS are not set, the LEDs may be controlled from application
+ logic.
+ *configs/olimex-lpc1766stk/src/up_buttons.c: Add support form the buttons
+ on the Olimex LPC1766-STK board.