stm32/test: add h5 hil tests.

This commit is contained in:
Dario Nieuwenhuis
2023-04-10 15:12:47 +02:00
parent 4ef8e008e8
commit dbfd28130f
7 changed files with 36 additions and 16 deletions

View File

@ -11,6 +11,7 @@ stm32g071rb = ["embassy-stm32/stm32g071rb"] # Nucleo
stm32g491re = ["embassy-stm32/stm32g491re"] # Nucleo
stm32h755zi = ["embassy-stm32/stm32h755zi-cm7"] # Nucleo
stm32wb55rg = ["embassy-stm32/stm32wb55rg"] # Nucleo
stm32h563zi = ["embassy-stm32/stm32h563zi"] # Nucleo
stm32u585ai = ["embassy-stm32/stm32u585ai"] # IoT board
[dependencies]