| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-10 | Update bug_report.md | Ha Thach | |
| 2021-06-09 | Merge pull request #882 from mmosca/master | Ha Thach | |
| Add support for 32 button gamepads | |||
| 2021-06-09 | use alias for button naming | hathach | |
| 2021-06-09 | Change buttons to start from 0 | Marcelo Bezerra | |
| 2021-06-09 | Merge branch 'master' of github.com:mmosca/tinyusb | 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 | Add CFG_TUD_MAX_BUTTONS to the example | Marcelo Bezerra | |
| 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 | re-adding ifdef removed accidentally | Marcelo Bezerra | |
| 2021-06-08 | indent fix | Marcelo Bezerra | |
| 2021-06-08 | Fix comment in hid.h | Marcelo Bezerra | |
| 2021-06-08 | Pull request changes | Marcelo Bezerra | |
| Remove configuration options and just bump number of buttons to 32 Fix button numbereing and comments in | |||
| 2021-06-08 | fix computing transferred bytes with E4 | hathach | |
| 2021-06-07 | Add CFG_TUD_MAX_BUTTONS to the example | Marcelo Bezerra | |
| 2021-06-07 | remove excess empty lines | Marcelo Bezerra | |
| 2021-06-07 | clean up | Marcelo Bezerra | |
| 2021-06-07 | Add optional support for 32 gamepad buttons | Marcelo Bezerra | |
| 2021-06-07 | Merge pull request #881 from hathach/mindmotion-followup | Ha Thach | |
| follow up to pr869 | |||
| 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 | Merge pull request #873 from kilograham/fix_log_warning | Ha Thach | |
| Add __unused to variables that are only used if TU_LOG does something | |||
| 2021-06-03 | Add __unused to variables that are only used if TU_LOG does something | graham sanderson | |
| 2021-06-03 | change ci to pico-sdk develop0.10.1 | Ha Thach | |
| 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 | fixed net_lwip_webserver cmake build | graham sanderson | |
| 2021-06-02 | undo search replace error | graham sanderson | |
| 2021-06-02 | minor comment change to force rebuild | graham sanderson | |
| 2021-06-02 | move core definition of source file includes from SDK into family.cmake | graham sanderson | |
| only build webserver example if lwip submodule initialized | |||
| 2021-06-02 | Merge pull request #868 from hathach/host-hcd | Ha Thach | |
| Clean up Host HCD API | |||
| 2021-06-02 | fix missing TU_LOG symbol | hathach | |
| 2021-06-02 | clean up log | hathach | |
| 2021-06-01 | Merge pull request #862 from hathach/host-rp2040 | Ha Thach | |
| Fix host rp2040 with low speed device | |||
| 2021-06-01 | remove TINYUSB_FAMILT_PROJECT_NAME_INCLUDES_BOARD setting | graham sanderson | |
| 2021-06-01 | damn submodules! | graham sanderson | |
| 2021-06-01 | rename family.cmake to family_common.cmake | graham sanderson | |
| 2021-06-01 | fix rp2040 examples build from local tinyusb tree | graham sanderson | |
| 2021-06-01 | add note for custom class driver | Ha Thach | |
