aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf9160
Commit message (Collapse)AuthorAgeFilesLines
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-5/+5
|
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-261-4/+4
|
* Load all crates in the graph, honor the "publish" flag to prevent publishing ↵Dario Nieuwenhuis2025-08-251-0/+6
| | | | examples/tests.
* 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
|
* Update defmt dependenciesYuri Astrakhan2025-05-181-3/+3
|
* BufferedUart initializationMichael Gomez2025-04-041-1/+1
| | | | | | | 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-271-4/+4
|
* chore: prepare embassy-net releaseUlf Lilleengen2025-02-141-1/+1
|
* 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 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
|
* net: release v0.5.0Dario Nieuwenhuis2024-11-281-1/+1
|
* Update nrf-pac.Dario Nieuwenhuis2024-11-151-1/+1
|
* Release embassy-executor 0.6.3.Dario Nieuwenhuis2024-11-121-1/+1
|
* Prep executor 0.6.2Dániel Buga2024-11-061-1/+1
|
* Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1Dario Nieuwenhuis2024-10-211-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-042-57/+22
| | | | | | | | * 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-214-3/+263
|
* 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
|
* Adding support for 9120nerwalt2024-06-281-1/+0
|
* prepare for embassy-time 0.3.1 releaseUlf Lilleengen2024-06-041-1/+1
|
* bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.Dario Nieuwenhuis2024-01-111-2/+2
|
* trim nrf9160 example depsUlf Lilleengen2024-01-111-20/+0
|
* use secure modeUlf Lilleengen2024-01-112-4/+2
|
* add nrf9160 example (assumes SPM from zephyr)Ulf Lilleengen2024-01-115-0/+111