pico-sdk/src/rp2_common/pico_stdio_usb
2021-03-30 09:03:28 -05:00
..
include Add some extra defines to customise behaviour of STDIO_USB_RESET modes (#226) 2021-03-04 21:22:48 -06:00
CMakeLists.txt Add support for resetting RP2040 via the USB connection when using pico_stdio_usb 2021-03-04 21:22:48 -06:00
reset_interface.c Small fixes (#260) 2021-03-17 18:05:48 +00:00
stdio_usb_descriptors.c Don't advertise REMOTE_WAKEUP for USB stdio as it is is not currently implemented. Longer term need to implement REMOTE_WAKUP properly in TinyUSB. Similar fix needed in MicroPython to fix MicroPython issue #6866. The symptom is that USB serial will stop working if there is a delay of > 2 seconds ish between messages. We have seen this issue on Linux laptops with USB autosuspend enabled. (#289) 2021-03-30 09:03:28 -05:00
stdio_usb.c Small fixes (#260) 2021-03-17 18:05:48 +00:00