aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf5340/src/bin
Commit message (Collapse)AuthorAgeFilesLines
* embassy-nrf: add gpiote::InputChannel::wait_for_high/low()Maarten de Vries2025-10-301-4/+4
| | | | | Also catch GPIOTE events directly when wait() is called, even before polling the future.
* feat: improve nrf54 support using new nrf-pacUlf Lilleengen2025-10-281-21/+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]>
* nrf: apply FICR.TRIMCNF valuesMatthew Tran2025-10-051-0/+30
|
* BufferedUart initializationMichael Gomez2025-04-041-1/+1
| | | | | | | This change modifies UART initialization throughout Embassy to take pins before interrupts. Related to #1304.
* Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-261-1/+1
|
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-213-3/+0
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-151-3/+3
| | | | convenience methods
* nrf/uart: switch to new interrupt binding.Dario Nieuwenhuis2023-03-061-3/+7
|
* nrf: rename UARTETWISPIn -> SERIALnDario Nieuwenhuis2023-02-211-1/+1
| | | | | The UARTETWISPIn naming is quite horrible. With the nRF53, Nordic realized this and renamed the interrupts to SERIALn. Let's copy that for our peripheral names, in nrf53 and nrf91.
* Reduce amount of samples for nrf5340Dominik Boehi2023-01-097-305/+0
|
* Change UART pins for nRF5340 DKDominik Boehi2023-01-082-2/+2
|
* Add samples for nrf5340Dominik Boehi2023-01-0810-0/+427