Merge pull request #362 from eZioPan/eth-mapping

Eth mapping
This commit is contained in:
Dario Nieuwenhuis 2024-01-22 21:15:23 +00:00 committed by GitHub
commit 59700c07a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -401,8 +401,7 @@ impl PeriMatcher {
("STM32F107.*:ETH:.*", ("eth", "v1a", "ETH")),
("STM32F[24].*:ETH:.*", ("eth", "v1b", "ETH")),
("STM32F7.*:ETH:.*", ("eth", "v1c", "ETH")),
(".*ETH:ethermac110_v3_0", ("eth", "v2", "ETH")),
(".*ETH:ethermac110_v3_0_1", ("eth", "v2", "ETH")),
("STM32H.*:ETH:.*", ("eth", "v2", "ETH")),
("STM32F4[23][79].*:FMC:.*", ("fmc", "v1x3", "FMC")),
("STM32F446.*:FMC:.*", ("fmc", "v2x1", "FMC")),
("STM32F469.*:FMC:.*", ("fmc", "v2x1", "FMC")),