summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-13 15:04:46 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-13 15:04:46 -0600
commit7581dba539fa936ae5ebc9c91e34553118b8a51a (patch)
treef98c01a3abaefe3f8e3e8ae5fab4bb1c9b7ba82a /nuttx/ChangeLog
parentc33ff64a29d5dcb9893cc0a93680628c73b50bb2 (diff)
downloadnuttx-7581dba539fa936ae5ebc9c91e34553118b8a51a.tar.gz
nuttx-7581dba539fa936ae5ebc9c91e34553118b8a51a.tar.bz2
nuttx-7581dba539fa936ae5ebc9c91e34553118b8a51a.zip
SAMA5 EMAC: Create a empty, skeleton file that will eventually become the SAMA5 EMAC driver
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 e97ec849b..fb907ead9 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5554,4 +5554,8 @@
and UART DMA. Provided by Lorenz Meier (2013-9-13).
* configs/maple: Board configuration for the LeafLabs Maple
and Maple Mini boards. From Librae (2013-9-13).
+ * arch/arm/src/sama5/sam_emac.c and .h: Skeleton files for
+ a SAMA5 EMAC driver. Not much in the initial files; these
+ are just hacked out and gutted versions of the corresponding
+ STM32 files (2013-9-13).