aboutsummaryrefslogtreecommitdiff
path: root/stm32-gen-features
Commit message (Collapse)AuthorAgeFilesLines
* stm32: use stm32-metapac from crates.io, remove stm32-data submodule.Dario Nieuwenhuis2023-03-205-209/+0
|
* all Cargo.toml: Add license to all crate Cargo.toml fileschrysn2022-10-071-0/+1
| | | | Closes: https://github.com/embassy-rs/embassy/issues/1002
* Remove the authors field from Cargo.tomlsDario Nieuwenhuis2022-06-181-1/+0
| | | | | | | | | | | 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".
* Update to 2021 edition. (#820)Dario Nieuwenhuis2022-06-181-1/+1
|
* Run rustfmt.Dario Nieuwenhuis2022-06-121-2/+1
|
* Add stm32wlexx supportDario Nieuwenhuis2022-04-081-41/+3
|
* Add missing stm32wl/stm32wb chips except stm32wleDario Nieuwenhuis2022-04-081-16/+2
|
* Add STM32L5 support.Dario Nieuwenhuis2022-04-081-0/+1
|
* Mark F2 as a supported familyJoonas Javanainen2022-03-211-0/+1
|
* Fix suffix of generated chip metadata filesJoonas Javanainen2022-03-211-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`VasanthakumarV2021-12-131-0/+1
|
* stm32: add stm32g4 support.Dario Nieuwenhuis2021-11-271-2/+3
|
* stm32: rename core features from _cmX to -cmX, cleanup gen.Dario Nieuwenhuis2021-11-231-1/+1
|
* Adjust for STM32U5.Bob McWhirter2021-11-021-1/+2
|
* Initial support for STM32F767ZI.Matous Hybl2021-10-261-1/+2
|
* Initial STM32F1 family support with two examples for STM32F103C8 (Blue Pill)Mariusz Ryndzionek2021-09-281-1/+2
|
* Support for STM32L1Ulf Lilleengen2021-09-211-1/+2
| | | | | | | * Add RCC * Fix more issues with dash in chip names * Update stm32-data version * Add blinky and spi example
* build(gen-features): remove unused toml dependencyCôme ALLART2021-09-111-1/+0
|
* fix(gen-features): keep data files orderCôme ALLART2021-09-112-31/+20
|
* refactor(gen-features): use Rust instead of PythonCôme ALLART2021-09-052-52/+107
| | | | Added support for /stm32-metapac
* refactor(gen_features): use Rust instead of PythonCôme ALLART2021-08-275-0/+211
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