summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
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
[PORT] Add GD32VF103 support and Sipeed Longan Nano Board support
2021-08-15skip freertos example for gd32vf103hathach
2021-08-13Merge pull request #956 from kkitayam/fix_audio_format_for_renesas_rxHa Thach
add settings for Renesas RX family
2021-08-10update node script to always shift dummy reportID like pythonhathach
allow specify all product id with 0xFFFF in boards.js
2021-08-09fix hid_test.py for hid inout to correctly preceeded with dummy reportIDhathach
add note for install hidapi on windows
2021-08-05change webusb-serial landing pagehathach
- to example.tinyusb.org/webusb-serial/ - remove landing page from doc
2021-08-03Revert "Disable -Werror for now"Stefan Kerkmann
This reverts commit 5e0c2e122300e7a6289b3bd08044f9cf1dbdef05.
2021-08-03Disable -Werror for nowStefan Kerkmann
Without having __riscv_flen defined we get multiple warinings. But defining it causes the startup code to contain floating point instructions. This results in a exception right after booting. See startup_gd32vf103.S lines 289-294 should open a PR at nuclei sdk
2021-08-02net_lwip_webserver: utilize pbuf_copy_partial()Peter Lawrence
2021-07-22Merge pull request #950 from HiFiPhile/dfuHa Thach
DFU improvements
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
- tud_dfu_dnload_complete() -> tud_dfu_download_complete() - tud_dfu_req_dnload_data_cb() -> tud_dfu_download_cb() - tud_dfu_req_upload_data_cb() -> tud_dfu_upload_cb()
2021-07-12rename tud_dfu_set_timeout_cb() to tud_dfu_get_status_cb()hathach
also add state as argument
2021-07-12simplify TUD_DFU_DESCRIPTOR with alternate counthathach
remove CFG_TUD_DFU_ALT_COUNT since there is only one DFU functional descriptor
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
Bug fix and Enhancements of UAC2
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
More hid host update
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
This reverts commit 6e1f812e3542f6d9047a3b8148f2f073ba38b91f.
2021-07-04Clear FIFO only if enabled...MasterPhi
Add buffer align
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
Enhance uac2_headset example with multiple sample rates. Add macro to calculate EP size.
2021-07-01update hid_composite freertos with capslock as wellhathach
2021-07-01better support for hid device set/get protocolhathach
add caplock detection for hid_composite
2021-06-29fix warningshathach
2021-06-28fix SET_PROTOCOl, update hid host behavior for default boot interfacehathach