summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-09Merge pull request #532 from hathach/house-keepingHa Thach
2020-10-09fix ci buildhathach
2020-10-09try GITHUB_PATH for cihathach
2020-10-09update tud_hid_boot_mode_cb/tud_hid_set_idle_cb support mul interfaceshathach
2020-10-09rename multiple hid callbackhathach
2020-10-09clean up examplehathach
2020-10-09rename hid multiple interfacehathach
2020-10-09Merge branch 'master' into house-keepinghathach
2020-10-09use pyocd for iMXRT boardshathach
2020-10-09Merge pull request #531 from majbthrd/mimxrt1010stackHa Thach
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-08add flash-pyocd supporthathach
2020-10-08clean up jlink default interfacehathach
2020-10-08Merge pull request #528 from jgressmann/port-atsame51-to-tinyusbHa Thach
2020-10-07fix variable names. add itf n callbacks to multihidZachery Littell
2020-10-07mimxrt1010_evk: double stack size to allow net_lwip_webserver to runPeter Lawrence
2020-10-07D5035-01 bsp: fix typoJean Gressmann
2020-10-07Address various issues raised by TinyUSB maintainersJean Gressmann
2020-10-07Merge pull request #530 from hathach/fix-idf-latestHa Thach
2020-10-07fix usb pin config with idf latesthathach
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-06D5035-01: more natural Makefile variable useJean Gressmann
2020-10-06Adds D5035-01 to the list of supported boardsJean Gressmann
2020-10-05D5035-01 bsp: fix paths, default to hw rev 1 (automated build)Jean Gressmann
2020-10-05Update Microchip submodule commitJean Gressmann
2020-10-06Merge pull request #516 from PanRe/tusb_fifo_unmaksed_pointersHa Thach
2020-10-05Adds files for the open source D5035-01 hardwareJean Gressmann
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 pipeline task for exampleZachery Littell
2020-10-01create hid multiple interface exampleZachery Littell
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-16Merge pull request #514 from kasjer/kasjer/fix-nrf52-edpt_dma_startHa Thach
2020-09-15nrf52: Fix edpt_dma_start() wrong condition checkJerzy Kasenberg
2020-09-14Merge pull request #508 from hathach/fix-edpt-raceHa Thach