| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32: update stm32-metapac. | Dario Nieuwenhuis | 2023-06-19 | 1 | -14/+10 |
| | | |||||
| * | Remove unneeded default-features=false. | Dario Nieuwenhuis | 2023-05-29 | 2 | -3/+3 |
| | | |||||
| * | Bump versions preparing for -macros and -executor release | Ulf Lilleengen | 2023-04-27 | 2 | -2/+2 |
| | | |||||
| * | executor: add Pender, rework Cargo features. | Dario Nieuwenhuis | 2023-04-03 | 2 | -2/+2 |
| | | | | | | | | | | 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). | ||||
| * | stm32: use stm32-metapac from crates.io, remove stm32-data submodule. | Dario Nieuwenhuis | 2023-03-20 | 2 | -2/+1 |
| | | |||||
| * | Add missing files and features for basic example | Ulf Lilleengen | 2022-10-20 | 3 | -3/+44 |
| | | |||||
| * | all Cargo.toml: Add license to all crate Cargo.toml files | chrysn | 2022-10-07 | 5 | -0/+5 |
| | | | | | Closes: https://github.com/embassy-rs/embassy/issues/1002 | ||||
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 3 | -3/+4 |
| | | |||||
| * | Remove HAL initialization from #[embassy::main] macro. | Dario Nieuwenhuis | 2022-08-17 | 2 | -4/+5 |
| | | |||||
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 5 | -9/+9 |
| | | |||||
| * | Add env DEFMT_LOG=trace to all examples. | Dario Nieuwenhuis | 2022-06-18 | 2 | -0/+6 |
| | | |||||
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 5 | -51/+21 |
| | | |||||
| * | Add documentation about the different embassy abstraction layers | Ulf Lilleengen | 2022-02-23 | 10 | -0/+307 |
| | | | | | | The guide demonstrates the functionality offered by each layer in Embassy, using code examples. | ||||
| * | embassy, embassy-nrf: add `nightly` Cargo feature to gate nightly-only features. | Dario Nieuwenhuis | 2022-02-12 | 1 | -2/+2 |
| | | |||||
| * | nrf/gpio: add infallible inherent methods, remove some duplication. | Dario Nieuwenhuis | 2021-12-20 | 1 | -3/+2 |
| | | | | | This implements Input and Output using FlexPin, to avoid some code duplication. | ||||
| * | Fix doc example compile | Ulf Lilleengen | 2021-12-10 | 2 | -5/+7 |
| | | |||||
| * | Add doc-specific example and add it to CI | Ulf Lilleengen | 2021-12-10 | 3 | -0/+54 |
| | | |||||
| * | Add example snippet inclusion | Ulf Lilleengen | 2021-12-10 | 1 | -0/+1 |
