summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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-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 e...graham sanderson
2021-05-31Switch checks to use tinyusb-0.10.0 branch of pico-sdk due to circular depend...graham sanderson
2021-05-31set PICO_TINYUSB_PATH for when building from within tinyusb without pico-sdk/...graham sanderson
2021-05-31Fix up build_family style builds:graham sanderson
2021-05-30Rework rp2040 examples and CMake build:graham sanderson
2021-05-30don't override CFG_TUSB_OS in cdc_dual_ports examplegraham sanderson
2021-05-30rp2040: fix debug compilation errorgraham sanderson
2021-05-28increase version for release0.10.0hathach
2021-05-27Merge pull request #854 from hathach/more-housekeepingHa Thach
2021-05-27update dochathach
2021-05-27more include clean uphathach
2021-05-27more with clean uphathach
2021-05-27clean up tusb_fifo.h includehathach
2021-05-27include clean uphathach
2021-05-27clean uphathach
2021-05-26clean uphathach
2021-05-26rename usbd_edpt_iso_xfer to usbd_edpt_xfer_fifohathach
2021-05-26Merge pull request #825 from ogatatsu/hid_descHa Thach
2021-05-26Update README.mdHa Thach
2021-05-26Merge pull request #754 from xmos-jmccarthy/masterHa Thach
2021-05-26fix dfu example buildhathach
2021-05-26Merge branch 'master' into xmos-jmccarthy-masterhathach
2021-05-26Merge pull request #850 from hathach/fix-warningsHa Thach
2021-05-26separate ci workflow, remove artifact & release uploadhathach
2021-05-26test separate ci workflow for msp430hathach
2021-05-26fix board test example build with nrfhathach
2021-05-26Merge pull request #849 from noodlefighter/fix-uac2_headsetHa Thach
2021-05-26fix uac2_headset examplenoodlefighter
2021-05-25fix warnings cast function type for nrf, fix pico osal warninghathach
2021-05-25Merge remote-tracking branch 'official/master'Jeremiah McCarthy
2021-05-24Merge pull request #846 from hathach/house-keepingHa Thach
2021-05-23clean uphathach
2021-05-23only invoke tuh_msc_umount_cb() if neededhathach
2021-05-23change hid device internal boot_mode to protocol_modehathach
2021-05-22Merge pull request #845 from hathach/hid-host-get-protocol-when-enumHa Thach
2021-05-22get protocol when enum with hid boot interfacehathach
2021-05-22Merge pull request #834 from hathach/host-hidHa Thach
2021-05-22fix missing report in tuh_hid_set_report()hathach
2021-05-22add tuh_hid_report_sent_cb()hathach
2021-05-22rename tuh_hid_get_report_cb to tuh_hid_report_received_cb()hathach