42 Commits

Author SHA1 Message Date
Ulf Lilleengen
83f2557eac chore: prepare embassy crate releases 2025-08-26 16:05:09 +02:00
Ulf Lilleengen
5cab79d817 fix: remove unpublished 2025-08-25 19:44:51 +02:00
Dario Nieuwenhuis
a34e0b1ec5 Add build command. 2025-08-25 19:44:50 +02:00
Ulf Lilleengen
6a347f1f09 feat: add semver checks and releasing to releaser
* List dependencies of a crate
* List dependents of a crate
* Perform semver-checks of a crate
* Prepare a release for a crate and all dependents
* Use a single release.toml for cargo-release
* Add changelogs where missing
2025-08-25 19:44:49 +02:00
Ulf Lilleengen
c7b9060a74 fix: prepare embassy-sync 0.7.1 release
* Add newtype for moved type to preserve API compat
2025-08-12 21:05:32 +02:00
Ulf Lilleengen
38807ff5fd chore: Release embassy-net-driver-channel version 0.3.1 2025-07-16 09:27:32 +02:00
Ulf Lilleengen
791c32e284 docs: add missing feature for doc gen 2025-07-14 11:13:34 +02:00
robert.jeutter
a8e905f14e net-nrf91: add nrf9151 support. 2025-07-10 20:19:53 +02:00
Matt Johnston
5e49985ed6 embassy-sync: bump to 0.7.0 2025-05-22 13:29:55 +08:00
Yuri Astrakhan
ef0f29f0ed Update defmt dependencies 2025-05-18 20:52:09 +02:00
Ulf Lilleengen
ed63f80637 chore: bump embassy-sync version
Prepare version 0.6.2 for release
2025-01-15 16:12:36 +01:00
Dario Nieuwenhuis
209183ebea Fixes for new PACs. 2025-01-06 13:22:44 +01:00
Dániel Buga
44217aa092
Desugar some async fns 2024-12-30 12:13:13 +01:00
Dániel Buga
9a238e6ad8
Prepare new embassy-time-*driver, embassy-executor, embassy-time 2024-12-22 20:27:15 +01:00
Ulf Lilleengen
1bb6e455bd Keep track of raw fd used for net data 2024-12-06 15:47:21 +01:00
Ulf Lilleengen
aa1bd827ca Wait for tx buffers to be available for request fn 2024-12-04 14:48:55 +01:00
Ulf Lilleengen
6065bc6302 Free tx buffer on ipc send failure 2024-12-03 15:14:14 +01:00
Dániel Buga
c9abff53d7
Bump sync version (#3562)
* Bump sync version

* Use old embassy-sync in rp bluetooth example

* Downgrade update to minor
2024-11-22 21:16:11 +01:00
Dario Nieuwenhuis
a8d7a5eb1e nrf: add nrf54l base: gpio and time driver. 2024-11-17 14:42:06 +01:00
Dario Nieuwenhuis
3f23fd5c98 Update nrf-pac. 2024-11-15 02:22:20 +01:00
Dario Nieuwenhuis
51f6b813e1 nrf: port to chiptool-based nrf-pac. 2024-11-04 00:47:31 +01:00
Ulf Lilleengen
f19718b4f0 Add config option for setting SIM pin 2024-09-26 15:48:10 +02:00
Ulf Lilleengen
6af1cb7a20 Use TX_BUF_SIZE matching MTU 2024-09-09 15:45:15 +02:00
Ulf Lilleengen
1b1db2401b Use byte slice for config 2024-09-06 11:22:07 +02:00
Ulf Lilleengen
e2e3143c2e Add explicit disable/enable function and skip enable in configure 2024-09-06 09:58:54 +02:00
Ulf Lilleengen
5e74434cb8 Ensure modem is enabled in run() 2024-09-06 09:52:26 +02:00
Ulf Lilleengen
ac7ebea762 Make sure to CFUN=0 before changing configuration 2024-09-06 09:34:39 +02:00
Ulf Lilleengen
d71fd447cc Add method for buypassing and running at command directly 2024-09-05 11:25:19 +02:00
Ulf Lilleengen
5d0ed24640 Move configure out of run 2024-09-05 10:31:51 +02:00
Ulf Lilleengen
836e8add1b Mintor fixes after testing re-attach 2024-09-05 10:02:45 +02:00
Ulf Lilleengen
ccfa6264b0 Add closing if raw socket to handle re-attach 2024-09-04 19:31:55 +02:00
Ulf Lilleengen
372e45dabc Add context run task 2024-09-04 18:47:26 +02:00
Ulf Lilleengen
49881f6fd1 rustfmt 2024-09-04 14:21:13 +02:00
Ulf Lilleengen
b4221d75b8 Make tracing optional and use dedicated task 2024-09-04 14:09:17 +02:00
Ulf Lilleengen
5e27a3e64f Document public API and fix warnings 2024-09-04 13:09:27 +02:00
Ulf Lilleengen
b76b7ca9f5 Use at-commands crate and support DNS
* 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.
2024-09-04 12:58:33 +02:00
Ulf Lilleengen
aabdd45424 remove debug logging 2024-09-04 11:09:27 +02:00
Ulf Lilleengen
a6db8678eb Add utility for setting configuration for a context 2024-09-04 11:04:36 +02:00
Ulf Lilleengen
86a45b47e5 add at command file 2024-08-21 12:44:07 +02:00
Ulf Lilleengen
bc67cc22aa update driver channel dependency 2024-08-21 12:44:07 +02:00
Dario Nieuwenhuis
11652ff5c7 don't crash if tx buffers fill up. 2024-08-21 12:44:07 +02:00
Dario Nieuwenhuis
160e1c38ce Add embassy-net-nrf91. 2024-08-21 12:44:07 +02:00