summaryrefslogtreecommitdiff
path: root/stm32-gen-features
AgeCommit message (Collapse)Author
2022-10-07all Cargo.toml: Add license to all crate Cargo.toml fileschrysn
Closes: https://github.com/embassy-rs/embassy/issues/1002
2022-06-18Remove the authors field from Cargo.tomlsDario Nieuwenhuis
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".
2022-06-18Update to 2021 edition. (#820)Dario Nieuwenhuis
2022-06-12Run rustfmt.Dario Nieuwenhuis
2022-04-08Add stm32wlexx supportDario Nieuwenhuis
2022-04-08Add missing stm32wl/stm32wb chips except stm32wleDario Nieuwenhuis
2022-04-08Add STM32L5 support.Dario Nieuwenhuis
2022-03-21Mark F2 as a supported familyJoonas Javanainen
2022-03-21Fix suffix of generated chip metadata filesJoonas Javanainen
stm32-data switched from YAML to JSON files in this commit: https://github.com/embassy-rs/stm32-data/commit/4c1eda7c32698a36e7c644c40c1dad778269cbb7
2021-12-13[manual] Add stm32f3 family to `stm32-gen-features`VasanthakumarV
2021-11-27stm32: add stm32g4 support.Dario Nieuwenhuis
2021-11-23stm32: rename core features from _cmX to -cmX, cleanup gen.Dario Nieuwenhuis
2021-11-02Adjust for STM32U5.Bob McWhirter
2021-10-26Initial support for STM32F767ZI.Matous Hybl
2021-09-28Initial STM32F1 family support with two examples for STM32F103C8 (Blue Pill)Mariusz Ryndzionek
2021-09-21Support for STM32L1Ulf Lilleengen
* Add RCC * Fix more issues with dash in chip names * Update stm32-data version * Add blinky and spi example
2021-09-11build(gen-features): remove unused toml dependencyCôme ALLART
2021-09-11fix(gen-features): keep data files orderCôme ALLART
2021-09-05refactor(gen-features): use Rust instead of PythonCôme ALLART
Added support for /stm32-metapac
2021-08-27refactor(gen_features): use Rust instead of PythonCôme ALLART
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