summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
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 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
2021-07-04Move audio_control_request_t to audio.hMasterPhi
2021-07-04Prevent overflow noiseMasterPhi
2021-07-04Partially revert "skip uac2_headset for mcu that does not have enough sram"MasterPhi
2021-07-04Clear FIFO only if enabled...MasterPhi
2021-07-04skip uac2_headset for mcu that does not have enough sramhathach
2021-07-04Add 24bit loopback in example.MasterPhi
2021-07-04Refactor descriptor, add alt settings support.MasterPhi
2021-07-04Fix typoMasterPhi
2021-07-04Fix audiod_get_AS_interface_index in audio class.MasterPhi
2021-07-01update hid_composite freertos with capslock as wellhathach
2021-07-01better support for hid device set/get protocolhathach
2021-06-29fix warningshathach
2021-06-28fix SET_PROTOCOl, update hid host behavior for default boot interfacehathach
2021-06-28Merge pull request #891 from hathach/host-rp2040-double-bufferHa Thach
2021-06-28Merge pull request #927 from hathach/add-rx65n-boardHa Thach
2021-06-28fix rx65n with freertos buildhathach
2021-06-21Fix typo in TUH configuration defineNiklas Hauser
2021-06-12set TOP to build with esp32sxhathach
2021-06-12increase example CFG_TUH_HID from 2 to 4hathach
2021-06-11improve usbhhathach
2021-06-10Make examples standalone buildable via CMakegraham sanderson
2021-06-10remove BOARD from output namehathach
2021-06-02fixed net_lwip_webserver cmake buildgraham sanderson
2021-06-02move core definition of source file includes from SDK into family.cmakegraham 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-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-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