| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump executor crate version to 0.3.0 | Dániel Buga | 2023-08-23 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #1788 from embassy-rs/esp-hosted-cleanup | Dario Nieuwenhuis | 2023-08-18 | 1 | -2/+2 |
| |\ | | | | | | | net-esp-hosted: misc improvements. | ||||
| | * | net-esp-hosted: sane error handling in control requests. | Dario Nieuwenhuis | 2023-08-17 | 1 | -2/+2 |
| | | | |||||
| * | | net-enc28j60: add HIL test. | Dario Nieuwenhuis | 2023-08-18 | 7 | -12/+256 |
| |/ | |||||
| * | Update embedded-hal to 1.0.0-rc.1 (#1783) | Dario Nieuwenhuis | 2023-08-16 | 2 | -2/+3 |
| | | |||||
| * | Update to embedded-io 0.5 (#1752) | Dario Nieuwenhuis | 2023-08-07 | 1 | -1/+1 |
| | | |||||
| * | fix flaky test wifi_esp_hosted_perf | Dario Nieuwenhuis | 2023-07-28 | 1 | -3/+3 |
| | | |||||
| * | Release embassy-time v0.1.2 | Dario Nieuwenhuis | 2023-07-06 | 1 | -1/+1 |
| | | |||||
| * | update embedded-hal crates. | Dario Nieuwenhuis | 2023-07-04 | 2 | -5/+5 |
| | | |||||
| * | esp-hosted: add perf hil test. | Dario Nieuwenhuis | 2023-06-22 | 2 | -0/+274 |
| | | |||||
| * | ci: run HIL tests in parallel. | Dario Nieuwenhuis | 2023-05-30 | 7 | -1/+11 |
| | | |||||
| * | Bump versions preparing for -macros and -executor release | Ulf Lilleengen | 2023-04-27 | 1 | -1/+1 |
| | | |||||
| * | Release embassy-sync v0.2.0 | Dario Nieuwenhuis | 2023-04-13 | 1 | -1/+1 |
| | | |||||
| * | Merge #1321 | bors[bot] | 2023-04-04 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | 1321: executor: add Pender, rework Cargo features. r=Dirbaio a=Dirbaio This introduces a `Pender` struct with enum cases for thread-mode, interrupt-mode and custom callback executors. This avoids calls through function pointers when using only the thread or interrupt executors. Faster, and friendlier to `cargo-call-stack`. `embassy-executor` now has `arch-xxx` Cargo features to select the arch and to enable the builtin executors (thread and interrupt). Co-authored-by: Dario Nieuwenhuis <[email protected]> | ||||
| | * | executor: add Pender, rework Cargo features. | Dario Nieuwenhuis | 2023-04-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | This introduces a `Pender` struct with enum cases for thread-mode, interrupt-mode and custom callback executors. This avoids calls through function pointers when using only the thread or interrupt executors. Faster, and friendlier to `cargo-call-stack`. `embassy-executor` now has `arch-xxx` Cargo features to select the arch and to enable the builtin executors (thread and interrupt). | ||||
| * | | Add HIL test for timer on nrf | Ulf Lilleengen | 2023-04-03 | 1 | -0/+25 |
| |/ | |||||
| * | nrf/uart: switch to new interrupt binding. | Dario Nieuwenhuis | 2023-03-06 | 2 | -7/+16 |
| | | |||||
| * | nrf/buffered_uarte: add HIL tests. | Dario Nieuwenhuis | 2023-03-04 | 7 | -0/+464 |
