aboutsummaryrefslogtreecommitdiff
path: root/tests/nrf
Commit message (Collapse)AuthorAgeFilesLines
...
* nrf/gpio: remove generics.Dario Nieuwenhuis2024-01-222-10/+7
|
* bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.Dario Nieuwenhuis2024-01-111-3/+3
|
* Update embedded-hal to v1.0Dario Nieuwenhuis2024-01-091-2/+2
|
* Merge pull request #2404 from plaes/sync-link-ramDario Nieuwenhuis2024-01-052-255/+1
|\ | | | | | | tests: Use unified link_ram_cortex_m.x linker script
| * tests: Use unified link_ram_cortex_m.x file for all Cortex M targetsPriit Laes2024-01-052-277/+1
| |
| * tests: nrf: Sync link_ram.x from upstreamPriit Laes2024-01-051-12/+34
| | | | | | | | | | Upstream has added bunch of improvements and fixes to linker script, so sync these while keeping the FLASH -> RAM changes.
* | New embassy-net releaseScott Mabin2024-01-041-1/+1
|/
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-213-3/+1
|
* chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-212-9/+14
|
* Update embedded-hal to 1.0.0-rc.3Dario Nieuwenhuis2023-12-141-2/+2
|
* Update all references to `embasy-executor` to the latest versionJesse Braham2023-12-061-1/+1
|
* update release version in examples and other cratesScott Mabin2023-12-041-2/+2
|
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-4/+4
|
* Update embedded-(hal,io,nal).Dario Nieuwenhuis2023-11-291-3/+3
|
* tests: use executor task arena instead of TAIT.Dario Nieuwenhuis2023-11-275-5/+1
|
* executor: release v0.3.3Dario Nieuwenhuis2023-11-151-1/+1
|
* nrf/buffered_uarte: add test for recovering from buffer full.Dario Nieuwenhuis2023-11-142-1/+73
|
* Upgrade static-cell to v2.0Dario Nieuwenhuis2023-11-021-1/+1
|
* Release embassy-executor v0.3.1Dario Nieuwenhuis2023-11-011-1/+1
|
* Prepare embassy-net 0.2.1 and embassy-sync 0.4.0Dániel Buga2023-10-311-1/+1
|
* Prepare embassy-net(/-driver,/-driver-channel) 0.2.0Dániel Buga2023-10-161-1/+1
|
* time: add `links` key, release v0.1.5.Dario Nieuwenhuis2023-10-161-1/+1
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-152-4/+4
| | | | convenience methods
* Release embassy-time 0.1.4Dániel Buga2023-10-121-1/+1
|
* update embedded-io, embedded-nal-async.Dario Nieuwenhuis2023-10-041-1/+1
|
* test: deduplicate net perf test code.Dario Nieuwenhuis2023-09-283-344/+29
|
* test: set DEFMT_LOG not too verbose so net perf tests pass with `cargo run`.Dario Nieuwenhuis2023-09-281-1/+1
|
* feat: bump embassy-sync version to 0.3.0Ulf Lilleengen2023-09-141-1/+1
| | | | Update changelog in preparation for release
* Release embassy-time v0.1.3Jesse Braham2023-08-281-2/+2
|
* 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