| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add missing stm32wl/stm32wb chips except stm32wle | Dario Nieuwenhuis | 2022-04-08 | 6 | -158/+0 |
| | | |||||
| * | Use embassy/defmt-timestamp-uptime in all examples. | Dario Nieuwenhuis | 2022-04-02 | 4 | -24/+7 |
| | | |||||
| * | stm32: add rust stable support | Dario Nieuwenhuis | 2022-02-12 | 1 | -1/+1 |
| | | |||||
| * | traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash. | Dario Nieuwenhuis | 2022-01-27 | 1 | -1/+0 |
| | | |||||
| * | stm32: add `time-driver-any` cargo feature that automatically picks one ↵ | Dario Nieuwenhuis | 2022-01-24 | 1 | -1/+1 |
| | | | | | available timer. | ||||
| * | stm32/exti: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-19 | 1 | -1/+0 |
| | | |||||
| * | stm32/gpio: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-19 | 1 | -3/+2 |
| | | |||||
| * | Make exti an optional feature | Ulf Lilleengen | 2022-01-12 | 1 | -1/+1 |
| | | | | | | * Add embassy-stm32 build with exti * Add exti to examples | ||||
| * | examples: remove unused deps. | Dario Nieuwenhuis | 2021-11-29 | 1 | -1/+0 |
| | | |||||
| * | Remove unused deps | Dario Nieuwenhuis | 2021-11-15 | 1 | -1/+0 |
| | | |||||
| * | Adjust all examples to defmt 0.3. | Bob McWhirter | 2021-11-15 | 1 | -16/+5 |
| | | |||||
| * | Replace rustflags with build.rs extra-link-args. | Dario Nieuwenhuis | 2021-11-07 | 2 | -12/+4 |
| | | | | | | | | | | | | | 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. | ||||
| * | Update lots of deps | Dario Nieuwenhuis | 2021-09-11 | 1 | -7/+7 |
| | | |||||
| * | Remove trait_alias, allow(incomplete_features). | Dario Nieuwenhuis | 2021-09-03 | 2 | -4/+0 |
| | | | | | trait_alias seems unused. no idea why it's there. | ||||
| * | stm32: move dbgmcu stuff to toplevel config setting, defaulting to true. | Dario Nieuwenhuis | 2021-08-19 | 2 | -8/+0 |
| | | |||||
| * | stm32/exti: unify all versions into single impl | Dario Nieuwenhuis | 2021-08-19 | 1 | -0/+36 |
| | | |||||
| * | Update cortex-m-rt to v0.7 for stm32, rp. | Dario Nieuwenhuis | 2021-08-19 | 1 | -1/+1 |
| | | |||||
| * | examples: Consistently use unwrap! in favor of .unwrap() | Ben Gamari | 2021-08-05 | 1 | -2/+2 |
| | | | | | | Unfortunately errors from `embedded_graphics` and `core` doesn't provide the necessary instances currently. | ||||
| * | stm32/time: add Cargo features to choose tim2/tim3 | Dario Nieuwenhuis | 2021-08-05 | 2 | -8/+10 |
| | | |||||
| * | Update nightly, remove removed features. | Dario Nieuwenhuis | 2021-08-04 | 1 | -2/+0 |
| | | |||||
| * | examples: Drop build-std = ["core"] | Ben Gamari | 2021-07-31 | 1 | -3/+0 |
| | | | | | | | | | Previously the cargo configurations of all of the example projects had `build-std = ["core"]`, which forces compilation of `core` as a code-size optimisation. However, this is strictly unnecessary and will currently break for users who do not use `rustup` directly (e.g. nix users). | ||||
| * | Rename embassy-extras to embassy-hal-common | Dario Nieuwenhuis | 2021-07-29 | 1 | -1/+1 |
| | | |||||
| * | stm32: No need to enable GPIO clocks manually | Timo Kröger | 2021-07-23 | 2 | -9/+0 |
| | | |||||
| * | stm32: Update gpio examples | Thales Fragoso | 2021-06-25 | 1 | -2/+2 |
| | | |||||
| * | Add STM32WB55 examples to CI, fix example crate name | Dominik Boehi | 2021-06-12 | 1 | -1/+1 |
| | | |||||
| * | Initial support and example for STM32WB55 | Dominik Boehi | 2021-06-12 | 6 | -0/+187 |
