| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Fix Endpoint descriptor size for MIDI Device
|
|
More family board
|
|
|
|
|
|
|
|
|
|
tested and work well
|
|
|
|
|
|
Improve rp2040
|
|
|
|
- also use dcd_event_bus_reset()
- Add TODO for suspend, resume later on (need to test with/without vbus
detection).
|
|
add note for segger rtt block search range
|
|
- move target_link_libraries() to family.cmake
- enable pico_bootsel_via_double_reset
|
|
fix rp2040 host build
|
|
|
|
add rp2040 to host example build
|
|
Submodule on the fly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
temporarily disable other orphaned and esp32s2 build
|
|
|
|
move lpc55 into its family
|
|
|
|
|
|
|
|
Endpoint descriptor should be 9 bytes in length (not 7) and have two extra bytes at the end: bRefresh and bSynchAddress
According to MIDI USB specification 1.0 (6.2.1 Standard MS Bulk Data Endpoint Descriptor)
|
|
SAM 54 Xplained Pro: fix inverted logic for board led
|
|
|
|
|
|
|
|
rp2040: use TU endpoint conventions and remove redundant variables
|
|
|
|
|
|
|
|
Handle CDC_REQUEST_SEND_BREAK
|