esp-hal/examples/src
Grant Moyer dfe628c53d
Fix UsbDm and UsbDp for Gpio19 and Gpio20 (#1764)
GPIO pins 19 and 20 had USB D- and D+ swapped. This change fixes which pin is which USB data line according to the pin descriptions in the ESP32-S2 and ESP32-S3 data sheets (sections 2.2 and 2.3.2 respectively). Since these GpioPins are only used by Usb for lifetime tracking, and UsbDp and UsbDm are always used as a pair, this change is only semantic and doesn't affect functionality.
2024-07-08 13:37:57 +00:00
..
bin Fix UsbDm and UsbDp for Gpio19 and Gpio20 (#1764) 2024-07-08 13:37:57 +00:00
lib.rs [1/3] Timer abstraction: refactor systimer and timer modules into a common timer module (#1527) 2024-05-02 13:27:33 +00:00