| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: fix optional defmt | Ulf Lilleengen | 2025-12-15 | 1 | -2/+3 |
| | | |||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -7/+4 |
| | | |||||
| * | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -0/+1 |
| | | |||||
| * | net-nrf91: add nrf9151 support. | robert.jeutter | 2025-07-10 | 1 | -10/+41 |
| | | |||||
| * | Desugar some async fns | Dániel Buga | 2024-12-30 | 1 | -3/+2 |
| | | |||||
| * | Keep track of raw fd used for net data | Ulf Lilleengen | 2024-12-06 | 1 | -9/+15 |
| | | |||||
| * | Wait for tx buffers to be available for request fn | Ulf Lilleengen | 2024-12-04 | 1 | -1/+17 |
| | | |||||
| * | Free tx buffer on ipc send failure | Ulf Lilleengen | 2024-12-03 | 1 | -3/+9 |
| | | |||||
| * | nrf: port to chiptool-based `nrf-pac`. | Dario Nieuwenhuis | 2024-11-04 | 1 | -41/+37 |
| | | |||||
| * | Add config option for setting SIM pin | Ulf Lilleengen | 2024-09-26 | 1 | -0/+12 |
| | | |||||
| * | Use TX_BUF_SIZE matching MTU | Ulf Lilleengen | 2024-09-09 | 1 | -1/+1 |
| | | |||||
| * | Use byte slice for config | Ulf Lilleengen | 2024-09-06 | 1 | -2/+2 |
| | | |||||
| * | Add explicit disable/enable function and skip enable in configure | Ulf Lilleengen | 2024-09-06 | 1 | -19/+34 |
| | | |||||
| * | Ensure modem is enabled in run() | Ulf Lilleengen | 2024-09-06 | 1 | -0/+12 |
| | | |||||
| * | Make sure to CFUN=0 before changing configuration | Ulf Lilleengen | 2024-09-06 | 1 | -0/+13 |
| | | |||||
| * | Add method for buypassing and running at command directly | Ulf Lilleengen | 2024-09-05 | 1 | -0/+5 |
| | | |||||
| * | Move configure out of run | Ulf Lilleengen | 2024-09-05 | 1 | -2/+1 |
| | | |||||
| * | Mintor fixes after testing re-attach | Ulf Lilleengen | 2024-09-05 | 1 | -8/+12 |
| | | |||||
| * | Add closing if raw socket to handle re-attach | Ulf Lilleengen | 2024-09-04 | 2 | -5/+18 |
| | | |||||
| * | Add context run task | Ulf Lilleengen | 2024-09-04 | 2 | -4/+87 |
| | | |||||
| * | rustfmt | Ulf Lilleengen | 2024-09-04 | 2 | -19/+34 |
| | | |||||
| * | Make tracing optional and use dedicated task | Ulf Lilleengen | 2024-09-04 | 1 | -19/+71 |
| | | |||||
| * | Document public API and fix warnings | Ulf Lilleengen | 2024-09-04 | 1 | -21/+27 |
| | | |||||
| * | Use at-commands crate and support DNS | Ulf Lilleengen | 2024-09-04 | 1 | -102/+106 |
| | | | | | | | | | * 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. | ||||
| * | remove debug logging | Ulf Lilleengen | 2024-09-04 | 1 | -1/+0 |
| | | |||||
| * | Add utility for setting configuration for a context | Ulf Lilleengen | 2024-09-04 | 3 | -45/+198 |
| | | |||||
| * | add at command file | Ulf Lilleengen | 2024-08-21 | 1 | -0/+45 |
| | | |||||
| * | don't crash if tx buffers fill up. | Dario Nieuwenhuis | 2024-08-21 | 1 | -8/+16 |
| | | |||||
| * | Add embassy-net-nrf91. | Dario Nieuwenhuis | 2024-08-21 | 2 | -0/+1244 |
