stm32/tests: add stm32h753zi, stm32h7a3zi.

This commit is contained in:
Dario Nieuwenhuis
2023-10-21 02:53:48 +02:00
parent b1d0947a18
commit 3d03c18d4f
7 changed files with 66 additions and 7 deletions

View File

@@ -60,6 +60,8 @@ async fn main(spawner: Spawner) {
let n = 4;
#[cfg(feature = "stm32f207zg")]
let n = 5;
#[cfg(feature = "stm32h753zi")]
let n = 6;
let mac_addr = [0x00, n, 0xDE, 0xAD, 0xBE, 0xEF];