| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | | | | | This also demonstrates calling .abort() on a TCP socket and ensuring that the reset packet is sent out. | ||||
| * | 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 |
| | | | | | | | | | | This introduces a `Pender` struct with enum cases for thread-mode, interrupt-mode and custom callback executors. This avoids calls through function pointers when using only the thread or interrupt executors. Faster, and friendlier to `cargo-call-stack`. `embassy-executor` now has `arch-xxx` Cargo features to select the arch and to enable the builtin executors (thread and interrupt). | ||||
| * | 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 |
| | | | | | Closes: https://github.com/embassy-rs/embassy/issues/1002 | ||||
| * | 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 |
| | | | | | | | | | | | | It currently contains whoever was first to write some code for the crate, even if many more people have contributed to it later. The field is "sort of" deprecated, it was made optional recently: https://rust-lang.github.io/rfcs/3052-optional-authors-field.html Due the the reasons listed there I believe removing it is better than setting it to generic fluff like "The Embassy contributors". | ||||
| * | 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 |
| | | |||||
| * | Make embassy-net nightly-only. | Dario Nieuwenhuis | 2022-05-19 | 1 | -1/+1 |
| | | | | | | It's useless without async traits, so juggling the `nightly` feature around is not worth the pain. | ||||
| * | Update embedded-io to 0.3 | Dario Nieuwenhuis | 2022-05-19 | 1 | -1/+1 |
| | | |||||
| * | Replace embassy::io with embedded_io. | Dario Nieuwenhuis | 2022-05-07 | 3 | -10/+12 |
| | | |||||
| * | net: add functions to get current Eth and IP config | Dario Nieuwenhuis | 2022-05-02 | 1 | -1/+1 |
| | | |||||
| * | net: auto-enable defmt in smoltcp using namespaced features. | Dario Nieuwenhuis | 2022-04-13 | 1 | -1/+1 |
| | | |||||
| * | embassy, embassy-nrf: add `nightly` Cargo feature to gate nightly-only features. | Dario Nieuwenhuis | 2022-02-12 | 1 | -1/+1 |
| | | |||||
| * | Do not use exported Result to mitigate problems with clap. | Matous Hybl | 2021-12-08 | 2 | -3/+8 |
| | | |||||
| * | Fix embassy-net documentation of running examples. | Matous Hybl | 2021-12-06 | 1 | -2/+2 |
| | | |||||
| * | net: update smoltcp | Dario Nieuwenhuis | 2021-11-26 | 3 | -4/+3 |
| | | |||||
| * | net: don't depend directly on smoltcp outside embassy-net | Dario Nieuwenhuis | 2021-11-24 | 2 | -8/+3 |
| | | |||||
| * | Further cargo muckings for smol/defmt. | Bob McWhirter | 2021-11-15 | 1 | -1/+5 |
| | | |||||
| * | Replace rustflags with build.rs extra-link-args. | Dario Nieuwenhuis | 2021-11-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | Rustflags apply to ALL the crates in the graph, while we only need them for the toplevel crate which is the only one getting linked. Rustflags are not equal for all crates, this caused cargo to re-build the same dependency crate multiple times uselessly. After this change, deps are reused more, making builds faster. Note that this only applies when sharing the target/ dir for multiple crates in the repo which is not the default. | ||||
| * | examples/std: fix warning | Dario Nieuwenhuis | 2021-10-18 | 1 | -2/+1 |
| | | |||||
| * | Update clap | Dario Nieuwenhuis | 2021-10-18 | 2 | -4/+3 |
| | | |||||
| * | Update lots of deps | Dario Nieuwenhuis | 2021-09-11 | 2 | -15/+12 |
| | | |||||
| * | Remove trait_alias, allow(incomplete_features). | Dario Nieuwenhuis | 2021-09-03 | 3 | -3/+0 |
| | | | | | trait_alias seems unused. no idea why it's there. | ||||
| * | Fix embassy::main macros for std target | Ulf Lilleengen | 2021-09-02 | 1 | -9/+4 |
| | | |||||
