summaryrefslogtreecommitdiff
path: root/tinyusb
AgeCommit message (Collapse)Author
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
add walkaround CDC buffer for nrf52 (due to not able to NAK OUT packet)
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
2018-04-10enhance cdc add tud_cdc_line_state_cb(), tud_cdc_line_coding_cb()hathach
2018-04-10clean uphathach
2018-04-09fix cdc driver for connected state.hathach
2018-04-07fix cdc_device flush send zero byteshathach
2018-04-07add nrf52 walkaround for errata 104, 171, 187.hathach
clean up osal_none
2018-04-05improve nrf52 porthathach
2018-04-04getting nrf5x to work with S140 6.0.0hathach
2018-04-04minor clean uphathach
2018-03-31change usbd_control_xfer_st from function to macro to prevent compiler issue ↵hathach
with substask
2018-03-31clean up nrf52hathach
2018-03-30remove osal_common.hhathach
2018-03-30freertos semaphore post issue with control transferhathach
configAssert misunderstand _control_sem as mutex !!!!
2018-03-30clean up usbdhathach
2018-03-30rename clean uphathach
2018-03-30remove mutex resethathach
2018-03-30get freertos buildhathach
2018-03-29update nrf52 hal millishathach
2018-03-29rename tusb_hal_tick_get to tusb_hal_millishathach
rename TUSB_CFG_TICKS_HZ to BOARD_TICKS_HZ
2018-03-29rename verify.hhathach
2018-03-29rename ASSERT_STATUS to ASSERT_ERR, merge assertion.h to verify.hhathach
2018-03-29more clean uphathach
2018-03-29rename VERIFY_STATUS to VERIFY_ERRhathach
2018-03-29more verify and assert clean uphathach
2018-03-29assert clean uphathach
2018-03-29clean up assert and verifyhathach
2018-03-28add verify_breakpoint hw independencehathach
2018-03-28rename ASSERT to TU_ASSERT to avoid name conflicthathach
2018-03-28clean up static asserthathach
2018-03-28rename STATIC_ASSERT to VERIFY_STATIC to avoid name conflict with other codeshathach
2018-03-28simple note on port to new mcuhathach
2018-03-28more dcd clean uphathach
2018-03-28mass rename tusb_dcd API to simply dcdhathach
2018-03-28dcd renaminghathach
2018-03-28more error string clean uphathach
2018-03-28repo cleanuphathach
2018-03-28more renamehathach
2018-03-28repo cleanuphathach
2018-03-28more renamehathach
2018-03-28rename filehathach
2018-03-26clean uphathach