NabuCasa / silabs-firmware-builder

Silicon Labs firmware builder
42 stars 54 forks source link

Fix EFR32MG24 build by purging more chip-specific config files #67

Closed puddly closed 1 month ago

puddly commented 1 month ago

To retarget projects from one chip to another, we should purge all config files related to the chip and allow the components to repopulate them, where appropriate. This PR parses the final component graph and explicitly identifies all config files that need to be removed.