SAMA5 EMAC: Create a empty, skeleton file that will eventually become the SAMA5 EMAC driver

This commit is contained in:
Gregory Nutt
2013-09-13 15:04:46 -06:00
parent 50f482f902
commit 14b3417a85
4 changed files with 2959 additions and 0 deletions
+4
View File
@@ -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).