zephyr/soc/arm/atmel_sam/same70
Aurelien Jarno 6b6e54321a drivers: usb: add usb device driver for Atmel SAM E70 family
This patch adds a USB device driver for the USBHS device that can be
found on Atmel SAM E70 SoC family. Only the FIFO mode is supported
(as opposed to DMA). It supports LS, FS and HS modes, but defaults to
FS mode as Zephyr does not fully support HS mode yet.

Tested examples on an Atmel SMART SAM E70 Xplained Board:
* usb/cdc_acm
* usb/hid-mouse
* usb/mass

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2018-11-06 16:32:35 -05:00
..
CMakeLists.txt
Kconfig.defconfig.series drivers: usb: add usb device driver for Atmel SAM E70 family 2018-11-06 16:32:35 -05:00
Kconfig.series
Kconfig.soc
dts_fixup.h drivers: usb: add usb device driver for Atmel SAM E70 family 2018-11-06 16:32:35 -05:00
linker.ld
soc.c
soc.h
soc_config.c
soc_pinmap.h boards: same70: Enable SPI0 on dts 2018-10-16 14:01:29 -05:00