Commit Graph

  • cb4e6837e9 clean up, rename internal driver control_request_complete to simply control_complete hathach 2019-07-12 22:03:40 +07:00
  • 2b7acd554a updating webusb with cdc hathach 2019-07-12 19:38:04 +07:00
  • fdf39dd4ae clean up usb descriptors in example hathach 2019-07-12 16:28:38 +07:00
  • 164b26ee6b change TUD_HID_INOUT_DESCRIPTOR epout & epin order hathach 2019-07-12 14:53:11 +07:00
  • 3b6013e78f clean up hathach 2019-07-12 14:21:34 +07:00
  • e74aa41552 added tud_descriptor_bos_cb(), add support for BOS get descriptor hathach 2019-07-12 00:12:14 +07:00
  • 92134b5ef2 clean up build script hathach 2019-07-11 23:52:58 +07:00
  • 913b52bb35 start to add webusb example (not work yet) hathach 2019-07-11 23:12:53 +07:00
  • 42d0ef6fb0 clean up midi example hathach 2019-07-11 23:08:49 +07:00
  • 38b60827e1 clean up hathach 2019-07-11 23:03:02 +07:00
  • ec8f6a6d90 clean up demo config hathach 2019-07-11 22:55:19 +07:00
  • ff2a7c79f8 revert 2.1 to 2.0, only needed for webusb exmample (BOS needed) hathach 2019-07-11 22:41:36 +07:00
  • 90395f84cb more 2.1 hathach 2019-07-11 22:36:00 +07:00
  • 5ebb606ecd add BOS descriptor and device capability constant hathach 2019-07-11 22:35:17 +07:00
  • 30e1c7335d increase usb bcd from 2.0 to 2.1 for webusb support hathach 2019-07-11 22:34:43 +07:00
  • c784062aef added changelog file hathach 2019-07-11 08:49:25 +07:00
  • f554a50507 release as 0.5.0 hathach 2019-07-10 23:54:11 +07:00
  • 64e9c11b41 fix incorrect midi descriptor template hathach 2019-07-09 10:40:14 +07:00
  • 58f56fdcd5 travis fix typo hathach 2019-07-08 18:25:14 +07:00
  • 8dc7b8a24f more with travis hathach 2019-07-08 18:15:18 +07:00
  • d5ce780715 clean up hathach 2019-07-08 18:05:23 +07:00
  • ae930dce83 more travis hathach 2019-07-08 18:03:48 +07:00
  • 8c990194df test travis hathach 2019-07-08 17:43:18 +07:00
  • 837f023582 Merge branch 'develop' hathach 2019-07-08 17:04:29 +07:00
  • cbd65f4894 test trigger mynewt example repo hathach 2019-07-08 16:58:06 +07:00
  • 2d7e61e671 Merge pull request #85 from hathach/develop hathach 2019-07-05 17:21:39 +07:00
  • 216ccc6e93 midi only use audio 1.0 without IAD hathach 2019-07-05 16:46:11 +07:00
  • f16ebd512b indent clean up hathach 2019-07-04 18:45:10 +07:00
  • 2dd8dba4a7 Merge pull request #84 from hathach/develop hathach 2019-07-04 02:09:12 +07:00
  • 3ec279b424 update docs hathach 2019-07-04 01:57:49 +07:00
  • 1b242cb3c6 clean up hathach 2019-07-04 01:31:56 +07:00
  • b0e5a1a9ec remove tud_midi_write_flush() send asap. rename tud_midi_connected() to tud_midi_mounted() hathach 2019-07-04 01:27:51 +07:00
  • 50f4c61d7c fix midi_write prototype hathach 2019-07-03 01:22:41 +07:00
  • ea29eb49af example clean up hathach 2019-07-03 01:17:26 +07:00
  • 6a8465384b include midi_test in travis build hathach 2019-07-03 00:55:33 +07:00
  • 5273907d97 rename midi example to midi_test hathach 2019-07-03 00:53:58 +07:00
  • 1a0e02fa1b tested midi example hathach 2019-07-03 00:52:25 +07:00
  • 62d3b91691 clean up hathach 2019-07-02 18:23:42 +07:00
  • 3f3ef6f4e6 clean up hathach 2019-07-02 16:42:12 +07:00
  • 57433135ce fix midi template hathach 2019-07-01 23:19:14 +07:00
  • e702328093 fix compiling hathach 2019-07-01 23:11:16 +07:00
  • d2f53c552a added adafruit feather m4 express board hathach 2019-07-01 22:57:23 +07:00
  • 6991b28532 improving midi support, adding midi exmaple hathach 2019-07-01 22:38:06 +07:00
  • 991aaf0158 Merge branch 'master' into develop hathach 2019-06-20 18:36:35 +07:00
  • 73d7ab201e remove dcd_edpt_busy() hathach 2019-06-10 22:29:18 +07:00
  • 393492823c Merge pull request #80 from hathach/develop hathach 2019-06-10 18:50:59 +07:00
  • 7156bfb54d fix build error with midi, use usbd_edpt_xfer/busy for midi to replace dcd_* hathach 2019-06-10 18:46:00 +07:00
  • 15208e710a docs clean up hathach 2019-06-10 17:50:16 +07:00
  • ede3f36f31 remove test_obsolete hathach 2019-06-10 17:42:27 +07:00
  • f3c2b9c2aa update fifo test hathach 2019-06-10 17:42:00 +07:00
  • a26430b90f add fifo test hathach 2019-06-10 17:21:08 +07:00
  • db08bde415 run ceedling uinit test (no tests yet) hathach 2019-06-10 17:04:19 +07:00
  • 2ed501d6b1 remove unity submodule hathach 2019-06-10 16:58:44 +07:00
  • b7acee8963 travis cont hathach 2019-06-10 16:50:23 +07:00
  • 04ce6cbac1 more travis test hathach 2019-06-10 16:45:02 +07:00
  • 9775a76ea3 use sourceline hathach 2019-06-10 16:39:06 +07:00
  • 27cd7af63f test travis hathach 2019-06-10 16:34:36 +07:00
  • 97c5c7a937 adding new ceedling test project hathach 2019-06-10 16:18:27 +07:00
  • 579f468d38 remove unity as submodule hathach 2019-06-10 16:16:59 +07:00
  • 481909e704 rename tests to obsolete hathach 2019-06-06 21:33:55 +07:00
  • dcfaec9efc add HID_ASCII_TO_KEYCODE hathach 2019-06-06 18:06:24 +07:00
  • 13e01c7dca add TU_ prefix to compiler ATTR to prevent name conflict with application hathach 2019-06-06 10:39:37 +07:00
  • 69e98215ea Merge pull request #79 from PTS93/master hathach 2019-05-29 22:21:24 +07:00
  • 9c85396758 Modified example to use list of supported boards Timon Skerutsch 2019-05-29 15:50:45 +02:00
  • 90fea785c6 use adafruit-nrfutil dfu as default flash target for feather nrf52840 hathach 2019-05-29 16:56:26 +07:00
  • a619511631 run tud_task() in board_delay() hathach 2019-05-29 16:55:54 +07:00
  • a0307bafda added usbd_edpt_xfer/usbd_edpt_busy to replace dcd_edpt_transfer/dcd_edpt_busy() hathach 2019-05-29 16:55:15 +07:00
  • dfdae7a4d2 add node hid installation instruction hathach 2019-05-29 15:58:01 +07:00
  • dc601ab518 Merge pull request #78 from PTS93/master hathach 2019-05-27 10:21:50 +07:00
  • be72cafe8c changed node.js hid example to be more user friendly PTS93 2019-05-26 23:28:51 +02:00
  • 1d5069e1e9 Merge pull request #77 from todbot/master hathach 2019-05-25 13:05:49 +07:00
  • f4dcc08de3 make hid_generic_inout tester have reportLength-sized buffer, since some OSes need that Tod E. Kurt 2019-05-24 16:32:55 -07:00
  • 981e227774 Merge pull request #76 from hathach/develop hathach 2019-05-24 12:37:36 +07:00
  • 5f34c63660 should fix and work with #58 hathach 2019-05-24 12:33:56 +07:00
  • 231773cae9 move all build into folder _build hathach 2019-05-24 12:04:47 +07:00
  • f4762ff012 host fix address alloc when it reach max devices hathach 2019-05-23 10:59:43 +07:00
  • 69edf13c71 Merge pull request #75 from hathach/develop hathach 2019-05-22 11:30:14 +07:00
  • 3846645a28 fix tud_cdc_read_char()/tud_cdc_peek() to return signed char hathach 2019-05-22 00:54:21 +07:00
  • 3eb09261d1 Merge pull request #74 from hathach/develop hathach 2019-05-21 13:37:05 +07:00
  • ce6976f400 better fix for #72 millis overthrow hathach 2019-05-21 13:31:02 +07:00
  • 4ab392ccdf Merge pull request #73 from hathach/develop hathach 2019-05-21 11:43:57 +07:00
  • 73c7db38f7 fix #72 address overflow with board_delay hathach 2019-05-21 11:38:46 +07:00
  • d825e0a8f1 Merge pull request #70 from hathach/develop hathach 2019-05-20 12:41:10 +07:00
  • 6861b670fc add uf2 target for uf2 bootloader board: metro m0/m4 feather nrf52840 hathach 2019-05-20 12:35:33 +07:00
  • 9cc5708467 Merge branch 'master' into develop hathach 2019-05-20 12:03:42 +07:00
  • e090cd2b6f Merge pull request #68 from zardam/binary_output hathach 2019-05-20 11:53:29 +07:00
  • 5a9ee6611a Fix missing section in binary output Damien Nicolet 2019-05-18 17:03:44 +02:00
  • bcf9718f9a clean up hathach 2019-05-15 22:51:49 +07:00
  • c4b1539250 Merge pull request #66 from hathach/develop hathach 2019-05-15 18:21:41 +07:00
  • 6e9324e29c clean up hathach 2019-05-15 18:13:12 +07:00
  • 22d8479299 update travis build script hathach 2019-05-15 18:11:08 +07:00
  • 3278a9765b ea4357 build with makefile, add to travis hathach 2019-05-15 18:01:58 +07:00
  • 7bd16aaf9b add button for ea4357 hathach 2019-05-15 17:52:29 +07:00
  • 15076006ca ea4088 quickstart build with makefile hathach 2019-05-15 17:24:21 +07:00
  • 6e6f470b58 board clean up, add button for ea4088 hathach 2019-05-15 17:14:15 +07:00
  • b73047e350 change stm32lib submodule to our folk for now for flexibility hathach 2019-05-15 16:58:08 +07:00
  • 1491274cb4 mcb1800 work with makefile, add to travis build hathach 2019-05-15 16:20:43 +07:00
  • 9863230a8d update button for mcb1800 hathach 2019-05-15 16:17:46 +07:00
  • 2d58f3118e mcb1800 build and blinky with makefile hathach 2019-05-15 16:09:44 +07:00
  • 352a02c305 add lpc1769 to travis device example build hathach 2019-05-15 12:58:59 +07:00