| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix usb-logger panic on usb disconnect | Jonas Bosse | 2025-11-05 | 1 | -6/+14 |
| | | |||||
| * | Remove manual settings of `composite_with_iads=true` | Eekle | 2024-12-24 | 1 | -7/+0 |
| | | |||||
| * | Added ReceiverHandler to logger | Bjorn | 2024-10-31 | 1 | -13/+79 |
| | | |||||
| * | support custom style for usb logger | Kezi | 2024-09-04 | 1 | -3/+50 |
| | | |||||
| * | usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead | Adam Greig | 2024-03-23 | 1 | -3/+0 |
| | | |||||
| * | usb-logger: avoid data loss at pipe wraparound | Felix Lelchuk | 2024-03-20 | 1 | -1/+11 |
| | | |||||
| * | Move usb clas loop to private function | Jomer.Dev | 2024-02-12 | 1 | -42/+33 |
| | | | | | Move const to the outside of the logger | ||||
| * | Fix formatting | Jomer.Dev | 2024-01-08 | 1 | -10/+8 |
| | | |||||
| * | Better explanation | Jomer.Dev | 2024-01-08 | 1 | -1/+2 |
| | | |||||
| * | Fix log messages not always showing up straight away | Jomer.Dev | 2024-01-08 | 1 | -0/+6 |
| | | |||||
| * | Add function to create logger from class | Jomer.Dev | 2024-01-08 | 1 | -0/+54 |
| | | |||||
| * | usb: remove msos-descriptor feature. | Dario Nieuwenhuis | 2023-11-08 | 1 | -3/+0 |
| | | |||||
| * | rp: Add USB raw example + msos descriptor to examples and usb-logger | kalkyl | 2023-11-07 | 1 | -0/+6 |
| | | |||||
| * | Make usb-logger read and discard input data | Dave Hylands | 2023-08-06 | 1 | -5/+12 |
| | | | | | | | This allows normal linux terminal emulators, like screen or picocom to be used with the usb_logger. Without this, calling `tcsetattr` with `TCSAFLUSH` will hang. | ||||
| * | usb-logger: fix breakage in log 0.4.19 | Dario Nieuwenhuis | 2023-06-12 | 1 | -1/+1 |
| | | | | | https://github.com/rust-lang/log/issues/567 | ||||
| * | usb: unify ControlHandler+DeviceStateHandler, route all control requests to ↵ | Dario Nieuwenhuis | 2023-02-08 | 1 | -1/+0 |
| | | | | | | | | | all handlers. - Allows classes to handle vendor requests. - Allows classes to use a single handler for multiple interfaces. - Allows classes to access the other events (previously only `reset` was available). | ||||
| * | feat: embassy-usb-logger and example for rpi pico | Ulf Lilleengen | 2022-11-18 | 1 | -0/+146 |
| * Add embassy-usb-logger which allows logging over USB for any device implementing embassy-usb * Add example using logger for rpi pico. | |||||
