aboutsummaryrefslogtreecommitdiff
path: root/stm32-gen-features/src
Commit message (Collapse)AuthorAgeFilesLines
* stm32: use stm32-metapac from crates.io, remove stm32-data submodule.Dario Nieuwenhuis2023-03-202-194/+0
|
* 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
* 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-272-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