commit | d519ef17b7ef8d76cc6d3de9e608a795b7d77016 | [log] [tgz] |
---|---|---|
author | Piotr Mienkowski <piotr.mienkowski@gmail.com> | Sat Dec 24 03:58:38 2016 +0100 |
committer | Anas Nashif <nashif@linux.intel.com> | Wed Feb 01 21:01:19 2017 +0000 |
tree | 96e40d64d1eb3d4edbc7898cf80f1d2db931a952 | |
parent | 9d1c6de608cbc39865365d2487d6415571500ebe [diff] |
drivers: Add Atmel SAM family GMAC Ethernet driver This is a zero-copy networking implementation of Ethernet driver. Limitations: - one shot PHY setup, no support for PHY disconnect/reconnect - no support for devices with DCache enabled due to missing non-cacheable RAM regions in Zephyr. Tested on Atmel SMART SAM E70 Xplained board Origin: Original Jira: ZEP-1492 Change-Id: Ib944f91193efbd12c1142b0bcf1f635388bf1b87 Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com>