Add STM32F107 ethernet v1a peripheral

This commit is contained in:
David Lenfesty 2022-04-21 17:05:23 -06:00
parent 670f270c0a
commit a0368410a5
2 changed files with 2143 additions and 0 deletions

2142
data/registers/eth_v1a.yaml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -230,6 +230,7 @@ perimap = [
('STM32U5.*:FLASH:.*', ('flash', 'u5', 'FLASH')), ('STM32U5.*:FLASH:.*', ('flash', 'u5', 'FLASH')),
('STM32WB.*:FLASH:.*', ('flash', 'wb55', 'FLASH')), ('STM32WB.*:FLASH:.*', ('flash', 'wb55', 'FLASH')),
('STM32G0.*:FLASH:.*', ('flash', 'g0', 'FLASH')), ('STM32G0.*:FLASH:.*', ('flash', 'g0', 'FLASH')),
('STM32F107.*:ETH:.*', ('eth', 'v1a', 'ETH')),
('STM32F7.*:ETH:ETH:ethermac110_v2_0', ('eth', 'v1c', 'ETH')), ('STM32F7.*:ETH:ETH:ethermac110_v2_0', ('eth', 'v1c', 'ETH')),
('.*ETH:ethermac110_v3_0', ('eth', 'v2', 'ETH')), ('.*ETH:ethermac110_v3_0', ('eth', 'v2', 'ETH')),