circuitpython/ports/mimxrt10xx/linking
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
..
chip_family Add additional iMX RT support 2023-04-28 11:01:13 -07:00
flash Add additional iMX RT support 2023-04-28 11:01:13 -07:00
common.ld Make usb_host.Port a singleton 2023-07-18 10:40:54 -07:00