summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-21remove old rtthathach
2020-04-21Merge pull request #364 from hathach/add-midi-multi-jackHa Thach
add back MIDI multiple jack
2020-04-20add back MIDI multiple jackhathach
2020-04-20Merge pull request #363 from hathach/improve-hid-descriptor-templateHa Thach
add extra comma to HID_REPORT_ID
2020-04-20update freerots hid compositehathach
clean up unused descriptor for usbtmc example
2020-04-20add extra comma to HID_REPORT_IDhathach
this make the template with Report ID look less weird to the user
2020-04-19Merge pull request #258 from versioduo/midi-packetsHa Thach
MIDI packet interface
2020-04-19added TODO item for changeloghathach
- rewrite changelog it better later on - simplify the issue template
2020-04-19Merge pull request #357 from hathach/fix-209Ha Thach
add disconnection detection for stm32 synopsys
2020-04-18also add wakeup eventhathach
2020-04-18session end interrupt doesn't trigger on esp32 saola boardhathach
it is possibly due to the board design without vbus sense. Revisit later.
2020-04-18implement disconnection detection for stm32 synopsyshathach
- disconnection is OTG INT session end bit - add USE_SOF to disable 1ms interrupt on mcu which isn't used now by the stack - add suspend detection
2020-04-18Merge pull request #356 from hathach/use-docker-esp32s2-ciHa Thach
Use docker for esp32s2 ci
2020-04-18everything seems fine, final test.hathach
2020-04-18try againhathach
2020-04-18try build script with dockerhathach
2020-04-18try build with dockerhathach
2020-04-18pul idf latesthathach
2020-04-18test docker versionhathach
2020-04-18test building esp32s2 with dockerhathach
2020-04-18Merge pull request #355 from hathach/follow-up-206Ha Thach
follow up to #206
2020-04-17fix typohathach
2020-04-17correct return for write flushhathach
2020-04-17add a bit of document for cdc device API. also improve cdc write flush when ↵hathach
complete.
2020-04-17Merge pull request #260 from majbthrd/cdczlpHa Thach
CDC device: fix behavior for transfers that are a whole multiple of endpoint buffer
2020-04-17Merge pull request #338 from hathach/remove-dcd-set-configHa Thach
lpc17xx move set configdevice into set address for removing dcd_set_config()
2020-04-17complete remove dcd_set_config(), fix unit testhathach
2020-04-17Merge branch 'master' into remove-dcd-set-confighathach
2020-04-17Merge pull request #347 from majbthrd/nuc505_configHa Thach
nuc505: change dcd_set_config() behavior
2020-04-17Merge pull request #354 from hathach/cxd56-disconnect-connectHa Thach
Cxd56 disconnect connect
2020-04-17Merge pull request #353 from hathach/rename-irq-handlerHa Thach
mass rename tud/dcd_irq_handler to tud/dcd_init_handler
2020-04-17added disconnect for spresensehathach
2020-04-17mass rename tud/dcd_irq_handler to tud/dcd_init_handlerhathach
2020-04-17add code for disconnect/connect (not tested)hathach
2020-04-17update example to include CXD56 for highspeed modehathach
2020-04-17Merge pull request #351 from hathach/valentyusb-dcd-disconnect-connectHa Thach
Valentyusb dcd disconnect connect
2020-04-17Merge pull request #350 from hathach/synopsys-msp430-dcd-disconnect-connectHa Thach
Synopsys msp430 dcd disconnect connect
2020-04-17update per reviewhathach
2020-04-16Merge pull request #352 from hathach/samg-dcd-disconnect-connectHa Thach
samg implement dcd connect/disconnect
2020-04-16Merge pull request #336 from pigrew/edpt_closeHa Thach
> If you notice my chain of events above, the bulk transfer was started BEFORE the SET_INTERFACE call. The USB device hardware swaps the order of them being delivered. On STM32, it gives priority to the lower-numbered EP index. It shouldn't be a matter, control is 2+ stage, before sending the setup. Host should stop all communication to the endpoint that It wants to close.
2020-04-16samg implement dcd connect/disconnecthathach
2020-04-16implement dcd disconnect connecthathach
2020-04-16add dfu generate target for fomuhathach
2020-04-16Merge pull request #345 from hathach/add-alt-itfHa Thach
Implement setInterface(alt) for usb net driver
2020-04-16add int enable/disable for pulluphathach
2020-04-16msp430 disconnect/connecthathach
2020-04-16Remove transfer queue filtering. May need to be revisited later.Nathan Conrad
2020-04-16cleanup for esp32hathach
2020-04-16stm32 sysnopsys disconnect/connecthathach
2020-04-16Merge pull request #349 from hathach/nxp-dcd-disconnectHa Thach
implement Nxp mcu dcd disconnect