diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-02-17 02:36:48 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-02-17 02:36:48 +0100 |
| commit | 0e80dc4cd929f201dd35b569aa0aadd891c58682 (patch) | |
| tree | 37bf70a9d6f4c8d50f460d4e95e677329d37db50 /tests/stm32/src/bin | |
| parent | 9352621058bb4e96b8897ec431cc939838729442 (diff) | |
tests/stm32: add stm32f091rc, stm32h503rb.
Diffstat (limited to 'tests/stm32/src/bin')
| -rw-r--r-- | tests/stm32/src/bin/hash.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/stm32/src/bin/hash.rs b/tests/stm32/src/bin/hash.rs index d1cfac5ce..8cc5d593f 100644 --- a/tests/stm32/src/bin/hash.rs +++ b/tests/stm32/src/bin/hash.rs | |||
| @@ -24,6 +24,7 @@ bind_interrupts!(struct Irqs { | |||
| 24 | feature = "stm32wba52cg", | 24 | feature = "stm32wba52cg", |
| 25 | feature = "stm32l552ze", | 25 | feature = "stm32l552ze", |
| 26 | feature = "stm32h563zi", | 26 | feature = "stm32h563zi", |
| 27 | feature = "stm32h503rb", | ||
| 27 | feature = "stm32u5a5zj", | 28 | feature = "stm32u5a5zj", |
| 28 | feature = "stm32u585ai" | 29 | feature = "stm32u585ai" |
| 29 | ))] | 30 | ))] |
