| Commit message (Expand) | Author | Age | Files | Lines |
| * | Prepare embassy-net(/-driver,/-driver-channel) 0.2.0 | Dániel Buga | 2023-10-16 | 1 | -1/+1 |
| * | time: add `links` key, release v0.1.5. | Dario Nieuwenhuis | 2023-10-16 | 1 | -1/+1 |
| * | time: Update examples, tests, and other code to use new Timer::after_x conven... | Adam Greig | 2023-10-15 | 2 | -3/+3 |
| * | Release embassy-time 0.1.4 | Dániel Buga | 2023-10-12 | 1 | -1/+1 |
| * | update embedded-io, embedded-nal-async. | Dario Nieuwenhuis | 2023-10-04 | 1 | -2/+2 |
| * | Remove impl_trait_projections. | Dario Nieuwenhuis | 2023-10-02 | 1 | -1/+1 |
| * | feat: bump embassy-sync version to 0.3.0 | Ulf Lilleengen | 2023-09-14 | 1 | -1/+1 |
| * | Release embassy-time v0.1.3 | Jesse Braham | 2023-08-28 | 1 | -1/+1 |
| * | net-ppp: add std example. | Dario Nieuwenhuis | 2023-08-25 | 2 | -1/+221 |
| * | Bump executor crate version to 0.3.0 | Dániel Buga | 2023-08-23 | 1 | -1/+1 |
| * | Update to embedded-io 0.5 (#1752) | Dario Nieuwenhuis | 2023-08-07 | 4 | -6/+7 |
| * | net: move tuntap from std example to separate crate. (#1737) | Dario Nieuwenhuis | 2023-08-03 | 6 | -242/+5 |
| * | Introduce driver::HardwareAddress without smoltcp dependency | Ruben De Smet | 2023-07-31 | 1 | -3/+2 |
| * | Use HardwareAddress in Driver | Ruben De Smet | 2023-07-28 | 1 | -2/+3 |
| * | Added debug=2 in release profile to all examples. | Piotr Esden-Tempski | 2023-07-26 | 1 | -0/+3 |
| * | Release embassy-time v0.1.2 | Dario Nieuwenhuis | 2023-07-06 | 1 | -1/+1 |
| * | Release embassy-net v0.1 | Dario Nieuwenhuis | 2023-06-29 | 1 | -0/+23 |
| * | net: Support dual stack IP | Ruben De Smet | 2023-06-07 | 4 | -8/+8 |
| * | Rename StaticConfig to StaticConfigV4 | Ruben De Smet | 2023-06-06 | 4 | -4/+4 |
| * | cortex-m: remove owned interrupts. | Dario Nieuwenhuis | 2023-06-01 | 1 | -1/+1 |
| * | Use make_static! from static-cell v1.1 | Dario Nieuwenhuis | 2023-06-01 | 5 | -45/+29 |
| * | Add std example of a TCP listener | Matt Johnston | 2023-05-25 | 1 | -0/+133 |
| * | net: reexport UDP PacketMetadata under the udp module. | Dario Nieuwenhuis | 2023-05-15 | 1 | -2/+2 |
| * | net: do not use smoltcp Instant/Duration in public API. | Dario Nieuwenhuis | 2023-05-15 | 1 | -1/+2 |
| * | Bump versions preparing for -macros and -executor release | Ulf Lilleengen | 2023-04-27 | 1 | -1/+1 |
| * | Release embassy-sync v0.2.0 | Dario Nieuwenhuis | 2023-04-13 | 1 | -1/+1 |
| * | executor: add Pender, rework Cargo features. | Dario Nieuwenhuis | 2023-04-03 | 1 | -1/+1 |
| * | examples/std: fix net running out of sockets. | Dario Nieuwenhuis | 2023-02-26 | 3 | -3/+3 |
| * | exmaples/dns: don't use the socket. | Dario Nieuwenhuis | 2023-02-10 | 1 | -6/+3 |
| * | Rewrite to use a single socket | Ulf Lilleengen | 2023-02-10 | 1 | -2/+1 |
| * | Add DNS socket to embassy-net | Ulf Lilleengen | 2023-02-10 | 2 | -1/+103 |
| * | net: allocate space for 2 sockets, needed for dhcp. | Dario Nieuwenhuis | 2023-01-19 | 2 | -2/+2 |
| * | Add smoltcp dhcp socket configuration | Paweł Jan Czochański | 2023-01-19 | 3 | -19/+11 |
| * | net: split driver trait to a separate crate. | Dario Nieuwenhuis | 2022-12-26 | 2 | -6/+7 |
| * | net: remove unused pool-x features | Dario Nieuwenhuis | 2022-12-26 | 1 | -1/+1 |
| * | examples/std: update to new embassy-net trait. | Dario Nieuwenhuis | 2022-12-13 | 1 | -55/+58 |
| * | Switch to async-fn-in-trait | Dario Nieuwenhuis | 2022-11-25 | 1 | -1/+1 |
| * | Update Rust nightly. | Dario Nieuwenhuis | 2022-10-26 | 1 | -1/+1 |
| * | all Cargo.toml: Add license to all crate Cargo.toml files | chrysn | 2022-10-07 | 1 | -0/+1 |
| * | net: feature-gate nightly-only async traits to allow building on stable. | Dario Nieuwenhuis | 2022-08-30 | 1 | -1/+1 |
| * | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 1 | -1/+1 |
| * | Remove Forever, switch to static_cell. | Dario Nieuwenhuis | 2022-08-22 | 4 | -19/+20 |
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 5 | -6/+7 |
| * | Update to critical-section 1.0, atomic-polyfill 1.0 | Dario Nieuwenhuis | 2022-08-17 | 1 | -0/+1 |
| * | Add UDP example app | Artur Kowalski | 2022-08-10 | 2 | -1/+110 |
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 4 | -12/+13 |
| * | Remove the authors field from Cargo.tomls | Dario Nieuwenhuis | 2022-06-18 | 1 | -1/+0 |
| * | Update to 2021 edition. (#820) | Dario Nieuwenhuis | 2022-06-18 | 1 | -1/+1 |
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 2 | -16/+10 |
| * | WIP embassy-net v2 | Dario Nieuwenhuis | 2022-05-25 | 2 | -25/+28 |