summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-07-24 12:27:12 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-07-24 12:27:12 -0600
commitf321b903f8a03feb5997f39ff865d7e7e60abfad (patch)
tree3b609d75622b1bc19f8a04e86c4e96f212bf122a /nuttx/ChangeLog
parentba377ddfd3168092de8cc00f18eae604479b4e6b (diff)
downloadnuttx-f321b903f8a03feb5997f39ff865d7e7e60abfad.tar.gz
nuttx-f321b903f8a03feb5997f39ff865d7e7e60abfad.tar.bz2
nuttx-f321b903f8a03feb5997f39ff865d7e7e60abfad.zip
Update SAMA5D3x-EK board configuration to support on-board UART connections, LEDs, and push buttons
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d03fd845d..8e12b13b1 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5159,7 +5159,7 @@
* arch/arm/src/sama5/sam_lowputc.c and sam_serial.c: Add support
for SAMA5 UARTs. Does not even compile as of initial checkin.
(2013-7-22).
- * arch/arm/src/sama5/sam_gpio.c: Add GPIO configuratino support
+ * arch/arm/src/sama5/sam_gpio.c: Add GPIO configuration support
for the SAMA5. Still compilation issues. (2013-7-22).
* arch/arm/src/sama5/chip/sama5d3x_pinmap.h: Add pin multiplexing
definitions for the SAMA5D3 (2013-7-23).
@@ -5187,3 +5187,12 @@
configuration options for SAMA5 external memory regions; add a custom
sam_allocateheap.c to add the various configured memory regions to the
heap (2013-7-24).
+ * configs/sama5d3x-ek/src/sam_buttons.c, sam_userleds.c, and
+ sam_autoleds.c: Add support for the buttons and LEDs on-board the
+ SAMA5D3x-EK (2013-7-24).
+ * configs/sama5d3x-ek/ostest/defconfig: Switch console to USART1
+ (2013-7-4).
+ * arch/arm/src/sam34/Kconfig and drivers/serial/Kconfig: All serial
+ configuration logic for USARTs needs to depend on if the USART is
+ configured as a UART or not. And this is for all CPUS, not just
+ SAM3/4 (2013-7-24).