| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix usb-logger panic on usb disconnect | Jonas Bosse | 2025-11-05 | 2 | -6/+16 |
| | | |||||
| * | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+1 |
| | | |||||
| * | chore: prepare embassy crate releases | Ulf Lilleengen | 2025-08-26 | 2 | -4/+6 |
| | | |||||
| * | feat: add semver checks and releasing to releaser | Ulf Lilleengen | 2025-08-25 | 1 | -1/+2 |
| | | | | | | | | | | * List dependencies of a crate * List dependents of a crate * Perform semver-checks of a crate * Prepare a release for a crate and all dependents * Use a single release.toml for cargo-release * Add changelogs where missing | ||||
| * | fix: prepare embassy-sync 0.7.1 release | Ulf Lilleengen | 2025-08-12 | 1 | -1/+1 |
| | | | | | * Add newtype for moved type to preserve API compat | ||||
| * | chore: bump embassy-usb-logger version | Haobo Gu | 2025-07-22 | 2 | -1/+5 |
| | | | | | Signed-off-by: Haobo Gu <[email protected]> | ||||
| * | chore: Release embassy-usb version 0.5.0 | Ulf Lilleengen | 2025-07-16 | 1 | -1/+1 |
| | | |||||
| * | embassy-sync: bump to 0.7.0 | Matt Johnston | 2025-05-22 | 1 | -1/+1 |
| | | |||||
| * | chore: bump embassy-sync version | Ulf Lilleengen | 2025-01-15 | 1 | -1/+1 |
| | | | | | Prepare version 0.6.2 for release | ||||
| * | Release embassy-usb v0.4.0, embassy-usb-logger v0.4.0. | Dario Nieuwenhuis | 2025-01-15 | 2 | -12/+9 |
| | | |||||
| * | Remove manual settings of `composite_with_iads=true` | Eekle | 2024-12-24 | 1 | -7/+0 |
| | | |||||
| * | Bump sync version (#3562) | Dániel Buga | 2024-11-22 | 1 | -1/+1 |
| | | | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor | ||||
| * | Added ReceiverHandler to logger | Bjorn | 2024-10-31 | 1 | -13/+79 |
| | | |||||
| * | support custom style for usb logger | Kezi | 2024-09-04 | 1 | -3/+50 |
| | | |||||
| * | Prepare to release embassy-usb | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | |||||
| * | Prepare for embassy-sync 0.6.0 release | Ulf Lilleengen | 2024-05-29 | 1 | -1/+1 |
| | | |||||
| * | Add a CHANGELOG to embassy-usb-logger and bump its version | Dan Groshev | 2024-05-20 | 2 | -1/+29 |
| | | |||||
| * | Update dependent versions | James Munns | 2024-04-23 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | Merge pull request #2414 from JomerDev/usb-logger-without-device | Ulf Lilleengen | 2024-02-12 | 1 | -17/+67 |
| |\ | | | | | | | Adds function and macro to create usb logger without device (also fixes a logger issue) | ||||
| | * | 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 |
| | | | |||||
| * | | Release embassy-usb-logger v0.1.0 | Dario Nieuwenhuis | 2024-01-14 | 1 | -3/+6 |
| | | | |||||
| * | | Centralize license and MSRV boilerplate into the repo readme. | Dario Nieuwenhuis | 2024-01-11 | 1 | -14/+0 |
| |/ | |||||
| * | docs: document usb-logger and usb-dfu | Ulf Lilleengen | 2023-12-19 | 1 | -0/+14 |
| | | |||||
| * | update release version in examples and other crates | Scott Mabin | 2023-12-04 | 1 | -1/+1 |
| | | |||||
| * | usb: remove msos-descriptor feature. | Dario Nieuwenhuis | 2023-11-08 | 2 | -6/+0 |
| | | |||||
| * | rp: Add USB raw example + msos descriptor to examples and usb-logger | kalkyl | 2023-11-07 | 2 | -0/+9 |
| | | |||||
| * | Upgrade static-cell to v2.0 | Dario Nieuwenhuis | 2023-11-02 | 1 | -1/+1 |
| | | |||||
| * | Prepare embassy-net 0.2.1 and embassy-sync 0.4.0 | Dániel Buga | 2023-10-31 | 1 | -1/+1 |
| | | |||||
| * | feat: bump embassy-sync version to 0.3.0 | Ulf Lilleengen | 2023-09-14 | 1 | -1/+1 |
| | | | | | Update changelog in preparation for release | ||||
| * | 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 | ||||
| * | Release embassy-sync v0.2.0 | Dario Nieuwenhuis | 2023-04-13 | 1 | -1/+1 |
| | | |||||
| * | Add more crates to docs. | Dario Nieuwenhuis | 2023-02-13 | 1 | -0/+5 |
| | | |||||
| * | 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). | ||||
| * | docs: add missing README for usb-logger | Ulf Lilleengen | 2022-11-21 | 1 | -0/+15 |
| | | |||||
| * | feat: embassy-usb-logger and example for rpi pico | Ulf Lilleengen | 2022-11-18 | 2 | -0/+159 |
| * Add embassy-usb-logger which allows logging over USB for any device implementing embassy-usb * Add example using logger for rpi pico. | |||||
