| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-28 | Merge pull request #927 from hathach/add-rx65n-board | Ha Thach | |
| Add rx65n board | |||
| 2021-06-26 | GCC 11 build fix | DuMaM | |
| During Adafruit Bootloader compilation, I spotted bellow error which do not allow me build project. ``` c inlined from 'hfclk_running' at lib/tinyusb/src/portable/nordic/nrf5x/dcd_nrf5x.c:785:13: lib/tinyusb/src/portable/nordic/nrf5x/dcd_nrf5x.c:792:31: error: 'is_running' may be used uninitialized [-Werror=maybe-uninitialized] 792 | return (is_running ? true : false); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~ ``` | |||
| 2021-06-26 | add the entry for RX65N | kkitayam | |
| 2021-06-21 | Fix typo in TUH configuration define | Niklas Hauser | |
| 2021-06-21 | fix issue when calling midi API when not enumerated yet | hathach | |
| 2021-06-20 | adding rx65n | hathach | |
| 2021-06-20 | Merge pull request #895 from ElectronicCats/master | Ha Thach | |
| add support SAML21 | |||
| 2021-06-18 | Changed order of struct initializer to avoid compiler error | Ned Konz | |
| 2021-06-19 | fix race condition with control since TASKS_EP0RCVOUT also require EasyDMA | hathach | |
| 2021-06-15 | add support SAML21 | sabas1080 | |
| 2021-06-10 | implement usbh_edpt_busy (WIP), remove hcd_edpt_busy | hathach | |
| 2021-06-10 | remove hcd_edpt_stalled() | hathach | |
| 2021-06-10 | add usbh_classdriver.h | hathach | |
| 2021-06-10 | Merge pull request #883 from hathach/fix-rp2040-host-transferred-bytes | Ha Thach | |
| fix computing transferred bytes with E4 | |||
| 2021-06-09 | use alias for button naming | hathach | |
| 2021-06-09 | Change buttons to start from 0 | Marcelo Bezerra | |
| 2021-06-09 | fix enum overflow with msp430 | hathach | |
| 2021-06-09 | miss a helper | hathach | |
| 2021-06-09 | update gamepad helper | hathach | |
| 2021-06-09 | re-adding ifdef removed accidentally | Marcelo Bezerra | |
| 2021-06-09 | indent fix | Marcelo Bezerra | |
| 2021-06-09 | Fix comment in hid.h | Marcelo Bezerra | |
| 2021-06-09 | Pull request changes | Marcelo Bezerra | |
| Remove configuration options and just bump number of buttons to 32 Fix button numbereing and comments in | |||
| 2021-06-09 | remove excess empty lines | Marcelo Bezerra | |
| 2021-06-09 | clean up | Marcelo Bezerra | |
| 2021-06-09 | Add optional support for 32 gamepad buttons | Marcelo Bezerra | |
| 2021-06-08 | fix computing transferred bytes with E4 | hathach | |
| 2021-06-07 | add OPT_MCU_MM32F327X | hathach | |
| move dcd_mm32f into mindmotion folder | |||
| 2021-06-07 | Add MM32 SDK and USB driver (#869) | zhangslice | |
| * Add MM32 SDK and USB driver * add mindmotion mm32sdk as submodule remove the local copy of mm32 * mit license Signed-off-by: zhangslice <[email protected]> Co-authored-by: hathach <[email protected]> | |||
| 2021-06-03 | Add __unused to variables that are only used if TU_LOG does something | graham sanderson | |
| 2021-06-03 | increase version for release, update changelog | hathach | |
| 2021-06-03 | Merge pull request #865 from kilograham/pico-0.10.0 | Ha Thach | |
| Pico 0.10.0 | |||
| 2021-06-02 | fix missing TU_LOG symbol | hathach | |
| 2021-06-02 | clean up log | hathach | |
| 2021-05-31 | clean up | hathach | |
| 2021-05-31 | correct ohci endpoint address in xfer complete | hathach | |
| 2021-05-31 | use hcd_frame_number() instead of uframe | hathach | |
| 2021-05-31 | clean up ohci, remove obsolete api | hathach | |
| 2021-05-31 | clean up | hathach | |
| 2021-05-31 | update hub | hathach | |
| 2021-05-31 | add hub_port_set_feature() | hathach | |
| 2021-05-31 | remove obsolete hcd_pipe_queue_xfer()/hcd_pipe_xfer() | hathach | |
| 2021-05-31 | fix cast-align warning in msc host | hathach | |
| 2021-05-30 | add more comment | hathach | |
| 2021-05-30 | add errata number | hathach | |
| 2021-05-30 | fix incorrect data toggle when max packet size < 64 | hathach | |
| fix host buf_sel panic with "already available" | |||
| 2021-05-30 | add level 3 log for info, add generic TU_LOG() | hathach | |
| 2021-05-30 | rp2040: fix debug compilation error | graham sanderson | |
| 2021-05-28 | update limit each transfer not less than 64 | hathach | |
| 2021-05-28 | increase version for release0.10.0 | hathach | |
