Generate ethernet peripherals for f2 and f4
These are eth v1b, according to stm32-rs it should have the same register changes as v1c, so I just copied it over.
This commit is contained in:
parent
05bf8c23c1
commit
121e5bc92b
2220
data/registers/eth_v1b.yaml
Normal file
2220
data/registers/eth_v1b.yaml
Normal file
File diff suppressed because it is too large
Load Diff
@ -232,6 +232,7 @@ perimap = [
|
|||||||
('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')),
|
('STM32F107.*:ETH:.*', ('eth', 'v1a', 'ETH')),
|
||||||
|
('STM32F[24].*:ETH:.*', ('eth', 'v1b', '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')),
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user