esp-idf/components/tinyusb/additions/src
Angus Gratton 420aef1ffe Updates for riscv support
* Target components pull in xtensa component directly
* Use CPU HAL where applicable
* Remove unnecessary xtensa headers
* Compilation changes necessary to support non-xtensa gcc types (ie int32_t/uint32_t is no
  longer signed/unsigned int).

Changes come from internal branch commit a6723fc
2020-11-13 07:49:11 +11:00
..
cdc.c usb: cdc support, streams redirection; ci, examples upd 2020-08-06 15:26:08 +02:00
descriptors_control.c usb: cdc support, streams redirection; ci, examples upd 2020-08-06 15:26:08 +02:00
tinyusb.c Updates for riscv support 2020-11-13 07:49:11 +11:00
tusb_cdc_acm.c Update tinyusb_cdcacm_write_flush to using ticks counting instead of the FreeRTOS timer 2020-10-08 09:42:44 +02:00
tusb_console.c usb: cdc support, streams redirection; ci, examples upd 2020-08-06 15:26:08 +02:00
tusb_tasks.c usb: cdc support, streams redirection; ci, examples upd 2020-08-06 15:26:08 +02:00
usb_descriptors.c usb: cdc support, streams redirection; ci, examples upd 2020-08-06 15:26:08 +02:00
vfs_tinyusb.c tinyusb: Fix a strncpy-related warning caused by a wrong argument 2020-10-12 12:30:42 +02:00