This website requires JavaScript.
Explore
Help
Register
Sign In
abawo
/
pico-sdk
Watch
3
Star
0
Fork
0
You've already forked pico-sdk
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0911393fe2
pico-sdk
/
src
/
rp2_common
/
pico_stdio_usb
History
Liam Fraser
859d1d27b8
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
..
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