9d91111b1b
This started while adding USB MIDI support (and descriptor support is in this change.) When seeing that I'd have to implement the MIDI class logic twice, once for atmel-samd and once for nrf, I decided to refactor the USB stack so its shared across ports. This has led to a number of changes that remove items from the ports folder and move them into supervisor. Furthermore, we had external SPI flash support for nrf pending so I factored out the connection between the usb stack and the flash API as well. This PR also includes the QSPI support for nRF. |
||
---|---|---|
.. | ||
axtls@43a6e6bd3b | ||
berkeley-db-1.xx@35aaec4418 | ||
cmsis/inc | ||
embed | ||
libc | ||
libffi@e9de7e35f2 | ||
libm | ||
libm_dbl | ||
lwip@5b8b5d459e | ||
memzip | ||
mp-readline | ||
netutils | ||
nrfutil@9e7dfb28a5 | ||
oofatfs | ||
stm32lib@d2bcfda543 | ||
timeutils | ||
tinytest | ||
tinyusb@30e3c64134 | ||
upytesthelper | ||
utils | ||
uzlib@f966da0fab | ||
README.md |
This directory contains standard, low-level C libraries with emphasis on being independent and efficient. They can be used by any port.