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

[cbridge] Add support in cbridge to correctly launch STM32CubeMX even when board name includes board revision #45

Closed DavidLesnjak closed 7 months ago

DavidLesnjak commented 7 months ago

Describe The Problem To Be Solved STM32CubeMX should launch correctly (pre-configured for a board) even if the board name contains a board revision.

(Optional): Suggest A Solution STM32CubeMX requires board name only (no revision suffix). Discard the revision information before launching and use only the base board name as a parameter.