-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Atmel SAM E70 USB driver #10977
Atmel SAM E70 USB driver #10977
Conversation
Codecov Report
@@ Coverage Diff @@
## master #10977 +/- ##
=======================================
Coverage 53.22% 53.22%
=======================================
Files 217 217
Lines 26733 26733
Branches 5926 5926
=======================================
Hits 14228 14228
Misses 10086 10086
Partials 2419 2419 Continue to review full report at Codecov.
|
The dts bits look good to me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 for docs, thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 for dt
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 <[email protected]>
This enables the USBHS interface on the Atmel SMART SAM E70 Xplained Board, by adding an entry to the DTS. It also updates the documentation and mark usb_device as supported for the tests. Signed-off-by: Aurelien Jarno <[email protected]>
I have just pushed a rebased version of the patchset, due to the conflicts introduced when merging the watchdog driver. |
No description provided.