summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-09Change buttons to start from 0Marcelo Bezerra
2021-06-09Merge branch 'master' of github.com:mmosca/tinyusbMarcelo Bezerra
2021-06-09fix enum overflow with msp430hathach
2021-06-09miss a helperhathach
2021-06-09update gamepad helperhathach
2021-06-09re-adding ifdef removed accidentallyMarcelo Bezerra
2021-06-09indent fixMarcelo Bezerra
2021-06-09Fix comment in hid.hMarcelo Bezerra
2021-06-09Pull request changesMarcelo Bezerra
Remove configuration options and just bump number of buttons to 32 Fix button numbereing and comments in
2021-06-09Add CFG_TUD_MAX_BUTTONS to the exampleMarcelo Bezerra
2021-06-09remove excess empty linesMarcelo Bezerra
2021-06-09clean upMarcelo Bezerra
2021-06-09Add optional support for 32 gamepad buttonsMarcelo Bezerra
2021-06-08re-adding ifdef removed accidentallyMarcelo Bezerra
2021-06-08indent fixMarcelo Bezerra
2021-06-08Fix comment in hid.hMarcelo Bezerra
2021-06-08Pull request changesMarcelo Bezerra
Remove configuration options and just bump number of buttons to 32 Fix button numbereing and comments in
2021-06-07Add CFG_TUD_MAX_BUTTONS to the exampleMarcelo Bezerra
2021-06-07remove excess empty linesMarcelo Bezerra
2021-06-07clean upMarcelo Bezerra
2021-06-07Add optional support for 32 gamepad buttonsMarcelo Bezerra
2021-06-07Merge pull request #881 from hathach/mindmotion-followupHa Thach
follow up to pr869
2021-06-07add OPT_MCU_MM32F327Xhathach
move dcd_mm32f into mindmotion folder
2021-06-07Add 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-03Merge pull request #873 from kilograham/fix_log_warningHa Thach
Add __unused to variables that are only used if TU_LOG does something
2021-06-03Add __unused to variables that are only used if TU_LOG does somethinggraham sanderson
2021-06-03change ci to pico-sdk develop0.10.1Ha Thach
2021-06-03increase version for release, update changeloghathach
2021-06-03Merge pull request #865 from kilograham/pico-0.10.0Ha Thach
Pico 0.10.0
2021-06-02fixed net_lwip_webserver cmake buildgraham sanderson
2021-06-02undo search replace errorgraham sanderson
2021-06-02minor comment change to force rebuildgraham sanderson
2021-06-02move core definition of source file includes from SDK into family.cmakegraham sanderson
only build webserver example if lwip submodule initialized
2021-06-02Merge pull request #868 from hathach/host-hcdHa Thach
Clean up Host HCD API
2021-06-02fix missing TU_LOG symbolhathach
2021-06-02clean up loghathach
2021-06-01Merge pull request #862 from hathach/host-rp2040Ha Thach
Fix host rp2040 with low speed device
2021-06-01remove TINYUSB_FAMILT_PROJECT_NAME_INCLUDES_BOARD settinggraham sanderson
2021-06-01damn submodules!graham sanderson
2021-06-01rename family.cmake to family_common.cmakegraham sanderson
2021-06-01fix rp2040 examples build from local tinyusb treegraham sanderson
2021-06-01add note for custom class driverHa Thach
2021-05-31restore unintentionally modified submodulesgraham sanderson
2021-05-31actually fix pico-sdk checkout to checkout the right branchgraham sanderson
2021-05-31guard stdio_uart_init_full with LIB_PICO_STDUI_UART as the function doesn't ↵graham sanderson
exist otherwise
2021-05-31Switch checks to use tinyusb-0.10.0 branch of pico-sdk due to circular ↵graham sanderson
dependency
2021-05-31set PICO_TINYUSB_PATH for when building from within tinyusb without ↵graham sanderson
pico-sdk/tinyusb submodule
2021-05-31Fix up build_family style builds:graham sanderson
- added back pre-existing board directories which now just select PICO_BOARD - added boards/pico_sdk which just uses the pre-existing PICO_BOARD setting - fixed rp2040/family.cmake to include the magic string "CFG_TUSB_MCU=OPT_MCU_RP2040" expected by build_family.py
2021-05-31clean uphathach
2021-05-31correct ohci endpoint address in xfer completehathach