summaryrefslogtreecommitdiff
path: root/examples/device/dynamic_configuration
AgeCommit message (Collapse)Author
2021-02-19make midi example less ambigous for cable and channelhathach
2021-02-06Merge pull request #618 from homeodor/masterHa Thach
A CDC-like blocking behaviour for MIDI, incl. SysEx
2021-02-06CDC-like blocking behaviour for MIDIAlexander Golovanov
Also added a dummy readout for MIDI into examples
2021-02-01added enumerate walkaround for RP2040-E5hathach
- PICO_RP2040_USB_DEVICE_ENUMERATION_FIX=1 - target linke pico_fix_rp2040_usb_device_enumeration
2021-01-26change output filename to BOARD-Directoryhathach
2021-01-25get all device example build with rp2040 (except freeRTOS)hathach
2021-01-24rp2040 dfu_rt dynamic_configuration compiledhathach
not tested, but should be OK
2020-08-22add OPT_MCU_SAMD11hathach
skip ci build for example that need more ROM/RAM could fit into SAMD11
2020-07-21add note for MS OS 1.0 Descriptor at 0xEEhathach
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-06-15update example config and descriptor with better Highspeed supporthathach
2020-04-23complete the midi output for dynamic configurationhathach
2020-04-20start adding dynamic configuration examplehathach