embassy-rs / stm32-data

66 stars 94 forks source link

Perimap Instructions include possibly unused IP_NAME #458

Open JuliDi opened 3 months ago

JuliDi commented 3 months ago

In the Readme's perimap instructions it says there can be four "items" that specify the IP block. One of them is the IP_NAME. It seems like this is never used in perimap and the XML files seem to have PERIPHERAL_NAME == IP_NAME.

https://github.com/embassy-rs/stm32-data/blob/378deee68b98fdce741ef8695fab5b35c2896f38/README.md?plain=1#L175

Is it still possible to use IP_NAME if necessary or is it not even parsed?