aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/build.rs
Commit message (Collapse)AuthorAgeFilesLines
* Migrate from cortex-ar to aarch32-cpuRobin Mueller2025-11-021-0/+5
| | | | | - Feature name `arch-cortex-ar` remains the same. - Legacy ARM architectures are not supported.
* Statically allocate task pools on stable Rust.Dario Nieuwenhuis2025-03-281-92/+0
| | | | | | Thanks @0e4ef622 for the awesome idea of how to do it and the first implementation. Co-Authored-By: Matthew Tran <[email protected]>
* executor: use WakerHack unconditionally even if `nightly` feature is ↵Dario Nieuwenhuis2024-11-121-11/+0
| | | | | | enabled. (#3528) This ensures the executor compiles with all recent nightly versions, including the stable-but-with-nightly-features-enabled xtensa rustc.
* 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