Commit Graph

  • 1b849fc70a Merge pull request #655 from ndinsmore/fifo_fix Ha Thach 2021-02-17 14:07:29 +07:00
  • b7ec66e33a This fixes the overflow mathmatic in the fifo Nicholas R Dinsmore 2021-02-16 23:08:08 -05:00
  • f8fbc0930b Add alternate bitfield padding option Jeremiah McCarthy 2021-02-16 10:40:06 -05:00
  • a5d7b6266d Implement dcd_edpt_iso_xfer() for msp430 Reinhard Panhuber 2021-02-14 14:05:15 +01:00
  • 893f997dcb Change FIFO use indication to ff == NULL to avoid future errors. Reinhard Panhuber 2021-02-14 09:25:34 +01:00
  • b634b5958b Implement dcd_edpt_iso_xfer() for INTERRUPT driven dcd_nuc505 Reinhard Panhuber 2021-02-13 21:00:55 +01:00
  • 0c3dc8f99b Implement dcd_edpt_iso_xfer() for dcd_nuc121.c Reinhard Panhuber 2021-02-13 17:44:59 +01:00
  • 126e46e38a Fix not increment xfer->buffer if xfer->buffer == NULL in dcd_samg.c Reinhard Panhuber 2021-02-13 17:37:13 +01:00
  • e681678402 Implement dcd_edpt_iso_xfer() for dcd_nuc120.c Reinhard Panhuber 2021-02-13 17:06:27 +01:00
  • 7ab389db21 Implement dcd_edpt_iso_xfer() for dcd_samg.c. NOTE: ISO EP not supported Reinhard Panhuber 2021-02-13 16:36:32 +01:00
  • 59d6ed9ea4 Implement dcd_edpt_iso_xfer() for dcd_esp32s2.c Reinhard Panhuber 2021-02-13 12:13:10 +01:00
  • 9e2a1d2e6a Fix CFG_TUD_AUDIO_EP_IN/OUT_SW_BUFFER_SIZE to be defined anyway Reinhard Panhuber 2021-02-12 18:31:54 +01:00
  • 3df61d6755 Fix a ; in #define definition Reinhard Panhuber 2021-02-12 18:25:01 +01:00
  • cdf600048f Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer Reinhard Panhuber 2021-02-12 18:05:20 +01:00
  • 185414721f Formating Reinhard Panhuber 2021-02-12 18:04:45 +01:00
  • a9fd0a454a Complete redesign of audio driver. Reinhard Panhuber 2021-02-12 16:28:41 +01:00
  • 09868434cd Fixes RP2040 buffer reallocation overrun problem (#642) ndinsmore 2021-02-12 03:16:46 -05:00
  • 04ab6b4082 Merge pull request #648 from hathach/rename-dfu-rt-to-runtime Ha Thach 2021-02-11 15:29:55 +07:00
  • d4281291e5 Merge pull request #647 from hathach/correct-fs-bulk-epsize Ha Thach 2021-02-11 12:36:19 +07:00
  • d2f3e70b64 rename examples folder dfu_rt to dfu_runtime hathach 2021-02-11 12:08:09 +07:00
  • e12c25ec2c rename dfu_rt to dfu_runtime for easy reading hathach 2021-02-11 12:05:22 +07:00
  • 89fcaf1efd Merge pull request #646 from hathach/detect-clear-set-ep-status-from-class Ha Thach 2021-02-11 11:54:47 +07:00
  • 9812cfc6c6 clean up hathach 2021-02-11 11:48:34 +07:00
  • 919bb9ce38 more epsize checking per type hathach 2021-02-11 11:45:24 +07:00
  • dc64d6ad55 Merge pull request #645 from ipopov/webserial-fix Ha Thach 2021-02-11 11:25:55 +07:00
  • 49bc97b0ca remove the requirement of std SET/CLEAR_FEATURE must not return zlp status hathach 2021-02-11 11:22:02 +07:00
  • 5178e2af55 Address review comments: Ivo Popov 2021-02-10 22:14:29 -05:00
  • ba11bb2b80 Merge pull request #644 from ipopov/master Ha Thach 2021-02-10 21:52:28 +07:00
  • ce7fb36337 Fix unintended control transfers in webserial example. Ivo Popov 2021-02-10 01:05:37 -05:00
  • c8499c89db Set -DCMAKE_BUILD_TYPE=Debug when building in debug for rp2040. Ivo Popov 2021-02-10 00:48:58 -05:00
  • a96ee8f1d8 Merge pull request #641 from lurch/fix_capitalisation Ha Thach 2021-02-09 17:23:00 +07:00
  • 5d20b8f19b Merge pull request #640 from hathach/add-hid-complete-callback Ha Thach 2021-02-09 17:05:12 +07:00
  • 43acffd41e Fix capitalisation of Raspberry Pi Andrew Scheller 2021-02-09 09:55:26 +00:00
  • 9c3a44b6a3 update hid_composite_freertos example hathach 2021-02-09 16:06:38 +07:00
  • d2b8e591f6 tud_hid_report_complete_cb() API hathach 2021-02-09 15:57:29 +07:00
  • ecd16cf24b Merge pull request #637 from tfx2001/master Ha Thach 2021-02-08 20:10:07 +07:00
  • 1b678eccf5 add basic support for rt-thread tfx2001 2021-02-07 22:44:49 +08:00
  • ac4555b361 Merge pull request #638 from hathach/add-gamepad Ha Thach 2021-02-08 19:40:18 +07:00
  • 72bcc0685c add tud_hid_n_gamepad_report() helper for gamepad report hathach 2021-02-08 19:08:16 +07:00
  • b2019e4d71 enhance gampepad report with dpad/hat support hathach 2021-02-08 16:10:13 +07:00
  • bc80d686f5 clean up hathach 2021-02-06 12:54:16 +07:00
  • f49d47a0aa Mirror sources only to hathach/tinyusb_src repo (#636) Ha Thach 2021-02-07 15:55:45 +07:00
  • be1bd74b4b Merge pull request #618 from homeodor/master Ha Thach 2021-02-06 12:30:28 +07:00
  • 9f7143af29 CDC-like blocking behaviour for MIDI Also added a dummy readout for MIDI into examples Alexander Golovanov 2021-02-06 00:01:46 +03:00
  • 7b62c71dd5 Merge pull request #634 from hathach/release-0.8.0 Ha Thach 2021-02-05 23:00:02 +07:00
  • 465ea7a66e increase TUSB_VERSION_ to 0.8.0 hathach 2021-02-05 22:37:22 +07:00
  • 56b319d2d5 correct release asset hathach 2021-02-05 21:53:33 +07:00
  • 449bcc239f upload example as release assets hathach 2021-02-05 21:24:46 +07:00
  • bb2f93d427 prepare for release hathach 2021-02-05 20:41:41 +07:00
  • 42dad78dbc add samd11 to ci hathach 2021-02-04 14:17:51 +07:00
  • 232c1e5915 Merge pull request #627 from ktemkin/luna_d11 Ha Thach 2021-02-04 14:14:09 +07:00
  • 2997e78da3 bsp: rename SAMD21 LUNA variant to luna_d21 Katherine Temkin 2021-02-03 13:34:11 -07:00
  • 6f02e5f1f8 add BSP for SAMD11 variant of Great Scott Gadgets' LUNA boards (SAMD11) Katherine Temkin 2021-02-03 13:33:40 -07:00
  • 148a5a9181 Merge pull request #626 from hathach/add-adafruit-samd51-boards Ha Thach 2021-02-03 17:06:00 +07:00
  • 064dcb833d Merge pull request #625 from hathach/update-picosdk-1.0.1 Ha Thach 2021-02-03 14:51:29 +07:00
  • a8bdfadfd0 Merge branch 'update-picosdk-1.0.1' into add-adafruit-samd51-boards hathach 2021-02-03 13:37:20 +07:00
  • a5403bdbe5 fix ci toolchain installation path hathach 2021-02-03 13:29:59 +07:00
  • 083621c8db update boards doc hathach 2021-02-03 13:25:29 +07:00
  • b739c5a837 added pyportal hathach 2021-02-03 13:19:34 +07:00
  • d24c702b63 add pybadge hathach 2021-02-03 13:12:02 +07:00
  • 4153d9e1b6 update pico-sdk to 1.0.1 hathach 2021-02-03 12:39:30 +07:00
  • fb53eb9a91 Merge pull request #624 from aslampr07/patch-1 Ha Thach 2021-02-02 21:37:25 +07:00
  • ae827721ed Typo fixed Mohammed Aslam 2021-02-02 19:53:07 +05:30
  • 9aa9c7e968 Merge pull request #623 from hathach/add-adafruit-esp32s2-boards Ha Thach 2021-02-01 16:15:19 +07:00
  • 098cf76be7 add adafruit boards to ci build hathach 2021-02-01 15:23:21 +07:00
  • b30b35bf08 update board list hathach 2021-02-01 15:21:29 +07:00
  • f4e2f88e89 Merge pull request #622 from hathach/add-consume-control-to-hid-composite-example Ha Thach 2021-02-01 15:17:00 +07:00
  • 8d973a36ed add adafruit esp32s2 boards hathach 2021-02-01 15:16:38 +07:00
  • 3d95835f22 add consumer control to hid_composite examples hathach 2021-02-01 14:47:39 +07:00
  • 26caddae23 Merge pull request #621 from hathach/rp2040-logger-enumfix Ha Thach 2021-02-01 14:25:58 +07:00
  • 0799a91073 Merge branch 'master' into rp2040-logger-enumfix hathach 2021-02-01 13:41:20 +07:00
  • 8e954a4391 added enumerate walkaround for RP2040-E5 hathach 2021-02-01 13:37:37 +07:00
  • 78f50518a4 Merge pull request #610 from hathach/rp2040-followup2 Ha Thach 2021-02-01 12:44:53 +07:00
  • a044578a33 Merge pull request #601 from majbthrd/start_pi2tu Ha Thach 2021-02-01 12:43:59 +07:00
  • 84406f1654 Rework audio driver Reinhard Panhuber 2021-01-31 19:08:23 +01:00
  • 666a851a07 Merge pull request #612 from prplz/master Ha Thach 2021-01-30 13:56:23 +07:00
  • 2a34be2eb0 A CDC-like blocking behaviour Alexander Golovanov 2021-01-30 04:11:08 +03:00
  • 21df228634 Merge pull request #615 from charkster/usbtmc_fix_558 Ha Thach 2021-01-29 12:16:36 +07:00
  • 88fad0b42a Merge pull request #617 from hathach/fix-unittest-ci Ha Thach 2021-01-29 12:12:54 +07:00
  • 5734cf4bdd fix #614 typo hathach 2021-01-29 11:36:45 +07:00
  • f3477f87ac specify ruby version for unit test hathach 2021-01-29 11:30:15 +07:00
  • ba69da1d8f add support for LOG=2 hathach 2021-01-29 11:24:05 +07:00
  • effd82fd9c fix #558 third attempt charkster 2021-01-28 18:34:58 -07:00
  • 4f988b792c fix #558 charkster 2021-01-28 18:15:49 -07:00
  • cb8ceba3dd fix #558 charkster 2021-01-28 13:12:54 -07:00
  • c4f7ea09f1 Fix midi sysex sending bug Michael Himing 2021-01-28 20:31:11 +11:00
  • 4fef2ddb4c rp2040 move uart id to board specific hathach 2021-01-27 16:37:31 +07:00
  • 1abf9eeb80 clean up rp2040 assigned_address, remove panic from remote_wakeup hathach 2021-01-27 13:18:03 +07:00
  • c3c4f65fea wrap rp2040_usb around opt mcu hathach 2021-01-27 13:04:38 +07:00
  • 40870f9037 Merge pull request #606 from hathach/upload-binary-artifacts Ha Thach 2021-01-26 23:11:52 +07:00
  • f1867b3d2c more rename hathach 2021-01-26 22:34:29 +07:00
  • ae43551a55 rename artifact to have tinyusb- prefix hathach 2021-01-26 22:26:35 +07:00
  • c2d8aa0584 limit artifact to only uf2 for now hathach 2021-01-26 22:04:20 +07:00
  • 0a673de78a test ci hathach 2021-01-26 21:46:11 +07:00
  • 032f55feb6 try upload build binaries artifacts hathach 2021-01-26 21:23:51 +07:00
  • e230d683ca add copy-artifact target, and add uf2 for all family board hathach 2021-01-26 21:19:14 +07:00
  • 4a0f5cbd63 change output filename to BOARD-Directory hathach 2021-01-26 12:46:24 +07:00
  • 0e585570a3 rename build output hathach 2021-01-25 23:40:52 +07:00
  • 045674745a Merge pull request #604 from kamtom480/spresense-sdk-2.0.2 Ha Thach 2021-01-25 22:55:46 +07:00
  • d489e9d422 Merge pull request #605 from hathach/add-adafruit-rp2040 Ha Thach 2021-01-25 22:33:22 +07:00