aboutsummaryrefslogtreecommitdiff
path: root/tests/nrf
Commit message (Collapse)AuthorAgeFilesLines
* chore: prepare nrf hals for releaseUlf Lilleengen2025-12-151-1/+1
|
* net-esp-hosted: add Interface trait.Dario Nieuwenhuis2025-10-291-10/+5
|
* feat: improve nrf54 support using new nrf-pacUlf Lilleengen2025-10-282-7/+7
| | | | | | | | | | | | | * 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]>
* Edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* chore: prepare crate releasesUlf Lilleengen2025-09-301-1/+1
|
* 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
|
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-261-8/+8
|
* Load all crates in the graph, honor the "publish" flag to prevent publishing ↵Dario Nieuwenhuis2025-08-251-0/+11
| | | | examples/tests.
* fix: prepare embassy-sync 0.7.1 releaseUlf Lilleengen2025-08-121-1/+1
| | | | * Add newtype for moved type to preserve API compat
* chore: bump nrf and rp hal versionsUlf Lilleengen2025-08-041-1/+1
|
* chore: prepare embassy-executor 0.8 releaseUlf Lilleengen2025-07-311-1/+1
|
* chore: release embassy-nrf 0.5.0 and embassy-rp 0.6.0Ulf Lilleengen2025-07-161-1/+1
|
* chore: update to `embassy-nrf` v0.4.0Ulf Lilleengen2025-07-141-1/+1
|
* Revert "chore: update to `embassy-nrf` v0.4.0"Ulf Lilleengen2025-07-141-1/+1
| | | | This reverts commit 1df59ffec4eed74ade4086da496a32d376e4190a.
* chore: update to `embassy-nrf` v0.4.0Ulf Lilleengen2025-07-141-1/+1
|
* embassy-sync: bump to 0.7.0Matt Johnston2025-05-221-1/+1
|
* Update defmt dependenciesYuri Astrakhan2025-05-181-3/+3
|
* BufferedUart initializationMichael Gomez2025-04-044-4/+4
| | | | | | | This change modifies UART initialization throughout Embassy to take pins before interrupts. Related to #1304.
* Statically allocate task pools on stable Rust.Dario Nieuwenhuis2025-03-281-1/+1
| | | | | | Thanks @0e4ef622 for the awesome idea of how to do it and the first implementation. Co-Authored-By: Matthew Tran <[email protected]>
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-276-25/+39
|
* chore: prepare embassy-net releaseUlf Lilleengen2025-02-141-1/+1
|
* chore: bump embassy-sync versionUlf Lilleengen2025-01-151-1/+1
| | | | Prepare version 0.6.2 for release
* Create embassy-nrf 0.3.1Ulf Lilleengen2025-01-091-1/+1
|
* Update cyw43, nrf, rp hals and embassy-bootUlf Lilleengen2025-01-061-1/+1
|
* Prepare embassy-net driversDániel Buga2025-01-051-2/+2
|
* Prepare embassy-net 0.6Dániel Buga2025-01-051-1/+1
|
* Prepare new embassy-time-*driver, embassy-executor, embassy-timeDániel Buga2024-12-221-2/+2
|
* Make `integrated-timers` the default, remove Cargo feature.Dario Nieuwenhuis2024-12-151-1/+1
|
* Keep 52840's task arena unchangedDániel Buga2024-12-071-1/+1
|
* Shrink task arena of testsDániel Buga2024-12-071-1/+1
|
* net: release v0.5.0Dario Nieuwenhuis2024-11-281-1/+1
|
* Bump sync version (#3562)Dániel Buga2024-11-221-1/+1
| | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor
* Update nrf-pac.Dario Nieuwenhuis2024-11-151-14/+14
|
* Release embassy-executor 0.6.3.Dario Nieuwenhuis2024-11-121-1/+1
|
* Prep executor 0.6.2Dániel Buga2024-11-061-1/+1
|
* nrf: port to chiptool-based `nrf-pac`.Dario Nieuwenhuis2024-11-045-6/+70
|
* Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1Dario Nieuwenhuis2024-10-211-1/+1
|
* 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
|
* prepare release embassy-executorUlf Lilleengen2024-08-051-1/+1
|
* Prepare for embassy-nrf releaseUlf Lilleengen2024-08-051-1/+1
|
* Prepare embassy-time releaseUlf Lilleengen2024-08-051-1/+1
|
* tests/nrf: add non-buffered uart tests.Dario Nieuwenhuis2024-06-253-0/+100
|
* tests/nrf: generalize buffereduart tests for all chips.Dario Nieuwenhuis2024-06-256-75/+108
|
* tests/nrf: unify, add nrf52832, nrf52833, nrf5340, nrf9160Dario Nieuwenhuis2024-06-2520-0/+922
|
* rename nrf52 HIL testUlf Lilleengen2024-01-2410-526/+0
|
* nrf/gpio: remove generics.Dario Nieuwenhuis2024-01-222-10/+7
|