summaryrefslogtreecommitdiff
path: root/tinyusb
AgeCommit message (Collapse)Author
2018-06-18rename subfolder source to srchathach
2018-06-17move fileshathach
2018-06-17clean uphathach
2018-06-16adding device custom class supporthathach
add usbd_open_edpt_pair
2018-06-13improve nrf52 dcd, add fix for hw ACK issue with bulkhathach
2018-06-13correct errata check for nrf52840 first productionhathach
2018-06-12clean uphathach
2018-06-07msc device: correct handling tud_msc_write10_cb returned valuehathach
separate proc write10 and read10
2018-06-06extract rdwr10_get_lba, rdwr10_get_blockcounthathach
2018-06-06fix errata 187 check failed for nrf52840 1st production chiphathach
2018-06-06clean uphathach
2018-05-17complete enhancing osal with static memoryhathach
2018-05-17freeRTOS osal task use static APIhathach
2018-05-17complete osal queue, semaphore static APIhathach
2018-05-17osal_none remove tu_malloc in queue APIhathach
2018-05-17switch osal freeRTOS port to use static semaphore & queuehathach
2018-05-17add os FromISR support for freeRTOShathach
2018-05-17add osal_queue_send_isr/osal_semaphore_post_isr for better support freeRTOShathach
2018-05-15update xferred bytes of control xfer for nrf5xhathach
2018-05-15add xferred bytes for device controlhathach
2018-05-15get nrf5x hal work with SD and non_SD configurehathach
2018-05-14clean uphathach
2018-05-14refactor nrf5x halhathach
2018-05-14refactor usbd class drivers hanlding class/interfacehathach
2018-05-08fix msc device driver logichathach
2018-04-20enhance msc device driverhathach
2018-04-20clean up warningshathach
2018-04-19temporarily disable no SD on nrf5xhathach
2018-04-19msc device, fix potential mis algin accesshathach
2018-04-19rename and clean uphathach
2018-04-19clean up msc device driverhathach
2018-04-19finalize msc cb API with tud_msc_read10_cb and tud_msc_write10_cbhathach
2018-04-18update nrf52840 exampleshathach
2018-04-18add msc device optional callbackshathach
- tud_msc_read10_complete_cb() - tud_msc_write10_complete_cb() - tud_msc_scsi_complete_cb()
2018-04-18improve msc devicehathach
- change tud_msc_scsi_cb return type to simply bool - change tud_msc_write10_cb, tud_msc_read10_cb params order
2018-04-18improve scsi: support non read10, write10 out datahathach
2018-04-18improving msc device driverhathach
2018-04-17clean uphathach
2018-04-17correct cdc connectedhathach
2018-04-17add tud_n_cdc_get_line_state and tud_n_cdc_get_line_codinghathach
2018-04-16nrf5x clean uphathach
2018-04-16make dcd_connect/dcd_disconnect optional with attr weakhathach
2018-04-16add macro for errata 104 fixhathach
2018-04-16add tud_set_descriptorshathach
2018-04-14rename CFG_TUSB_CONTROLLER_0_MODE to CFG_TUSB_RHPORT0_MODEhathach
2018-04-14house keepinghathach
2018-04-14clean uphathach
2018-04-14add Errata 104 for out transfer, seems to work with cdc bootloaderhathach
2018-04-13rename CFG_TUSB_OS_TASK_PRIO to CFG_TUD_TASK_PRIO, TUC_DEVICE_STACKSIZE to ↵hathach
CFG_TUD_TASK_STACKSIZE
2018-04-12add OSAL_TIMEOUT_CONTROL_XFER = OSAL_TIMEOUT_WAIT_FOREVERhathach