| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix warning on unused import | zjp | 2024-06-09 | 1 | -2/+1 | |
| | | ||||||
| * | use nightly waker_getters APIs | zjp | 2024-06-09 | 2 | -0/+26 | |
| | | | | | | | | Since https://github.com/rust-lang/rust/issues/96992 has stalled, to prevent potential unsoundness caused by transmuting to &WakerHack, we can use nightly waker_getters APIs by gating it behind nightly feature in embassy-executor without waiting for it to be stablized. | |||||
| * | Copy build_common.rs into each crate, to make cargo publish happy | Jan Špaček | 2024-05-31 | 2 | -1/+110 | |
| | | ||||||
| * | Emit cargo:rustc-check-cfg instructions from build.rs | Jan Špaček | 2024-05-30 | 1 | -26/+5 | |
| | | ||||||
| * | Merge pull request #2718 from embassy-rs/update-nightly44 | Dario Nieuwenhuis | 2024-03-20 | 2 | -3/+2 | |
| |\ | | | | | | | Update nightly Rust. | |||||
| | * | Fix warnings in recent nightly. | Dario Nieuwenhuis | 2024-03-20 | 1 | -1/+1 | |
| | | | ||||||
| | * | fmt: disable "unused" warnings. | Dario Nieuwenhuis | 2024-03-20 | 1 | -2/+1 | |
| | | | ||||||
| * | | Merge pull request #2574 from GrantM11235/atpit | Dario Nieuwenhuis | 2024-03-20 | 1 | -1/+1 | |
| |\ \ | |/ |/| | | | Use ATPIT for task macro | |||||
| | * | Fix feature flag in executor tests | Grant Miller | 2024-02-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | executor: remove portable-atomic for riscv. | Zheng Li | 2024-03-02 | 2 | -4/+3 | |
| |/ | ||||||
| * | fix: removed trailing comma | xgroleau🐢 | 2024-02-08 | 1 | -1/+1 | |
| | | ||||||
| * | fix: missing 0 | xgroleau🐢 | 2024-02-08 | 1 | -1/+1 | |
| | | ||||||
| * | fix: compilation for rtos trace | xgroleau🐢 | 2024-02-08 | 2 | -5/+11 | |
| | | ||||||
| * | fix: rtos-usage time missing | xgroleau🐢 | 2024-02-06 | 2 | -1/+5 | |
| | | ||||||
| * | executor: update remove portable-atomic comment. | Dario Nieuwenhuis | 2024-01-26 | 1 | -1/+1 | |
| | | | | | Fixes #2481 | |||||
| * | Merge pull request #2273 from djdisodo/main | Dario Nieuwenhuis | 2024-01-19 | 3 | -4/+82 | |
| |\ | | | | | initial support for avr | |||||
| | * | fix | sodo | 2024-01-03 | 1 | -1/+1 | |
| | | | ||||||
| | * | avr: sleep fix | sodo | 2024-01-02 | 1 | -2/+5 | |
| | | | ||||||
| | * | Merge remote-tracking branch 'origin' | sodo | 2024-01-02 | 5 | -14/+99 | |
| | |\ | ||||||
| | * | | avr: support sleep | sodo | 2024-01-01 | 2 | -4/+17 | |
| | | | | ||||||
| | * | | add avr support | sodo | 2023-12-10 | 3 | -1/+63 | |
| | | | | ||||||
| * | | | Complete cargo.tomls more. | Dario Nieuwenhuis | 2024-01-12 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4. | Dario Nieuwenhuis | 2024-01-11 | 2 | -1/+5 | |
| | | | | ||||||
| * | | | time: split queue driver too, don't reexport drivers. | Dario Nieuwenhuis | 2024-01-11 | 3 | -25/+23 | |
| | |/ |/| | ||||||
| * | | Add test case | Scott Mabin | 2023-12-31 | 1 | -0/+14 | |
| | | | ||||||
| * | | [embassy-executor] improved documentation | Barnaby Walters | 2023-12-22 | 4 | -10/+81 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Feature auto-documentation * Task arena sizes in a <details> list * Non-documented comment explaining turbowakers with see-also link Further improvements: * Are the task-arena-size-* numbers sizes in bytes? or something else? * Task arena section could benefit from advice about how to choose a suitable size | |||||
| * | | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 1 | -2/+2 | |
| |/ | ||||||
| * | executor: rename macro crate to embassy-executor-macros, bump it. | Dario Nieuwenhuis | 2023-12-07 | 8 | -11/+11 | |
| | | ||||||
| * | embassy-executor 0.4 | Jesse Braham | 2023-12-06 | 2 | -2/+5 | |
| | | ||||||
| * | update release version in examples and other crates | Scott Mabin | 2023-12-04 | 1 | -1/+1 | |
| | | ||||||
| * | executor: remove arch-xtensa. | Dario Nieuwenhuis | 2023-12-03 | 4 | -93/+5 | |
| | | | | | | | | | It's been broken for months and nobody has noticed. The `esp*-hal` crates have much better support. Fixes #2234 Closes #1912 | |||||
| * | executor: make task arena size configurable. | Dario Nieuwenhuis | 2023-11-24 | 5 | -26/+275 | |
| | | ||||||
| * | executor: add support for main/task macros in stable (allocates tasks in an ↵ | Dario Nieuwenhuis | 2023-11-24 | 7 | -9/+93 | |
| | | | | | arena) | |||||
| * | executor: add some tests. | Dario Nieuwenhuis | 2023-11-24 | 2 | -0/+140 | |
| | | ||||||
| * | executor: Remove non-functional rtos-trace-interrupt. | Dario Nieuwenhuis | 2023-11-24 | 2 | -25/+1 | |
| | | ||||||
| * | executor: add faster ARM-specific impl. | Dario Nieuwenhuis | 2023-11-15 | 2 | -1/+105 | |
| | | | | | Does a wake+poll in 79 cycles in nrf52840. | |||||
| * | executor: release v0.3.3 | Dario Nieuwenhuis | 2023-11-15 | 2 | -2/+2 | |
| | | ||||||
| * | executor: remove atomic-polyfill. | Dario Nieuwenhuis | 2023-11-15 | 10 | -67/+280 | |
| | | ||||||
| * | executor: add missing `main` macro reexport on xtensa. | Dario Nieuwenhuis | 2023-11-14 | 1 | -0/+3 | |
| | | ||||||
| * | Prepare embassy-executor 0.3.2 | Dániel Buga | 2023-11-06 | 2 | -2/+3 | |
| | | ||||||
| * | Yeet core::sync::atomic, remove futures-util dep | Dániel Buga | 2023-11-06 | 3 | -2/+5 | |
| | | ||||||
| * | Upgrade static-cell to v2.0 | Dario Nieuwenhuis | 2023-11-02 | 2 | -2/+0 | |
| | | ||||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2023-11-01 | 1 | -0/+1 | |
| | | ||||||
| * | Release embassy-executor v0.3.1 | Dario Nieuwenhuis | 2023-11-01 | 2 | -1/+5 | |
| | | ||||||
| * | Fix #2100 - function address comparison | Aleksandr Krotov | 2023-10-25 | 1 | -1/+1 | |
| | | ||||||
| * | time: add `links` key, release v0.1.5. | Dario Nieuwenhuis | 2023-10-16 | 1 | -1/+1 | |
| | | ||||||
| * | time: Update documentation to use new after_x convenience methods | Adam Greig | 2023-10-15 | 1 | -1/+1 | |
| | | ||||||
| * | Release embassy-time 0.1.4 | Dániel Buga | 2023-10-12 | 1 | -1/+1 | |
| | | ||||||
| * | update UninitCell::write call in arch::wasm too | Hailey Somerville | 2023-09-14 | 1 | -2/+3 | |
| | | ||||||
| * | write to TaskStorage::future via inline(never) fn to encourage RVO | Hailey Somerville | 2023-09-14 | 2 | -3/+4 | |
| | | ||||||
