summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2021-08-29add CFG_EXAMPLE_MSC_READONLY for curiosityhathach
2021-08-29Add PYOCD_OPTIONmainr
2021-08-29Added support for Microchip Curiosity Nano SAMD21 board (DM320119)mainr
2021-08-24test hid controller with rp2040hathach
2021-08-24add tuh_vid_pid_get()hathach
2021-08-23sepearate CFG_TUH_DEVICE_MAX and CFG_TUH_HUBhathach
2021-08-23rename CFG_TUSB_HOST_DEVICE_MAX to CFG_TUH_DEVICE_MAXhathach
2021-08-23add tuh_hid_receive_report() for applicaiton to explicitly request reporthathach
2021-08-20hid host skip get report descriptor if too large instead of asserthathach
2021-08-19Merge pull request #1025 from hathach/add-hid-boot-exampleHa Thach
2021-08-17fix ci buildhathach
2021-08-17add hid_boot_interface examplehathach
2021-08-17Merge pull request #992 from majbthrd/net_example_pbufHa Thach
2021-08-16net_lwip_webserver: further simplify pbuf_copy_partial() usagePeter Lawrence
2021-08-15Merge pull request #959 from KarlK90/gd32vf103-support-tiny-usbHa Thach
2021-08-15skip freertos example for gd32vf103hathach
2021-08-13Merge pull request #956 from kkitayam/fix_audio_format_for_renesas_rxHa Thach
2021-08-10update node script to always shift dummy reportID like pythonhathach
2021-08-09fix hid_test.py for hid inout to correctly preceeded with dummy reportIDhathach
2021-08-05change webusb-serial landing pagehathach
2021-08-03Revert "Disable -Werror for now"Stefan Kerkmann
2021-08-03Disable -Werror for nowStefan Kerkmann
2021-08-02net_lwip_webserver: utilize pbuf_copy_partial()Peter Lawrence
2021-07-22Merge pull request #950 from HiFiPhile/dfuHa Thach
2021-07-22rename CFG_TUD_DFU_TRANSFER_BUFSIZE to CFG_TUD_DFU_XFER_BUFSIZEhathach
2021-07-21Update EPNUM in usb_descriptors.cMasterPhi
2021-07-17Fix merge error.MasterPhi
2021-07-17Fix ISO support.MasterPhi
2021-07-17Merge branch 'master' into dcd_same70HiFiPhile
2021-07-16revert unrelated midi exmamplehathach
2021-07-15revert debug midi changeshathach
2021-07-15fix warningshathach
2021-07-15rename CFG_TUD_DFU_MODE to simply CFG_TUD_DFUhathach
2021-07-15wrap up DFU updatehathach
2021-07-14more rename and updatehathach
2021-07-14rename dfu APIhathach
2021-07-12rename tud_dfu_set_timeout_cb() to tud_dfu_get_status_cb()hathach
2021-07-12simplify TUD_DFU_DESCRIPTOR with alternate counthathach
2021-07-12rename TUD_DFU_MODE_DESCRIPTOR to TUD_DFU_DESCRIPTORhathach
2021-07-12Merge branch 'dfu' of https://github.com/HiFiPhile/tinyusb into HiFiPhile-dfuhathach
2021-07-08add settings for Renesas RX familykkitayam
2021-07-08Add bwPollTimeout set callback, postpone download callback after GETSTATUSMengsk
2021-07-07Refactor with one DFU functionnal descriptorHiFiPhile
2021-07-07Reactor to one functional descriptor.Mengsk
2021-07-06UpdateMasterPhi
2021-07-06Merge pull request #938 from HiFiPhile/uac_exampleHa Thach
2021-07-05Add alt settings support in DFU class.Mengsk
2021-07-04Skip MCUMasterPhi
2021-07-04Skip MCUMasterPhi
2021-07-05Merge pull request #931 from hathach/more-hid-hostHa Thach