circuitpython/ports
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
..
atmel-samd Merge pull request #8070 from dhalbert/port-specific-submodules 2023-06-06 14:46:39 -04:00
broadcom fetch-port-submodules; fetch-all-submodules 2023-06-05 17:23:34 -04:00
cxd56 spresense: update SDK to 3.0.1 2023-06-14 12:30:39 +02:00
espressif Merge pull request #8130 from dhalbert/adafruit_qtpy_esp32s3_4mbflash_2mbpsram 2023-07-11 13:05:19 -04:00
litex fetch-port-submodules; fetch-all-submodules 2023-06-05 17:23:34 -04:00
mimxrt10xx Make usb_host.Port a singleton 2023-07-18 10:40:54 -07:00
nrf Added Makerdiary nRF52840 Connect Kit. 2023-07-07 15:11:12 +08:00
raspberrypi Make usb_host.Port a singleton 2023-07-18 10:40:54 -07:00
silabs fix missing newline 2023-06-08 13:02:24 -04:00
stm fetch-port-submodules; fetch-all-submodules 2023-06-05 17:23:34 -04:00
unix synthio: add biquad filter type & basic filter calculations 2023-05-29 09:50:18 -05:00