summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
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 2d4dd58e3..26a91bed6 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5307,3 +5307,12 @@
* nuttx/configs/sama5d3x-ek/src/sam_hsmci.c and sam_nsh.c: Add support
for the (2) SD card slots provided on the SAMA5D3x-EK boards.
Untested on initial commit (2013-8-5).
+ * arch/arm/src/sama5 and nuttx/configs/sama5d3x-ek: Massive renaming
+ to get consistent once and for in the usage of PIO vs GPIO. Other
+ platforms use the term GPIO more, but Atmel prefers PIO. I prefer
+ consistency. Also fixed CONFIG_PIO vs CONFIG_SAMA5_PIO and renamed
+ files sam_gpio.* to sam_pio.* (2013-8-6).
+ * arch/arm/src/sama5/sam_pioirq.c: Add support for SAMA5 PIO interrupts
+ (2013-8-6).
+ * confgs/sama5d3x-ek/src/sam_hsmci.c: Add support for SD slot card
+ detection PIO interrupts (2013-8-6).