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 ae613dc commit 93725b7Copy full SHA for 93725b7
docs/MAINTAIN.md
@@ -5,3 +5,12 @@
5
a file <family>.cmake must be added to the folder cmake/stm32
6
This file containes the differents devices and the regex used to parse them.
7
It also give information on the RAM and CCRAM available
8
+
9
+## Add family to list of know families
10
11
+Update the list `STM32_SUPPORTED_FAMILIES_LONG_NAME` located in the cmake/stm32/common.cmake file
12
13
14
+## Add family to CI
15
16
+Update the cmake.yml workflow file to include the new family
0 commit comments