summaryrefslogtreecommitdiff
path: root/tinyusb
AgeCommit message (Expand)Author
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
2018-04-18improve msc devicehathach
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 CF...hathach
2018-04-12add OSAL_TIMEOUT_CONTROL_XFER = OSAL_TIMEOUT_WAIT_FOREVERhathach
2018-04-12rename ASSERT_ERR to TU_ASSERT_ERR to prevent conflict with user codehathach
2018-04-12rename CFG_TUSB_DEVICE_* to CFG_TUD_*hathach
2018-04-12rename OPT_MODE_hathach
2018-04-12refactor nrf5x mcu macrohathach
2018-04-12rename MCU_ to OPT_MCUhathach
2018-04-12rename TUSB_OS_NONE, TUSB_OS_FREERTOS to OPT_OS_NONE, OPT_OS_FREERTOShathach
2018-04-12minor update dcd nrf5xhathach
2018-04-10rename ATTR_USB_MIN_ALIGNMENT to CFG_TUSB_MEM_ALIGNhathach
2018-04-10rename CFG_TUSB_DEVICE_CONTROL_ENDOINT_SIZE to CFG_TUSB_DEVICE_ENDOINT0_SIZEhathach
2018-04-10mass rename TUSB_CFG to CFG_TUSBhathach