Hi,
I am having a little trouble importing a project generated by the cubeMX, including FreeRTOS.
For some reason the osThreadDef macro isn’t being found. If I rightclick and choose “go to declaration” it goes to the cmsis_os.h as expected, but “go to definition” does nothing.
The other weird thing is that there seems to be a missing argument on the CubeMX version of the osThreadDef macro.
I tried the VisualGDB sample project, and that works just fine.
I have successfully imported and built non-FreeRTOS projects in the past. Any hints here would be very appreciated.
Thanks in advance.