| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -2/+2 |
| | | |||||
| * | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+1 |
| | | |||||
| * | nrf/uart,timer: erase instance generics. | Dario Nieuwenhuis | 2025-09-28 | 1 | -1/+1 |
| | | |||||
| * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 1 | -5/+5 |
| | | |||||
| * | BufferedUart initialization | Michael Gomez | 2025-04-04 | 1 | -1/+1 |
| | | | | | | | | This change modifies UART initialization throughout Embassy to take pins before interrupts. Related to #1304. | ||||
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -4/+4 |
| | | |||||
| * | Update nrf-pac. | Dario Nieuwenhuis | 2024-11-15 | 1 | -1/+1 |
| | | |||||
| * | Update smoltcp, embedded-nal-async to use the `core::net` IP addr types. | Dario Nieuwenhuis | 2024-10-07 | 1 | -7/+5 |
| | | |||||
| * | Add config option for setting SIM pin | Ulf Lilleengen | 2024-09-26 | 1 | -0/+1 |
| | | |||||
| * | net: refactor to simplify lifetimes/generics. | Dario Nieuwenhuis | 2024-09-16 | 1 | -11/+5 |
| | | |||||
| * | Use byte slice for config | Ulf Lilleengen | 2024-09-06 | 1 | -2/+2 |
| | | |||||
| * | Move configure out of run | Ulf Lilleengen | 2024-09-05 | 1 | -1/+2 |
| | | |||||
| * | Mintor fixes after testing re-attach | Ulf Lilleengen | 2024-09-05 | 1 | -25/+29 |
| | | |||||
| * | Add closing if raw socket to handle re-attach | Ulf Lilleengen | 2024-09-04 | 1 | -0/+2 |
| | | |||||
| * | Add context run task | Ulf Lilleengen | 2024-09-04 | 1 | -43/+50 |
| | | |||||
| * | Make tracing optional and use dedicated task | Ulf Lilleengen | 2024-09-04 | 1 | -31/+27 |
| | | |||||
| * | Document public API and fix warnings | Ulf Lilleengen | 2024-09-04 | 1 | -3/+3 |
| | | |||||
| * | Use at-commands crate and support DNS | Ulf Lilleengen | 2024-09-04 | 1 | -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 context | Ulf Lilleengen | 2024-09-04 | 1 | -42/+22 |
| | | |||||
| * | Add embassy-net-nrf91. | Dario Nieuwenhuis | 2024-08-21 | 1 | -0/+250 |
| | | |||||
| * | add nrf9160 example (assumes SPM from zephyr) | Ulf Lilleengen | 2024-01-11 | 1 | -0/+20 |
