zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.2k stars 6.25k forks source link

Add Atmel SAM family GMAC Ethernet driver #2961

Closed zephyrbot closed 7 years ago

zephyrbot commented 7 years ago

Reported by Piotr Mienkowski:

Add Atmel SAM family GMAC Ethernet driver. GMAC Ethernet driver is used among others by SAM E70, SAM V71, SAM4E series SoCs. This driver is distinct from EMAC Ethernet driver used by remaining members of SAM family.

Cortex-M7 based SoCs with data cache enabled require Zephyr to support non-cacheable RAM regions for the driver to work correctly.

(Imported from Jira ZEP-1492)

zephyrbot commented 7 years ago

by Piotr Mienkowski:

The driver was merged and will be available in release 1.7.0. However, current version works only if data cache is disabled.