| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
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.
|
| |
|
|
| |
https://github.com/rust-lang/log/issues/567
|
| |
|
|
|
|
|
|
| |
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).
|
|
|
* Add embassy-usb-logger which allows logging over USB for any device
implementing embassy-usb
* Add example using logger for rpi pico.
|