circuitpython/supervisor/shared/usb
Scott Shawcroft bda3267432
Save flash space
* No weak link for modules. It only impacts _os and _time and is
  already disabled for non-full builds.
* Turn off PA00 and PA01 because they are the crystal on the Metro
  M0 Express.
* Change ejected default to false to move it to BSS. It is set on
  USB connection anyway.
* Set sinc_filter to const. Doesn't help flash but keeps it out of
  RAM.
2020-11-13 18:57:52 -08:00
..
tusb_config.h move CFG_TUSB_RHPORT0_MODE into generated header 2020-07-29 16:05:31 +07:00
usb_desc.c Update TinyUSB and add interrupt hooks. 2020-04-17 14:16:49 -07:00
usb_msc_flash.c Save flash space 2020-11-13 18:57:52 -08:00
usb.c improve USB CDC disconnect/reconnect checking 2020-10-30 22:25:50 -04:00