Closed atsju closed 10 months ago
See PR #331 for STM32C0 MCU support
@Hish15, thanks for the H5 support.
I guess the unit tests are not executed for these targets as CMakeLists have not been updated.
OK, I didn't notice that family is pre-defined by github workflow.
Nevertheless, I recommend updating the CMakeLists.txt
file in each subdirectory on test
if(NOT TEST_FAMILIES)
set(TEST_FAMILIES C0 F0 F1 F2 F3 F4 F7 G0 G4 H5 H7 L0 L1 L4 L5 MP1 U5 WB WL)
endif()
I agree. Then maybe, we could do something like
set(TEST_FAMILIES L4 F4)
message(warning blabla missing blabla)
to avoid futur omission beeing a problem
Yes we don't want to manage families as it's done for now on UT. #334
https://github.com/STMicroelectronics/STM32CubeH5 https://github.com/STMicroelectronics/STM32CubeC0