Go to file
Piotr Mienkowski d519ef17b7 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>
2017-02-01 21:01:19 +00:00
.known-issues
arch drivers: Add Atmel SAM family GMAC Ethernet driver 2017-02-01 21:01:19 +00:00
boards boards: Add Atmel SAM E70 Xplained board support 2017-02-01 21:01:16 +00:00
doc doc: fix broken link in getting started guide docs 2017-02-01 20:23:18 +00:00
drivers drivers: Add Atmel SAM family GMAC Ethernet driver 2017-02-01 21:01:19 +00:00
ext ext: Import Atmel SAM3X header files from ASF library 2017-02-01 21:01:14 +00:00
include arm: scb: Move SCB asm defines into cpu_idle.S 2017-01-30 11:02:39 -06:00
kernel kernel/arch: streamline thread user options 2017-01-24 13:34:50 +00:00
lib license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
misc misc/printk: Add a function to get the current hook function. 2017-01-27 12:35:52 +02:00
samples doc: fix .rst headings in new sample docs 2017-01-30 14:54:22 -08:00
scripts toolchain: define DTC for zephyr SDK 2017-01-30 21:45:05 +00:00
subsys fat: match type info expected by fat library for f_write 2017-01-30 12:01:50 +00:00
tests tests: benchmarks: put all benchmarks in the same folder 2017-01-31 21:36:46 +00:00
.checkpatch.conf
.gitattributes
.gitignore
.gitreview
.mailmap
defaults.tc
Kbuild build: Use ZEPHYRINCLUDE when building offsets.o 2017-01-25 12:20:21 +00:00
Kconfig license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.zephyr license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
LICENSE
MAINTAINERS MAINTAINERS: Remove Jon Medhurst from MPS2 maintainership 2017-01-30 11:02:36 -06:00
Makefile build: add _ASMLANGUAGE to all asm files 2017-01-24 13:34:51 +00:00
Makefile.inc
Makefile.test
zephyr-env.sh license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00