| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-13 | Implement dcd_edpt_iso_xfer() for INTERRUPT driven dcd_nuc505 | Reinhard Panhuber | |
| 2021-02-13 | Implement dcd_edpt_iso_xfer() for dcd_nuc121.c | Reinhard Panhuber | |
| 2021-02-13 | Fix not increment xfer->buffer if xfer->buffer == NULL in dcd_samg.c | Reinhard Panhuber | |
| 2021-02-13 | Implement dcd_edpt_iso_xfer() for dcd_nuc120.c | Reinhard Panhuber | |
| 2021-02-13 | Implement dcd_edpt_iso_xfer() for dcd_samg.c. NOTE: ISO EP not supported | Reinhard Panhuber | |
| 2021-02-13 | Implement dcd_edpt_iso_xfer() for dcd_esp32s2.c | Reinhard Panhuber | |
| 2021-02-12 | Fix CFG_TUD_AUDIO_EP_IN/OUT_SW_BUFFER_SIZE to be defined anyway | Reinhard Panhuber | |
| 2021-02-12 | Fix a ; in #define definition | Reinhard Panhuber | |
| 2021-02-12 | Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer | Reinhard Panhuber | |
| 2021-02-12 | Formating | Reinhard Panhuber | |
| 2021-02-12 | Complete redesign of audio driver. | Reinhard Panhuber | |
| 2021-02-12 | Fixes RP2040 buffer reallocation overrun problem (#642) | ndinsmore | |
| Fix running out of memory on a device that repeatedly closes and opens an endpoint. This is a workaround at the moment. A better solution would be to implement reclaiming usb buffer memory when closing an endpoint (i.e. implement dcd_edpt_close). | |||
| 2021-02-11 | Merge pull request #648 from hathach/rename-dfu-rt-to-runtime | Ha Thach | |
| Rename dfu rt to runtime | |||
| 2021-02-11 | Merge pull request #647 from hathach/correct-fs-bulk-epsize | Ha Thach | |
| more epsize checking per type | |||
| 2021-02-11 | rename examples folder dfu_rt to dfu_runtime | hathach | |
| 2021-02-11 | rename dfu_rt to dfu_runtime for easy reading | hathach | |
| also rename tud_dfu_rt_reboot_to_dfu to tud_dfu_runtime_reboot_to_dfu_cb | |||
| 2021-02-11 | Merge pull request #646 from hathach/detect-clear-set-ep-status-from-class | Ha Thach | |
| remove the requirement of std SET/CLEAR_FEATURE must not return zlp status | |||
| 2021-02-11 | clean up | hathach | |
| 2021-02-11 | more epsize checking per type | hathach | |
| 2021-02-11 | Merge pull request #645 from ipopov/webserial-fix | Ha Thach | |
| Fix unintended control transfers in webserial example. | |||
| 2021-02-11 | remove the requirement of std SET/CLEAR_FEATURE must not return zlp status | hathach | |
| 2021-02-10 | Address review comments: | Ivo Popov | |
| - every switch must have a default - revert formatting of unchanged lines | |||
| 2021-02-10 | Merge pull request #644 from ipopov/master | Ha Thach | |
| Set -DCMAKE_BUILD_TYPE=Debug when building in debug for rp2040. | |||
| 2021-02-10 | Fix unintended control transfers in webserial example. | Ivo Popov | |
| 2021-02-10 | Set -DCMAKE_BUILD_TYPE=Debug when building in debug for rp2040. | Ivo Popov | |
| This ensures that the Pico SDK, too, is built in debug mode and with nice debugging symbols. | |||
| 2021-02-09 | Merge pull request #641 from lurch/fix_capitalisation | Ha Thach | |
| Fix capitalisation of Raspberry Pi | |||
| 2021-02-09 | Merge pull request #640 from hathach/add-hid-complete-callback | Ha Thach | |
| 2021-02-09 | Fix capitalisation of Raspberry Pi | Andrew Scheller | |
| 2021-02-09 | update hid_composite_freertos example | hathach | |
| 2021-02-09 | tud_hid_report_complete_cb() API | hathach | |
| update hid composite to make use of tud_hid_report_complete_cb() for sending reports when possible. | |||
| 2021-02-08 | Merge pull request #637 from tfx2001/master | Ha Thach | |
| add basic support for rt-thread | |||
| 2021-02-08 | add basic support for rt-thread | tfx2001 | |
| 2021-02-08 | Merge pull request #638 from hathach/add-gamepad | Ha Thach | |
| Enhance HID Gamepad with DPad/Hat | |||
| 2021-02-08 | add tud_hid_n_gamepad_report() helper for gamepad report | hathach | |
| - Add gamepad to hid_composite example. Though it needs a bit of extra work but it will come later as separated PR. | |||
| 2021-02-08 | enhance gampepad report with dpad/hat support | hathach | |
| add hid_gamepad_report_t along with GAMEPAD_BUTTON_ and GAMEPAD_HAT_ enum | |||
| 2021-02-08 | clean up | hathach | |
| 2021-02-07 | Mirror sources only to hathach/tinyusb_src repo (#636) | Ha Thach | |
| Mirror sources only to hathach/tinyusb_src repo | |||
| 2021-02-06 | Merge pull request #618 from homeodor/master | Ha Thach | |
| A CDC-like blocking behaviour for MIDI, incl. SysEx | |||
| 2021-02-06 | CDC-like blocking behaviour for MIDI | Alexander Golovanov | |
| Also added a dummy readout for MIDI into examples | |||
| 2021-02-05 | Merge pull request #634 from hathach/release-0.8.00.8.0 | Ha Thach | |
| Release 0.8.0 | |||
| 2021-02-05 | increase TUSB_VERSION_ to 0.8.0 | hathach | |
| 2021-02-05 | correct release asset | hathach | |
| 2021-02-05 | upload example as release assets | hathach | |
| 2021-02-05 | prepare for release | hathach | |
| 2021-02-04 | add samd11 to ci | hathach | |
| 2021-02-04 | Merge pull request #627 from ktemkin/luna_d11 | Ha Thach | |
| Add support for SAMD11 variants of LUNA. | |||
| 2021-02-03 | bsp: rename SAMD21 LUNA variant to luna_d21 | Katherine Temkin | |
| We now have SAMD21 and SAMD11 variants of LUNA; so we'll rename the existing LUNA BSP to be more specific / reflect its version. | |||
| 2021-02-03 | add BSP for SAMD11 variant of Great Scott Gadgets' LUNA boards (SAMD11) | Katherine Temkin | |
| 2021-02-03 | Merge pull request #626 from hathach/add-adafruit-samd51-boards | Ha Thach | |
| Add adafruit samd51 boards | |||
| 2021-02-03 | Merge pull request #625 from hathach/update-picosdk-1.0.1 | Ha Thach | |
| update pico-sdk to 1.0.1 | |||
