aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/tests
Commit message (Collapse)AuthorAgeFilesLines
* executor: Fix compiletest for edition 2024.Dario Nieuwenhuis2025-10-061-6/+6
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-2/+2
|
* Edition 2024.Dario Nieuwenhuis2025-10-062-2/+2
|
* Update nightly.Dario Nieuwenhuis2025-09-262-17/+7
|
* Update Rust.Dario Nieuwenhuis2025-09-222-4/+4
|
* Fix test & rtos-tracediondokter2025-08-291-1/+1
|
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-296-26/+25
|
* executor: add "task metadata" concept, make name a task metadata.Dario Nieuwenhuis2025-08-291-0/+31
|
* embassy-executor: add macro ui test for unsafe ops in unsafe tasksBrezak2025-07-233-0/+30
| | | | Check if the #[task] macro properly handles unsafe functions so the `unsafe_op_in_unsafe_fn` lint still works
* embassy-executor: explicitly return impl Future in task inner taskBrezak2025-07-232-2/+11
|
* embassy-executor: explicitly return impl Future in task inner taskBrezak2025-07-231-0/+14
|
* embassy-executor: unsafe tasks as unsafeBrezak2025-07-232-0/+26
|
* excutor: fix Send unsoundness with `-> impl Future` tasks.Dario Nieuwenhuis2025-07-086-4/+101
|
* Update Rust nightly, stable.Dario Nieuwenhuis2025-07-042-48/+48
|
* Update testsMatthew Tran2025-06-019-20/+184
|
* Add diagnostic::on_unimplemented for nightlyMatthew Tran2025-06-011-1/+2
|
* Add test for -> impl Future<Output = !>Matthew Tran2025-05-291-0/+12
|
* Allow `-> impl Future<Output = ()>` in #[task]Matthew Tran2025-05-286-1/+174
|
* Add testMatthew Tran2025-03-293-0/+16
|
* Set RUN_QUEUED unconditionallyDániel Buga2024-12-171-0/+133
|
* Remove test implementation of schedule_wakeDániel Buga2024-12-161-4/+0
|
* Make sure an exited task does not get stuck in a timer queueDániel Buga2024-12-151-0/+4
|
* Refactor integrated-timersDániel Buga2024-12-101-3/+0
|
* Add initializeDániel Buga2024-11-191-0/+4
|
* executor: add compile-fail / ui tests.Dario Nieuwenhuis2024-10-2035-0/+273
|
* Fix feature flag in executor testsGrant Miller2024-02-141-1/+1
|
* Add test caseScott Mabin2023-12-311-0/+14
|
* executor: add some tests.Dario Nieuwenhuis2023-11-241-0/+137