You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build CycloneTCP using CMSIS-RTOS2 port with RTX v5 version, it looks like the RTOS2 v5 5.8.0 has removed a field in osThreadAttr_t structure because the code fails to compile now:
Hello,
I'm trying to build CycloneTCP using CMSIS-RTOS2 port with RTX v5 version, it looks like the RTOS2 v5 5.8.0 has removed a field in osThreadAttr_t structure because the code fails to compile now:
I think this is due to CMSIS 6.0.0. It builds with a different error with 5.9.0 but I think this is my configuration missing.
The text was updated successfully, but these errors were encountered: