circuitpython/supervisor/shared/usb
Scott Shawcroft 1629faf8b3
Make usb_host.Port a singleton
This allows you to initialize usb_host.Port once successfully and
then returns the same object as long as you pass the same arguments
in. It does allow you to fix incorrect pins but not switching from
one valid set to another. (It needs a reset for that.)

This also moves hcd cache operations to RAM so that they don't
access the cache when doing maintenance.
2023-07-18 10:40:54 -07:00
..
host_keyboard.c fix repeating cursor keys 2023-07-12 07:04:58 -05:00
tusb_config.h Make usb_host.Port a singleton 2023-07-18 10:40:54 -07:00
usb.c Basic USB host support and keyboard workflow 2023-07-10 14:22:21 -07:00
usb_desc.c Implement safemode.py 2023-02-13 18:26:38 -05:00
usb_msc_flash.c fix ReloadException when in REPL 2022-03-16 12:36:52 -04:00
usb_vendor_descriptors.h style(swan_r5): pre-commit whitespace style changes 2021-09-28 18:52:03 -07:00