Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
19415: cpu/esp32: fix stdio_usb_serial_jtag for ESP32-C3 r=benpicco a=gschorcht ### Contribution description This PR fixes problem with `stdio_usb_serial_jtag` for ESP32-C3. ### Testing procedure Flash any ESP32-C3 board with the USB interface connected USB D+/D- (GPIO19, GPIO18) using the `stdio_usb_serial_jtag` module: ``` USEMODULE=stdio_usb_serial_jtag BOARD=hip-badge make -j8 -C tests/shell flash term ``` ### Issues/PRs references Co-authored-by: Gunar Schorcht <[email protected]>
- Loading branch information