Skip to content

Commit

Permalink
Docs: fix a typo about USB speed and add note about the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
josuah committed Apr 23, 2024
1 parent cb757b7 commit 86f4843
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docs/som_usb.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ capable of 5 Gbit/s transfers.
An external PHY is not required as the LIFCL-33U provides an integrated
USB2 and USB3 PHY.

For USB2 FullSpeed (1.5 Mbit/s) and USB2 HighSpeed (12 Mbit/s) operation,
For USB2 FullSpeed (12 Mbit/s) and USB2 HighSpeed (480 Mbit/s) operation,
the two USB D+/- pins can be routed to a connector,
with proper ESD protection.

Expand Down Expand Up @@ -87,7 +87,7 @@ enumeration and subsequent transfer of data with the USB endpoints.

A
[Zephyr driver](https://github.com/tinyvision-ai-inc/zephyr/blob/tinyclunx33/drivers/usb/udc/udc_usb23.c)
for the Lattice USB23 core was written.
(private repository for now) for the Lattice USB23 core was written.

It can be selected at build-time like any other USB driver in Zephyr.

Expand Down
2 changes: 2 additions & 0 deletions Docs/zephyr.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ An
[usb driver](https://github.com/tinyvision-ai-inc/zephyr/blob/tinyclunx33/drivers/usb/udc/udc_usb23.c)
is being implemented with the goal to be upstreamed in Zephyr.

It is still a private repository as of now.

An UVC device class is being implemented as well,
Zephyr sill missing support for it.

Expand Down

0 comments on commit 86f4843

Please sign in to comment.