commit | 6b6e54321a30a1738e8eb481e05259866200fb1b | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Wed Oct 31 22:42:47 2018 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Nov 06 16:32:35 2018 -0500 |
tree | 431b14bc33f7d9c1c6e5aff1e736b88b13ae5b02 | |
parent | 9296fdc45ed780226f0d812a5b9d65f0bc7367ec [diff] |
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>