aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/build.rs
Commit message (Expand)AuthorAgeFilesLines
* Statically allocate task pools on stable Rust.Dario Nieuwenhuis2025-03-281-92/+0
* executor: use WakerHack unconditionally even if `nightly` feature is enabled....Dario Nieuwenhuis2024-11-121-11/+0
* Detect and allow older nightliesDániel Buga2024-11-061-0/+11
* Copy build_common.rs into each crate, to make cargo publish happyJan Špaček2024-05-311-1/+1
* Emit cargo:rustc-check-cfg instructions from build.rsJan Špaček2024-05-301-26/+5
* executor: make task arena size configurable.Dario Nieuwenhuis2023-11-241-1/+92
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-0/+29