| Commit message (Expand) | Author | Age | Files | Lines |
| * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 1 | -2/+2 |
| * | Add rand-core v0.9 support. | Dario Nieuwenhuis | 2025-05-18 | 1 | -2/+2 |
| * | gave examples/std a cleaner and more informational Hello | Bart Massey | 2025-01-01 | 1 | -2/+6 |
| * | net: refactor to simplify lifetimes/generics. | Dario Nieuwenhuis | 2024-09-16 | 1 | -6/+5 |
| * | examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's) | Dario Nieuwenhuis | 2024-08-07 | 1 | -6/+1 |
| * | Fix warnings in recent nightly. | Dario Nieuwenhuis | 2024-03-20 | 1 | -2/+0 |
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 1 | -2/+0 |
| * | chore: replace make_static! macro usage with non-macro version | Ulf Lilleengen | 2023-12-21 | 1 | -4/+6 |
| * | Update to embedded-io 0.5 (#1752) | Dario Nieuwenhuis | 2023-08-07 | 1 | -1/+1 |
| * | net: move tuntap from std example to separate crate. (#1737) | Dario Nieuwenhuis | 2023-08-03 | 1 | -4/+1 |
| * | net: Support dual stack IP | Ruben De Smet | 2023-06-07 | 1 | -2/+2 |
| * | Rename StaticConfig to StaticConfigV4 | Ruben De Smet | 2023-06-06 | 1 | -1/+1 |
| * | Use make_static! from static-cell v1.1 | Dario Nieuwenhuis | 2023-06-01 | 1 | -11/+7 |
| * | net: do not use smoltcp Instant/Duration in public API. | Dario Nieuwenhuis | 2023-05-15 | 1 | -1/+2 |
| * | examples/std: fix net running out of sockets. | Dario Nieuwenhuis | 2023-02-26 | 1 | -1/+1 |
| * | net: allocate space for 2 sockets, needed for dhcp. | Dario Nieuwenhuis | 2023-01-19 | 1 | -1/+1 |
| * | Add smoltcp dhcp socket configuration | Paweł Jan Czochański | 2023-01-19 | 1 | -9/+6 |
| * | Remove Forever, switch to static_cell. | Dario Nieuwenhuis | 2022-08-22 | 1 | -8/+8 |
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 1 | -1/+1 |
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 1 | -4/+4 |
| * | WIP embassy-net v2 | Dario Nieuwenhuis | 2022-05-25 | 1 | -24/+27 |
| * | Replace embassy::io with embedded_io. | Dario Nieuwenhuis | 2022-05-07 | 1 | -2/+3 |
| * | Do not use exported Result to mitigate problems with clap. | Matous Hybl | 2021-12-08 | 1 | -1/+4 |
| * | net: update smoltcp | Dario Nieuwenhuis | 2021-11-26 | 1 | -1/+1 |
| * | Update clap | Dario Nieuwenhuis | 2021-10-18 | 1 | -3/+2 |
| * | Remove trait_alias, allow(incomplete_features). | Dario Nieuwenhuis | 2021-09-03 | 1 | -1/+0 |
| * | std: fold into embassy core, add non-hacky time driver. | Dario Nieuwenhuis | 2021-08-25 | 1 | -2/+1 |
| * | Update nightly, remove removed features. | Dario Nieuwenhuis | 2021-08-04 | 1 | -2/+0 |
| * | Fix warnings in std and rp | Rukai | 2021-07-04 | 1 | -11/+16 |
| * | net: Make the user pass in the StackResources in init | Thales Fragoso | 2021-06-20 | 1 | -1/+4 |
| * | Move examples to a subdirectory | Dario Nieuwenhuis | 2021-06-02 | 1 | -0/+103 |