-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
we need integration of H5 family and C0 family #318
Comments
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. |
Seems they are executed. See https://github.com/ObKo/stm32-cmake/actions/runs/7377399007 stm32-cmake/.github/workflows/cmake.yml Line 14 in 986aaf9
|
OK, I didn't notice that family is pre-defined by github workflow. Nevertheless, I recommend updating the 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
The text was updated successfully, but these errors were encountered: