| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32: use stm32-metapac from crates.io, remove stm32-data submodule. | Dario Nieuwenhuis | 2023-03-20 | 2 | -194/+0 |
| | | |||||
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 1 | -2/+1 |
| | | |||||
| * | Add stm32wlexx support | Dario Nieuwenhuis | 2022-04-08 | 1 | -41/+3 |
| | | |||||
| * | Add missing stm32wl/stm32wb chips except stm32wle | Dario Nieuwenhuis | 2022-04-08 | 1 | -16/+2 |
| | | |||||
| * | Add STM32L5 support. | Dario Nieuwenhuis | 2022-04-08 | 1 | -0/+1 |
| | | |||||
| * | Mark F2 as a supported family | Joonas Javanainen | 2022-03-21 | 1 | -0/+1 |
| | | |||||
| * | Fix suffix of generated chip metadata files | Joonas Javanainen | 2022-03-21 | 1 | -1/+1 |
| | | | | | | | stm32-data switched from YAML to JSON files in this commit: https://github.com/embassy-rs/stm32-data/commit/4c1eda7c32698a36e7c644c40c1dad778269cbb7 | ||||
| * | [manual] Add stm32f3 family to `stm32-gen-features` | VasanthakumarV | 2021-12-13 | 1 | -0/+1 |
| | | |||||
| * | stm32: add stm32g4 support. | Dario Nieuwenhuis | 2021-11-27 | 1 | -2/+3 |
| | | |||||
| * | stm32: rename core features from _cmX to -cmX, cleanup gen. | Dario Nieuwenhuis | 2021-11-23 | 1 | -1/+1 |
| | | |||||
| * | Adjust for STM32U5. | Bob McWhirter | 2021-11-02 | 1 | -1/+2 |
| | | |||||
| * | Initial support for STM32F767ZI. | Matous Hybl | 2021-10-26 | 1 | -1/+2 |
| | | |||||
| * | Initial STM32F1 family support with two examples for STM32F103C8 (Blue Pill) | Mariusz Ryndzionek | 2021-09-28 | 1 | -1/+2 |
| | | |||||
| * | Support for STM32L1 | Ulf Lilleengen | 2021-09-21 | 1 | -1/+2 |
| | | | | | | | | * Add RCC * Fix more issues with dash in chip names * Update stm32-data version * Add blinky and spi example | ||||
| * | fix(gen-features): keep data files order | Côme ALLART | 2021-09-11 | 2 | -31/+20 |
| | | |||||
| * | refactor(gen-features): use Rust instead of Python | Côme ALLART | 2021-09-05 | 2 | -52/+107 |
| | | | | | Added support for /stm32-metapac | ||||
| * | refactor(gen_features): use Rust instead of Python | Côme ALLART | 2021-08-27 | 2 | -0/+195 |
| Done for /embassy-stm32 only The new generator is in /stm32-gen-features /stm32-metapac could/should be added too A CI check "generated features up to date" could/should be performed | |||||
