stm32: add stm32f103 bluepill to HIL tests.

This commit is contained in:
Dario Nieuwenhuis
2022-02-24 00:19:26 +01:00
parent 1b3c34b923
commit e39fd4a736
7 changed files with 13 additions and 4 deletions

View File

@ -6,6 +6,7 @@ version = "0.1.0"
resolver = "2"
[features]
stm32f103c8 = ["embassy-stm32/stm32f103c8"]
stm32f429zi = ["embassy-stm32/stm32f429zi"]
stm32g071rb = ["embassy-stm32/stm32g071rb"]
stm32g491re = ["embassy-stm32/stm32g491re"]