a file .cmake must be added to the folder cmake/stm32 This file containes the differents devices and the regex used to parse them. It also give information on the RAM and CCRAM available
Update the list STM32_SUPPORTED_FAMILIES_LONG_NAME located in the cmake/stm32/common.cmake file
Add all known devices to the list of all devices
The versions to use can be found as follow:
Add the file stm32${FAMILY_L}xx_hal_conf.h file to the root folder of each test. (A template is provided in the corresponding HAL) Update the cmake.yml workflow file to include the new family