-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
I'm currently updating the I2C peripheral information. On some controllers (F0, L0) the features of the stm32-extended
IP depend on the peripheral instance. I would have expected the DFG to generate multiple <driver>
tags for the different instances.
Output:
<driver name="i2c" type="stm32-extended">
<feature value="dnf"/>
<feature device-name="30|70" device-pin="c" value="fmp"/>
<feature device-name="70" device-pin="r" value="fmp"/>
<instance value="1"/>
<instance value="2"/>
</driver>
Expected:
<driver name="i2c" type="stm32-extended">
<feature value="dnf"/>
<feature value="fmp"/>
<instance value="1"/>
</driver>
<driver name="i2c" type="stm32-extended">
<feature value="dnf"/>
<instance value="2"/>
</driver>
Metadata
Metadata
Assignees
Labels
No labels