aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-nrf91/src/context.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add config option for setting SIM pinUlf Lilleengen2024-09-261-0/+12
|
* Use byte slice for configUlf Lilleengen2024-09-061-2/+2
|
* Add explicit disable/enable function and skip enable in configureUlf Lilleengen2024-09-061-19/+34
|
* Ensure modem is enabled in run()Ulf Lilleengen2024-09-061-0/+12
|
* Make sure to CFUN=0 before changing configurationUlf Lilleengen2024-09-061-0/+13
|
* Add method for buypassing and running at command directlyUlf Lilleengen2024-09-051-0/+5
|
* Move configure out of runUlf Lilleengen2024-09-051-2/+1
|
* Mintor fixes after testing re-attachUlf Lilleengen2024-09-051-8/+12
|
* Add closing if raw socket to handle re-attachUlf Lilleengen2024-09-041-5/+3
|
* Add context run taskUlf Lilleengen2024-09-041-2/+84
|
* rustfmtUlf Lilleengen2024-09-041-14/+31
|
* Document public API and fix warningsUlf Lilleengen2024-09-041-21/+27
|
* Use at-commands crate and support DNSUlf Lilleengen2024-09-041-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 loggingUlf Lilleengen2024-09-041-1/+0
|
* Add utility for setting configuration for a contextUlf Lilleengen2024-09-041-0/+196