Open-CMSIS-Pack / generator-bridge

Reference examples of a generator bridge. E.g. STCubeMX_Bridge
Apache License 2.0
2 stars 6 forks source link

Update cbridge to not include linker script files in *cgen.yml #70

Closed DavidLesnjak closed 2 months ago

DavidLesnjak commented 2 months ago

Describe The Problem To Be Solved Currently linker script files are added in generated *cgen.yml. It is preferable for linker script files to be excluded from being added as files within cgen.yml. Consequently, cbridge needs to be modified to prevent the inclusion of linker script files in cgen.yml.