How do I create an optimal, customizable Ceedling configuration for STM32 unit testing?
I’m working on an STM32 project using the stm32f407g-disc1
and want to set up Ceedling for unit testing. It is important for me to maintain the standard folder structure typically used in STM32 projects (such as in STM32CubeMX or STM32CubeIDE), while also having a robust and customizable Ceedling configuration.
How do I create an optimal, customizable Ceedling configuration for STM32 unit testing?
I’m working on an STM32 project using the stm32f407g-disc1
and want to set up Ceedling for unit testing. It is important for me to maintain the standard folder structure typically used in STM32 projects (such as in STM32CubeMX or STM32CubeIDE), while also having a robust and customizable Ceedling configuration.