summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-07fix variable names. add itf n callbacks to multihidZachery Littell
2020-10-02fix simple pull request comments. Implement descriptor index hack.Zachery Littell
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-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
2020-09-14more consthathach
2020-09-14cdc device: claim endpoint before checking fifo availabilityhathach
2020-09-13Merge pull request #510 from hathach/fix-hid-gamepad-templateHa Thach
2020-09-13correct the TUD_HID_REPORT_DESC_GAMEPADhathach
2020-09-12doc: merge example/readme.md into docs/getting_started.mdhathach
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-04update dochathach
2020-09-04Merge pull request #505 from hathach/update-hostHa Thach
2020-09-04clean uphathach
2020-09-04update ci to also build host examplehathach
2020-09-04fflush(stdout) for keyboard host examplehathach
2020-09-04keyboard host work as proof of concepthathach
2020-09-03more hid host workhathach
2020-09-03fix vector assignhathach
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-03revert to use __USE_LPCOPENhathach
2020-09-02ohci work, tested with lpc1769hathach
2020-09-02fix ci buildhathach
2020-09-02revert to use float-abihathach
2020-09-01fix unit testhathach
2020-09-01add more logging to host stackhathach
2020-09-01clean uphathach
2020-09-01Merge branch 'master' into update-hosthathach
2020-08-27Merge pull request #497 from hathach/improve-midiHa Thach
2020-08-27Merge pull request #499 from hathach/bsp-itsy-nrf52840Ha Thach
2020-08-27add itsybitsy nrf52840 board supporthathach
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-22Update README.mdHa Thach
2020-08-22Merge pull request #493 from hathach/followup-490-samd11Ha Thach
2020-08-22add OPT_MCU_SAMD11hathach
2020-08-22Merge pull request #490 from ktemkin/masterHa Thach
2020-08-21add support for SAMD11 devices / add samd11_xplained boardKatherine Temkin