Age | Commit message (Expand) | Author |
2023-11-28 | machine/esp32c3: implement USB_SERIAL for USBCDC communication | deadprogram |
2023-11-07 | machine/usb: add support for ISERIAL descriptor | sago35 |
2023-08-02 | machine/usb: refactor endpoint configuration | sago35 |
2023-08-02 | machine/usb: allow USB Endpoint settings to be changed externally | sago35 |
2023-08-01 | machine/usb: remove usbDescriptorConfig | sago35 |
2023-04-28 | machine/usb/hid/joystick: handle case where we cannot find the correct HID de... | deadprogram |
2023-04-28 | machine/usb: refactoring descriptors into subpackage for modularity | deadprogram |
2023-03-22 | machine/usb: add ability to override default VID, PID, manufacturer name, and... | deadprogram |
2023-01-08 | machine/usb: change to not send before endpoint initialization | sago35 |
2023-01-07 | Add USB HID joystick support (#3366) | irieda |
2023-01-07 | machine/usb: improve buffer size definition | sago35 |
2022-12-19 | build: drop deprecated build tags | Yurii Soldak |
2022-10-13 | usb: remove allocs in ISR | Kenneth Bell |
2022-07-20 | usb: adjust buffer alignment (samd21, samd51, nrf52840) | sago35 |
2022-07-14 | machine/usb: refactorings to move functionality under machine/usb package | deadprogram |
2022-07-12 | usb: add support for midi | sago35 |
2022-07-12 | usb: add DTR and RTS to serialer interface | sago35 |
2022-07-12 | rp2040: add support for usb (#2973) | sago35 |
2022-07-10 | samd21,samd51,nrf52840: move usbcdc to machine/usb/cdc (#2972) | sago35 |
2022-07-07 | atsamd21,atsamd51,nrf52840: improve usb-device initialization | sago35 |
2022-07-07 | samd21,samd51,nrf52840: refactor handleStandardSetup and initEndpoint (#2968) | sago35 |
2022-07-07 | samd21,samd51,nrf52840: change usbSetup and sendZlp to public | sago35 |
2022-07-06 | samd21,samd51,nrf52840: refactor usb initialization | sago35 |
2022-06-11 | samd21,samd51,nrf52840: add support for USBHID (keyboard / mouse) | sago35 |
2022-02-04 | all: update build constraints to Go 1.17 | Ayke van Laethem |
2021-05-13 | machine: make USBCDC global a pointer | Ayke van Laethem |
2021-04-23 | machine/usbcdc: remove remaining heap allocations for USB CDC implementations | deadprogram |
2021-04-23 | machine: avoid heap allocations in USB code | Ayke van Laethem |
2021-03-14 | fix data shift/mask in func newUSBSetup | ardnew |
2020-04-07 | machine: move errors.New calls to globals | Ayke van Laethem |
2020-03-29 | machine/atsamd21,atsamd51,nrf52840: refactor USB CDC device descriptor to red... | Ron Evans |
2020-03-18 | machine/usb: set the vid and pid to valid values supplied by Adafruit and Ard... | Ron Evans |
2020-02-17 | nrf52840: implement USB-CDC (#883) | Scott Yoder |
2020-01-18 | machine: avoid bytes package in USB logic | Ayke van Laethem |
2019-09-24 | machine/samd21,samd51: remove use of binary package to avoid reflection and r... | Ron Evans |
2019-09-06 | machine/atsamd21: correct order of params for USB CDC descriptor | Ron Evans |
2019-07-07 | machine/samd21/arduino-nano33: adds support for Arduino Nano33 IoT along with... | Ron Evans |
2019-06-06 | all: move Register{8,16,32} values into runtime/volatile | Ayke van Laethem |
2019-05-19 | machine/sam: Refactor all machine/runtime code to use new volatile package/API | Ron Evans |
2019-02-23 | machine/atsamd21: support for USB CDC aka serial interface | Ron Evans |