summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-10-10Dynamically check STM32F3 IRQ remap optionNiklas Hauser
2020-10-03Change CFG_TUSB_CONFIG_FILE mechanism to improve header file scanningNiklas Hauser
2020-10-03Allow overwriting TU_ASSERT etc macrosNiklas Hauser
2020-10-03Use tu_printf instead of printfNiklas Hauser
2020-10-03Use C++11 static_assert when availableNiklas Hauser
2020-09-23Merge pull request #512 from mzero/fix-midi-sysexHa Thach
2020-09-15nrf52: Fix edpt_dma_start() wrong condition checkJerzy Kasenberg
2020-09-14Merge pull request #508 from hathach/fix-edpt-raceHa Thach
2020-09-14more consthathach
2020-09-14cdc device: claim endpoint before checking fifo availabilityhathach
2020-09-13Update midi_device.cMark Lentczner
2020-09-13correct the TUD_HID_REPORT_DESC_GAMEPADhathach
2020-09-12typohathach
2020-09-11clean uphathach
2020-09-10update claim edpt for hid and midihathach
2020-09-09typohathach
2020-09-09clean uphathach
2020-09-09update cdc edpt readhathach
2020-09-09introduce optional usbd_edpt_claim, usbd_edpt_release which can be used to ga...hathach
2020-09-04clean uphathach
2020-09-03more hid host workhathach
2020-09-03fix #449 remove obsolete pipehandle from hid hosthathach
2020-09-03rename tuh_isr/hcd_isr to tuh_int_handler/hcd_int_handlerhathach
2020-09-02revert to use float-abihathach
2020-09-01add more logging to host stackhathach
2020-09-01Merge branch 'master' into update-hosthathach
2020-08-24fix typohathach
2020-08-24improve midihathach
2020-08-24Merge pull request #486 from kasjer/kasjer/add-endpoint-close-to-synopsysHa Thach
2020-08-22add OPT_MCU_SAMD11hathach
2020-08-21Merge pull request #434 from gh2o/masterHa Thach
2020-08-20Slight optimization for cdc tx refillGavin Li
2020-08-20Smarter CDC TX refill logicGavin Li
2020-08-14Add dcd_edpt_close() to synopsysJerzy Kasenberg
2020-08-12Fix synopsys fifo flush during stallJerzy Kasenberg
2020-08-11use usbd_edpt_open in bth driverhathach
2020-08-07update note for app driver list mustbe accesible at all time.hathach
2020-08-07allow application driver to overwrite built-in onehathach
2020-08-07Merge branch 'master' into add-app-driverhathach
2020-08-05Merge pull request #476 from kasjer/kasjer/fix-synopsys-fix-iso-frame-bitHa Thach
2020-08-04Fix synopsys odd/even frame bit for IN ISO endpointsJerzy Kasenberg
2020-08-04manually submit unplugged event for nrf dcd_disconnect()hathach
2020-08-04Merge pull request #478 from hathach/move-dcdconnect-to-dcdinitHa Thach
2020-08-02Merge pull request #472 from hathach/fix-msp430-warningHa Thach
2020-08-01enable pull-up in dcd_init() instead of usbdhathach
2020-08-01Merge pull request #477 from hathach/fix-nrf-unplugg-isr-eventHa Thach
2020-08-01correct isr context for nrf DCD_EVENT_UNPLUGGEDhathach
2020-07-31Fix synopsys size check for ISO endpointJerzy Kasenberg
2020-07-29fix nested extern declaration of 'SystemCoreClock' [-Werror=nested-externs]hathach
2020-07-29fix strict prototypehathach