| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bump executor crate version to 0.3.0 | Dániel Buga | 2023-08-23 | 1 | -1/+1 |
| * | Update embedded-hal to 1.0.0-rc.1 (#1783) | Dario Nieuwenhuis | 2023-08-16 | 1 | -2/+2 |
| * | Update to embedded-io 0.5 (#1752) | Dario Nieuwenhuis | 2023-08-07 | 1 | -3/+3 |
| * | add dac-dma example for h7, remove memory.x | JuliDi | 2023-07-28 | 1 | -1/+1 |
| * | Add notes about setting chip name correctly for examples. | Adam Greig | 2023-07-22 | 1 | -1/+2 |
| * | Release embassy-time v0.1.2 | Dario Nieuwenhuis | 2023-07-06 | 1 | -1/+1 |
| * | update embedded-hal crates. | Dario Nieuwenhuis | 2023-07-04 | 1 | -2/+2 |
| * | Remove embassy-cortex-m crate, move stuff to embassy-hal-common. | Dario Nieuwenhuis | 2023-06-09 | 1 | -1/+1 |
| * | Use make_static! from static-cell v1.1 | Dario Nieuwenhuis | 2023-06-01 | 1 | -1/+1 |
| * | Bump versions preparing for -macros and -executor release | Ulf Lilleengen | 2023-04-27 | 1 | -1/+1 |
| * | enable inline-asm feature for cortex-m in examples | pennae | 2023-04-18 | 1 | -1/+1 |
| * | Release embassy-sync v0.2.0 | Dario Nieuwenhuis | 2023-04-13 | 1 | -1/+1 |
| * | Update embedded-hal crates. | Dario Nieuwenhuis | 2023-04-06 | 1 | -2/+2 |
| * | executor: add Pender, rework Cargo features. | Dario Nieuwenhuis | 2023-04-03 | 1 | -1/+1 |
| * | fix h7 examples | Dario Nieuwenhuis | 2023-02-10 | 1 | -1/+1 |
| * | add missing copy of icmpv6 checksum | Ulf Lilleengen | 2023-01-24 | 1 | -1/+1 |
| * | stm32 otg: add examples. | chemicstry | 2023-01-11 | 1 | -0/+1 |
| * | net: split driver trait to a separate crate. | Dario Nieuwenhuis | 2022-12-26 | 1 | -1/+1 |
| * | net: remove unused pool-x features | Dario Nieuwenhuis | 2022-12-26 | 1 | -1/+1 |
| * | stm32: rename feature `net` to `embassy-net`. | Dario Nieuwenhuis | 2022-12-13 | 1 | -1/+1 |
| * | Bump defmt-rtt to 0.4 | Dario Nieuwenhuis | 2022-11-29 | 1 | -1/+1 |
| * | Bump embedded-nal-async to 0.3.0 | Dario Nieuwenhuis | 2022-11-29 | 1 | -1/+1 |
| * | Switch to async-fn-in-trait | Dario Nieuwenhuis | 2022-11-25 | 1 | -3/+3 |
| * | Update Rust nightly. | Dario Nieuwenhuis | 2022-10-26 | 1 | -2/+2 |
| * | all Cargo.toml: Add license to all crate Cargo.toml files | chrysn | 2022-10-07 | 1 | -0/+1 |
| * | Update embedded-hal versions and explicitly pin | Ulf Lilleengen | 2022-09-29 | 1 | -2/+2 |
| * | time: add more tick rates, use 1mhz as default. | Dario Nieuwenhuis | 2022-09-02 | 1 | -1/+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 | 1 | -0/+1 |
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 1 | -1/+2 |
| * | Update to critical-section 1.0, atomic-polyfill 1.0 | Dario Nieuwenhuis | 2022-08-17 | 1 | -2/+2 |
| * | Wrap buffers in a single state type | Ulf Lilleengen | 2022-08-09 | 1 | -0/+1 |
| * | Implement embedded-nal-async traits for embassy-net | Ulf Lilleengen | 2022-08-08 | 1 | -1/+1 |
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 1 | -1/+2 |
| * | 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 | -2/+1 |
| * | examples/stm32*, tests/stm32: specify time-tick-32768hz | Will Glynn | 2022-05-31 | 1 | -1/+1 |
| *-. | Merge #781 #785 | bors[bot] | 2022-05-31 | 1 | -6/+1 |
| |\ \ |
|
| | * | | WIP embassy-net v2 | Dario Nieuwenhuis | 2022-05-25 | 1 | -6/+1 |
| | |/ |
|
| * / | Update embedded-hal-async to 0.1.0-alpha.1 | Dario Nieuwenhuis | 2022-05-29 | 1 | -1/+1 |
| |/ |
|
| * | Update embedded-io to 0.3 | Dario Nieuwenhuis | 2022-05-19 | 1 | -1/+1 |
| * | Merge #752 | bors[bot] | 2022-05-06 | 1 | -2/+1 |
| |\ |
|
| | * | Replace embassy::io with embedded_io. | Dario Nieuwenhuis | 2022-05-07 | 1 | -2/+1 |
| * | | Add H7 flash and bootloader support | Matous Hybl | 2022-05-06 | 1 | -0/+1 |
| |/ |
|
| * | Switch to crates.io embedded-hal, embedded-hal-async. | Dario Nieuwenhuis | 2022-04-22 | 1 | -1/+2 |
| * | net: auto-enable defmt in smoltcp using namespaced features. | Dario Nieuwenhuis | 2022-04-13 | 1 | -1/+1 |
| * | Add ADC support for H7 | Matous Hybl | 2022-04-12 | 1 | -1/+1 |
| * | Reexport unborrow macro in HALs | Matous Hybl | 2022-04-07 | 1 | -1/+0 |
| * | Use embassy/defmt-timestamp-uptime in all examples. | Dario Nieuwenhuis | 2022-04-02 | 1 | -1/+1 |