File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,12 @@ from the respective GPIO internal peripheral (IP) version:
43
43
- gpio-f333
44
44
- gpio-f373
45
45
46
+ ` codegen ` collects those IP versions from the relevant GPIO IP description
47
+ files (located at ` $cubemx_db_path/mcu/IP/GPIO-*.xml ` ). The root ` <IP> ` element
48
+ has a ` Version ` attribute with a value in the form of "STM32Fxxx_gpio_v1_0".
49
+ The feature name is constructed by dropping the parts constant between all
50
+ version strings and prepending "gpio-".
51
+
46
52
Note that the GPIO IP version names don't necessarily match the MCUs they are
47
53
used in. For example, the GPIOs in ` STM32F302xB ` MCUs have the IP version
48
54
"STM32F303_gpio_v1_0". The MCU features of the ` stm32f3xx-hal ` also select the
You can’t perform that action at this time.
0 commit comments