summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-10-09update tud_hid_boot_mode_cb/tud_hid_set_idle_cb support mul interfaceshathach
2020-10-09rename multiple hid callbackhathach
2020-10-09Merge pull request #524 from zlittell/f_MultipleHIDInterfacesHa Thach
2020-10-08Fix tu_verify argsZachery Littell
2020-10-08Cleanup per review on PRZachery Littell
2020-10-07fix variable names. add itf n callbacks to multihidZachery Littell
2020-10-07Merge pull request #529 from gh2o/stm32-raceHa Thach
2020-10-06stm32: fix ISTR and CTR_RX/TX race conditionsGavin Li
2020-10-06Merge pull request #516 from PanRe/tusb_fifo_unmaksed_pointersHa Thach
2020-10-02fix simple pull request comments. Implement descriptor index hack.Zachery Littell
2020-10-02Merge pull request #518 from kasjer/kasjer/nrf5x-iso-supportHa Thach
2020-10-01add index to report descriptor callback. this is breaking and needs to be rev...Zachery Littell
2020-10-01create N functions and inlines for multi hid interfacesZachery Littell
2020-10-01nrf5x: Add support for ISO endpointsJerzy Kasenberg
2020-10-01nrf5x: Increase size of mps to 16 bitsJerzy Kasenberg
2020-10-01nrf5x: Add dcd_edpt_closeJerzy Kasenberg
2020-10-01device: Make number of endpoints configurableJerzy Kasenberg
2020-09-26Change modulo substitute to while ( idx >= depth) idx -= depth;Reinhard Panhuber
2020-09-25Fix wrong comments, rename pos to offset, rename overflow().Reinhard Panhuber
2020-09-23Fix bug in modulo substitute.Reinhard Panhuber
2020-09-23Change maximum depth to 2^15 which allows for a fast modulo substitute.Reinhard Panhuber
2020-09-23Merge pull request #512 from mzero/fix-midi-sysexHa Thach
2020-09-19Final cleanup.Reinhard Panhuber
2020-09-15Tested, working.Reinhard Panhuber
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-14Implementation done, yet to be tested.Reinhard Panhuber
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