FreeRTOS / iot-reference-stm32u5

MIT License
43 stars 29 forks source link

FreeRTOS awareness in CubeIDE gdb server config #79

Closed grdSTM closed 1 year ago

grdSTM commented 1 year ago

Workaround for the STM32CubeIDE gdb FreeRTOS kernel awareness tool:

Redefining the tskTaskControlBlock struct, even locally, confuses the tool, which is not able to recover the callstrack context of each RTOS tasks.

Using a different name avoids the confusion, and restores the STM32CubeIDE debug view.