aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf9160/src
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-2/+2
|
* Edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* nrf/uart,timer: erase instance generics.Dario Nieuwenhuis2025-09-281-1/+1
|
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-5/+5
|
* BufferedUart initializationMichael Gomez2025-04-041-1/+1
| | | | | | | This change modifies UART initialization throughout Embassy to take pins before interrupts. Related to #1304.
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-4/+4
|
* Update nrf-pac.Dario Nieuwenhuis2024-11-151-1/+1
|
* Update smoltcp, embedded-nal-async to use the `core::net` IP addr types.Dario Nieuwenhuis2024-10-071-7/+5
|
* Add config option for setting SIM pinUlf Lilleengen2024-09-261-0/+1
|
* net: refactor to simplify lifetimes/generics.Dario Nieuwenhuis2024-09-161-11/+5
|
* Use byte slice for configUlf Lilleengen2024-09-061-2/+2
|
* Move configure out of runUlf Lilleengen2024-09-051-1/+2
|
* Mintor fixes after testing re-attachUlf Lilleengen2024-09-051-25/+29
|
* Add closing if raw socket to handle re-attachUlf Lilleengen2024-09-041-0/+2
|
* Add context run taskUlf Lilleengen2024-09-041-43/+50
|
* Make tracing optional and use dedicated taskUlf Lilleengen2024-09-041-31/+27
|
* Document public API and fix warningsUlf Lilleengen2024-09-041-3/+3
|
* Use at-commands crate and support DNSUlf Lilleengen2024-09-041-57/+21
| | | | | | | | * Use at-commands for building and parsing AT commands which has better error handling. * Retrieve DNS servers * Retrieve gateway * Update example to configure embassy-net with retrieved parameters.
* Add utility for setting configuration for a contextUlf Lilleengen2024-09-041-42/+22
|
* Add embassy-net-nrf91.Dario Nieuwenhuis2024-08-211-0/+250
|
* add nrf9160 example (assumes SPM from zephyr)Ulf Lilleengen2024-01-111-0/+20