aboutsummaryrefslogtreecommitdiff
path: root/tests/nrf
Commit message (Collapse)AuthorAgeFilesLines
* Bump executor crate version to 0.3.0Dániel Buga2023-08-231-1/+1
|
* Merge pull request #1788 from embassy-rs/esp-hosted-cleanupDario Nieuwenhuis2023-08-181-2/+2
|\ | | | | | | net-esp-hosted: misc improvements.
| * net-esp-hosted: sane error handling in control requests.Dario Nieuwenhuis2023-08-171-2/+2
| |
* | net-enc28j60: add HIL test.Dario Nieuwenhuis2023-08-187-12/+256
|/
* Update embedded-hal to 1.0.0-rc.1 (#1783)Dario Nieuwenhuis2023-08-162-2/+3
|
* Update to embedded-io 0.5 (#1752)Dario Nieuwenhuis2023-08-071-1/+1
|
* fix flaky test wifi_esp_hosted_perfDario Nieuwenhuis2023-07-281-3/+3
|
* Release embassy-time v0.1.2Dario Nieuwenhuis2023-07-061-1/+1
|
* update embedded-hal crates.Dario Nieuwenhuis2023-07-042-5/+5
|
* esp-hosted: add perf hil test.Dario Nieuwenhuis2023-06-222-0/+274
|
* ci: run HIL tests in parallel.Dario Nieuwenhuis2023-05-307-1/+11
|
* Bump versions preparing for -macros and -executor releaseUlf Lilleengen2023-04-271-1/+1
|
* Release embassy-sync v0.2.0Dario Nieuwenhuis2023-04-131-1/+1
|
* Merge #1321bors[bot]2023-04-041-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 Nieuwenhuis2023-04-031-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 nrfUlf Lilleengen2023-04-031-0/+25
|/
* nrf/uart: switch to new interrupt binding.Dario Nieuwenhuis2023-03-062-7/+16
|
* nrf/buffered_uarte: add HIL tests.Dario Nieuwenhuis2023-03-047-0/+464