summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-04update docshathach
2019-07-04clean uphathach
2019-07-04remove tud_midi_write_flush() send asap. rename tud_midi_connected() to tud_m...hathach
2019-07-03fix midi_write prototypehathach
2019-07-03example clean uphathach
2019-07-03include midi_test in travis buildhathach
2019-07-03rename midi example to midi_testhathach
2019-07-03tested midi examplehathach
2019-07-02clean uphathach
2019-07-02clean uphathach
2019-07-01fix midi templatehathach
2019-07-01fix compilinghathach
2019-07-01added adafruit feather m4 express boardhathach
2019-07-01improving midi support, adding midi exmaplehathach
2019-06-20Merge branch 'master' into develophathach
2019-06-10remove dcd_edpt_busy()hathach
2019-06-10Merge pull request #80 from hathach/develophathach
2019-06-10fix build error with midi, use usbd_edpt_xfer/busy for midi to replace dcd_*hathach
2019-06-10docs clean uphathach
2019-06-10remove test_obsoletehathach
2019-06-10update fifo testhathach
2019-06-10add fifo testhathach
2019-06-10run ceedling uinit test (no tests yet)hathach
2019-06-10remove unity submodulehathach
2019-06-10travis conthathach
2019-06-10more travis testhathach
2019-06-10use sourcelinehathach
2019-06-10test travishathach
2019-06-10adding new ceedling test projecthathach
2019-06-10remove unity as submodulehathach
2019-06-06rename tests to obsoletehathach
2019-06-06add HID_ASCII_TO_KEYCODEhathach
2019-06-06add TU_ prefix to compiler ATTR to prevent name conflict with applicationhathach
2019-05-29Merge pull request #79 from PTS93/masterhathach
2019-05-29Modified example to use list of supported boardsTimon Skerutsch
2019-05-29use adafruit-nrfutil dfu as default flash target for feather nrf52840hathach
2019-05-29run tud_task() in board_delay()hathach
2019-05-29added usbd_edpt_xfer/usbd_edpt_busy to replace dcd_edpt_transfer/dcd_edpt_busy()hathach
2019-05-29add node hid installation instructionhathach
2019-05-27Merge pull request #78 from PTS93/masterhathach
2019-05-26changed node.js hid example to be more user friendlyPTS93
2019-05-25Merge pull request #77 from todbot/masterhathach
2019-05-24make hid_generic_inout tester have reportLength-sized buffer, since some OSes...Tod E. Kurt
2019-05-24Merge pull request #76 from hathach/develophathach
2019-05-24should fix and work with #58hathach
2019-05-24move all build into folder _buildhathach
2019-05-23host fix address alloc when it reach max deviceshathach
2019-05-22Merge pull request #75 from hathach/develophathach
2019-05-22fix tud_cdc_read_char()/tud_cdc_peek() to return signed charhathach
2019-05-21Merge pull request #74 from hathach/develophathach