Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-07 | all Cargo.toml: Add license to all crate Cargo.toml files | chrysn | |
Closes: https://github.com/embassy-rs/embassy/issues/1002 | |||
2022-09-26 | usb: move classes into the `embassy-usb` crate. | Dario Nieuwenhuis | |
2022-09-22 | Replace futures::future::join -> embassy_futures::join::join. | Dario Nieuwenhuis | |
2022-09-04 | Merge #939 | bors[bot] | |
939: time: add more tick rates, use 1mhz as default. r=Dirbaio a=Dirbaio Co-authored-by: Dario Nieuwenhuis <dirbaio@dirbaio.net> | |||
2022-09-04 | usbd-hid: 0.5.2 -> 0.6.0 | Alex Martens | |
2022-09-02 | time: add more tick rates, use 1mhz as default. | Dario Nieuwenhuis | |
2022-08-30 | net: feature-gate nightly-only async traits to allow building on stable. | Dario Nieuwenhuis | |
2022-08-22 | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | |
2022-08-22 | Remove Forever, switch to static_cell. | Dario Nieuwenhuis | |
2022-08-18 | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | |
2022-08-17 | Update to critical-section 1.0, atomic-polyfill 1.0 | Dario Nieuwenhuis | |
2022-07-29 | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | |
2022-06-18 | Remove the authors field from Cargo.tomls | Dario Nieuwenhuis | |
It currently contains whoever was first to write some code for the crate, even if many more people have contributed to it later. The field is "sort of" deprecated, it was made optional recently: https://rust-lang.github.io/rfcs/3052-optional-authors-field.html Due the the reasons listed there I believe removing it is better than setting it to generic fluff like "The Embassy contributors". | |||
2022-06-18 | Update to 2021 edition. (#820) | Dario Nieuwenhuis | |
2022-06-07 | stm32: add USB driver. | Dario Nieuwenhuis | |