User Activity

I am compiling for the STM32C031C6 (development board)I have optimization set to -Os because otherwise we are not going to fit a simple stack.In normal compilation mode everything is working as expected. (except for a bug I am chasing now)So I have 2...
My goal is to have a build system that I can either use locally to program/debug but also would work for CI integration.I am fairly new to ST environment but to me it seems something is going wrong with makefile generation.I am using Windows 10, Cube...