├── LICENSE ├── README.md ├── test_usbcore.py └── usbcore.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyfpga/TinyUSB/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyfpga/TinyUSB/HEAD/README.md -------------------------------------------------------------------------------- /test_usbcore.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyfpga/TinyUSB/HEAD/test_usbcore.py -------------------------------------------------------------------------------- /usbcore.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyfpga/TinyUSB/HEAD/usbcore.py --------------------------------------------------------------------------------