We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e9236d commit add481dCopy full SHA for add481d
codegen/README.md
@@ -43,6 +43,12 @@ from the respective GPIO internal peripheral (IP) version:
43
- gpio-f333
44
- gpio-f373
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
+
52
Note that the GPIO IP version names don't necessarily match the MCUs they are
53
used in. For example, the GPIOs in `STM32F302xB` MCUs have the IP version
54
"STM32F303_gpio_v1_0". The MCU features of the `stm32f3xx-hal` also select the
0 commit comments