aboutsummaryrefslogtreecommitdiff
path: root/tests/nrf/src/bin/buffered_uart_spam.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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]>
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-1/+5
|
* nrf: port to chiptool-based `nrf-pac`.Dario Nieuwenhuis2024-11-041-6/+6
|
* Update to rust 1.82.Dario Nieuwenhuis2024-10-181-1/+1
|
* Update nighlty, fix warnings.Dario Nieuwenhuis2024-10-141-1/+1
| | | | Fixes #2599
* tests/nrf: generalize buffereduart tests for all chips.Dario Nieuwenhuis2024-06-251-19/+13
|
* tests/nrf: unify, add nrf52832, nrf52833, nrf5340, nrf9160Dario Nieuwenhuis2024-06-251-0/+92
|
* rename nrf52 HIL testUlf Lilleengen2024-01-241-91/+0
|
* tests: use executor task arena instead of TAIT.Dario Nieuwenhuis2023-11-271-1/+0
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-151-2/+2
| | | | convenience methods
* net-enc28j60: add HIL test.Dario Nieuwenhuis2023-08-181-2/+1
|
* ci: run HIL tests in parallel.Dario Nieuwenhuis2023-05-301-0/+2
|
* nrf/uart: switch to new interrupt binding.Dario Nieuwenhuis2023-03-061-4/+9
|
* nrf/buffered_uarte: add HIL tests.Dario Nieuwenhuis2023-03-041-0/+86