Question
How to prevent CubeIDE updating patched files
I want to use Segger SystemView with my STM32F103RB project. The project is generated by STM32CubeIDE and it has the FreeRTOS middleware as a part of it.
In order to use Segger SystemView FreeRTOS needs a few patches to embed the logging for RTT. The problem is that if the middleware FreeRTOS is patched and the CubeIDE project gets regenerated the patches get overwritten.
Is there a way to not have CubeIDE update the FreeRTOS middleware when the project is regenerated?
