summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-13add f767nucleo to stm32f7 grouphathach
2021-01-13adding stm32f7 familyhathach
2021-01-13also build boards without familyhathach
2020-11-30clean uphathach
2020-11-29group all stm32f4 boardshathach
2020-11-29move teensy 4.0 to imxrthathach
2020-11-29complete grouping imxrt boardshathach
2020-11-29move xiao to samd21 grouphathach
2020-11-28grouping samd51 boardshathach
2020-11-28group more nrf boardhathach
2020-11-28grouping more samd21 boardshathach
2020-11-28grouping samd21hathach
2020-11-28move all nrf boards into its family grouphathach
2020-11-28group more nrf52840 boardshathach
2020-11-28group more nrf boardshathach
2020-11-28grouping nrf boardshathach
2020-11-27group esp32s2 board into its grouphathach
2020-11-27Merge pull request #563 from hathach/add-esp32s2-suspend-wakeupHa Thach
add bus suspend & resume support for esp32s2
2020-11-27fix cihathach
2020-11-27add bus suspend & resume support for esp32s2hathach
2020-11-25Merge pull request #562 from hathach/correctly-invoke-scsi-callbackHa Thach
msc only invoke scsi complete callback after status transaction is complete
2020-11-24msc only invoke scsi complete callback after status transaction is completehathach
2020-11-24Merge pull request #561 from hathach/add-tud-connectedHa Thach
add tud_connected()
2020-11-24add tud_connected()hathach
which return true as long as we receive the very first SETUP packet from host.
2020-11-24Merge pull request #506 from duempel/cdc_without_dtrHa Thach
CDC without DTR being set
2020-11-24more cihathach
2020-11-24fix ci buildhathach
2020-11-24comment out and add note for tud_cdc_connected() in cdc_msc exampleshathach
2020-11-23add tud_ready() check in tud_cdc_n_write_flush()hathach
other clean up
2020-11-23Merge branch 'master' into cdc_without_dtrHa Thach
2020-11-23Merge pull request #560 from hathach/fix-559Ha Thach
have tusb_init() return true instead of TUSB_ERROR_NONE
2020-11-23have tusb_init() return true instead of TUSB_ERROR_NONEhathach
2020-11-23Merge pull request #557 from hathach/rework-class-driver-controlHa Thach
Rework class driver control transfer
2020-11-20remove control_completehathach
2020-11-20migrate audio device to new control xfer cbhathach
2020-11-20migrate net device to new control xfer cbhathach
2020-11-20clean uphathach
2020-11-20migrate bth device to new control xfer cbhathach
2020-11-20migrate vendor device to new control xfer cbhathach
2020-11-20migrate dfu runtime device to new control xfer cbhathach
2020-11-20migrate usbtmc device to new control xfer cbhathach
2020-11-20clean uphathach
2020-11-20migrate midi device to new control xfer cbhathach
2020-11-19migrate hid device to new control xfer cbhathach
2020-11-19migrate cdc_device to new control_xfer_cbhathach
2020-11-19merge class driver control_request & control_complete to control_xfer_cb()hathach
migrated msc_device
2020-11-18Remove dcd_edpt_xfer_abort from DCD headerJan Dümpelmann
2020-11-18Changes to CDC example code:Jan Dümpelmann
- auto flush welcome message at connection event - provide information to the user if the terminal did not set DTR
2020-11-18Reset CDC examples to original stateJan Dümpelmann
2020-11-18Implementation of the discussed changesJan Dümpelmann
- remove usbd_edpt_xfer_abort - rename tu_fifo_change_mode to tu_fifo_set_mode - remove CFG_TUD_CDC_CLEAR_AT_CONNECTION definition - remove auto fifo clear at connection event - add tud_cdc_n_write_clear function