Creating Touchgfx projects without RTOS!
When creating a Touchgfx project on Touchgfx Designer, the project comes with RTOS by default. One could disable RTOS by opening the .ioc file on CubeMX and unticking FREERTOS. But then it is also required to delete the CMSIS file and other related RTOS file in the project explorer for the project to compile successfully without error.
My question is: Is there a way to create touchgfx projects on Touchgfx Designer without RTOS by default?