summaryrefslogtreecommitdiff
path: root/examples/device
AgeCommit message (Collapse)Author
2020-11-18Reset CDC examples to original stateJan Dümpelmann
2020-11-08update microchipo driver submodulehathach
2020-11-08clean uphathach
2020-11-08Merge pull request #551 from dobairoland/masterHa Thach
Make the disk disappear on Windows after it was ejected
2020-11-05Make the disk disappear on Windows after it was ejectedRoland Dobai
Make the disk disappear on Windows after it was ejected. The device need to be re-inserted or reseted to re-appear again. This doesn't affect Linux where the device can be mounted and unmounted repeatedly. Closes https://github.com/hathach/tinyusb/issues/549
2020-11-04Merge remote-tracking branch 'hathach/master' into cdc_without_dtrJan Dümpelmann
2020-11-01house keeping: make tu_print_mem format easier to compare with hex2dumphathach
2020-10-24net_device: re-factor code so as to not be specific to lwIPPeter Lawrence
2020-10-16Merge pull request #538 from kasjer/kasjer/uac2Ha Thach
audio: Add headset example
2020-10-16audio: Add headset exampleJerzy Kasenberg
This example code creates USB Audio 2.0 headset device. Device has two audio interfaces first stereo speaker with 48kHz stereo stream. Second interface for microphone with 48kHz mono stream. This example can be used to start working on audio device. It can be also used to verify ISO endpoints for boards. Speaker adaptive clock (bound to SOF). Microphone for now has asynchronous clock. Volume and mute control while present are not used for data stream modification.
2020-10-14net_lwip_webserver: efficiency tweaksPeter Lawrence
2020-10-11update microchip driverhathach
also skip audio_test for same5x for now due to assert() macro conflict
2020-10-10net_lwip_webserver: tweak main.c comments with smartphone suggestionsPeter Lawrence
2020-10-10Merge pull request #521 from PanRe/uac2Ha Thach
Uac2
2020-10-09Fix unused parameter in audio test.Reinhard Panhuber
2020-10-09Fix minor issue in audio example.Reinhard Panhuber
2020-10-09Extend example s.t. a saw tooth is sent.Reinhard Panhuber
2020-10-09rename multiple hid callbackhathach
2020-10-09clean up examplehathach
2020-10-09rename hid multiple interfacehathach
2020-10-08Cleanup per review on PRZachery Littell
2020-10-07fix variable names. add itf n callbacks to multihidZachery Littell
2020-10-07fix audio_test buildhathach
2020-10-02fix simple pull request comments. Implement descriptor index hack.Zachery Littell
2020-10-01create hid multiple interface exampleZachery Littell
2020-09-04Remove tud_cdc_connected check from examplesJan Dümpelmann
2020-09-04Merge remote-tracking branch 'upstream/master' into uac2Reinhard Panhuber
2020-08-22add OPT_MCU_SAMD11hathach
skip ci build for example that need more ROM/RAM could fit into SAMD11
2020-08-19Commit before sharing.Reinhard Panhuber
Setup a test example - UNTESTED! Missing: Start transmitting audio data in set_interface.
2020-07-29Merge pull request #412 from hathach/fix-net-cast-alignHa Thach
suppress cast-align warnings for net device driver
2020-07-23example to call tud_init() after freeRTOS kernel is startedhathach
add note for usb init when using with RTOS
2020-07-21add note for MS OS 1.0 Descriptor at 0xEEhathach
2020-07-19minor clean uphathach
2020-07-18more updatehathach
2020-07-16rename CFG_TUD_MSC_BUFSIZE to CFG_TUD_MSC_EP_BUFSIZEhathach
rename CFG_TUD_HID_BUFSIZE to CFG_TUD_HID_EP_BUFSIZE
2020-07-16add fs & hs config for cdc_msc_freertos, midi_test, msc_dual_lunhathach
2020-07-16fix unintended changes to webusb examplehathach
2020-07-16add tud_speed_get()hathach
- define both fs and hs configuration descriptor - rename CFG_TUD_CDC_EPSIZE to CFG_TUD_CDC_EP_BUFSIZE with default size of 64 for FS, and 512 for HS
2020-07-08Merge pull request #447 from hathach/add-stm-hsHa Thach
Add support for STM32 OTG HS core
2020-07-06correct EP Size for cdc dual and webusb examplehathach
2020-06-30correct led dfu_rt examplehathach
also add example usage note
2020-06-30cdc-acm: Use 512 bytes when in HS mode.Uwe Bonnes
Removes error: config 1 interface 2 altsetting 0 bulk endpoint 0x3 has invalid maxpacket 64 while enumerationg.
2020-06-30Merge branch 'master' into add-stm-hshathach
2020-06-29added esp32s2 kaluga bsphathach
2020-06-15update example config and descriptor with better Highspeed supporthathach
2020-06-15update midihathach
2020-06-15clean up, update other example confighathach
2020-06-14revert CFG_TUSB_RHPORT0_MODE to previous wayhathach
2020-06-01allow hs ep open with 512 byteshathach
2020-05-29fix idf usb pin init changeshathach