aboutsummaryrefslogtreecommitdiff
path: root/tests/nrf/src/bin
Commit message (Collapse)AuthorAgeFilesLines
* net-esp-hosted: add Interface trait.Dario Nieuwenhuis2025-10-291-10/+5
|
* feat: improve nrf54 support using new nrf-pacUlf Lilleengen2025-10-281-5/+5
| | | | | | | | | | | | | * Update nrf-pac to version that modifies nrf52 register layout to match nrf54 to reduce the amount of cfg needed for nrf54 support. * Make the following peripherals available on nrf54: twim, twis, spim, spis, uart, buffered uarte, dppi, gpiote, pwm, saadc * Add examples tested on the nrf54 dk Some code is based on or copied from other pull requests, modified to match the new nrf-pac layout. Co-authored-by: Dmitry Tarnyagin <[email protected]>
* feat(nrf/spim): erase Instance type from SpimAbraham Hamidi2025-09-242-2/+2
|
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-292-3/+3
|
* BufferedUart initializationMichael Gomez2025-04-044-4/+4
| | | | | | | This change modifies UART initialization throughout Embassy to take pins before interrupts. Related to #1304.
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-276-25/+39
|
* nrf: port to chiptool-based `nrf-pac`.Dario Nieuwenhuis2024-11-043-6/+50
|
* Update to rust 1.82.Dario Nieuwenhuis2024-10-181-1/+1
|
* Update nighlty, fix warnings.Dario Nieuwenhuis2024-10-141-1/+1
| | | | Fixes #2599
* net: refactor to simplify lifetimes/generics.Dario Nieuwenhuis2024-09-162-13/+11
|
* Simplify construction of StackResources::new()Martin Liska2024-08-082-7/+2
|
* tests/nrf: add non-buffered uart tests.Dario Nieuwenhuis2024-06-252-0/+90
|
* tests/nrf: generalize buffereduart tests for all chips.Dario Nieuwenhuis2024-06-254-61/+56
|
* tests/nrf: unify, add nrf52832, nrf52833, nrf5340, nrf9160Dario Nieuwenhuis2024-06-259-0/+637
|
* rename nrf52 HIL testUlf Lilleengen2024-01-246-466/+0
|
* nrf/gpio: remove generics.Dario Nieuwenhuis2024-01-222-10/+7
|
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-212-2/+0
|
* chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-212-9/+14
|
* tests: use executor task arena instead of TAIT.Dario Nieuwenhuis2023-11-274-4/+0
|
* nrf/buffered_uarte: add test for recovering from buffer full.Dario Nieuwenhuis2023-11-141-0/+72
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-152-4/+4
| | | | convenience methods
* test: deduplicate net perf test code.Dario Nieuwenhuis2023-09-282-344/+28
|
* 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-185-11/+255
|/
* Update embedded-hal to 1.0.0-rc.1 (#1783)Dario Nieuwenhuis2023-08-161-1/+1
|
* fix flaky test wifi_esp_hosted_perfDario Nieuwenhuis2023-07-281-3/+3
|
* update embedded-hal crates.Dario Nieuwenhuis2023-07-041-3/+3
|
* esp-hosted: add perf hil test.Dario Nieuwenhuis2023-06-221-0/+270
|
* ci: run HIL tests in parallel.Dario Nieuwenhuis2023-05-303-0/+6
|
* 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-042-0/+160