| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2021-02-03 | Merge branch 'update-picosdk-1.0.1' into add-adafruit-samd51-boards | hathach | |
| 2021-02-03 | fix ci toolchain installation path | hathach | |
| 2021-02-03 | update boards doc | hathach | |
| 2021-02-03 | added pyportal | hathach | |
| 2021-02-03 | add pybadge | hathach | |
| also correct other samd51 tx,rx pin (not used yet) | |||
| 2021-02-03 | update pico-sdk to 1.0.1 | hathach | |
| 2021-02-02 | Merge pull request #624 from aslampr07/patch-1 | Ha Thach | |
| 2021-02-02 | Typo fixed | Mohammed Aslam | |
| 2021-02-01 | Merge pull request #623 from hathach/add-adafruit-esp32s2-boards | Ha Thach | |
| add adafruit esp32s2 boards | |||
| 2021-02-01 | add adafruit boards to ci build | hathach | |
| 2021-02-01 | update board list | hathach | |
| 2021-02-01 | Merge pull request #622 from ↵ | Ha Thach | |
| hathach/add-consume-control-to-hid-composite-example add consumer control to hid_composite examples | |||
| 2021-02-01 | add adafruit esp32s2 boards | hathach | |
| - metro esp32s2 - feather esp32s2 - magtag 29" gray | |||
| 2021-02-01 | add consumer control to hid_composite examples | hathach | |
| both no OS and freeRTOS | |||
| 2021-02-01 | Merge pull request #621 from hathach/rp2040-logger-enumfix | Ha Thach | |
| Rp2040 logger and enum fix | |||
| 2021-02-01 | Merge branch 'master' into rp2040-logger-enumfix | hathach | |
| 2021-02-01 | added enumerate walkaround for RP2040-E5 | hathach | |
| - PICO_RP2040_USB_DEVICE_ENUMERATION_FIX=1 - target linke pico_fix_rp2040_usb_device_enumeration | |||
| 2021-02-01 | Merge pull request #610 from hathach/rp2040-followup2 | Ha Thach | |
| Rp2040 followup2 | |||
| 2021-02-01 | Merge pull request #601 from majbthrd/start_pi2tu | Ha Thach | |
| start the assimilation of Pi Pico into TU | |||
