Why is CubeMX not letting me add STM32_WPAN for a ZigBee project?
I'm trying to create a ZigBee-only project (no BLE), that will only implement an APS Coordinator with FreeRTOS support for the STM32WB5MMG module.
I'm looking at the Zigbee_APS_Coord sample, which is exactly what I need, and I noticed that it has a folder called "STM32_WPAN" under the "Middlewares" folder. I went ahead to CubeMX and tried to add the STM32_WPAN component but I got this:

The STM32_WPAN component is grayed out and won't let me add it unless I disable FreeRTOS!! Which is a big fat lie! Then how come the Zigbee_OnOff_Server_Coord_FreeRTOS sample project has both FreeRTOS and STM32_WPAN? It seems to me that it is indeed possible to have both, so, why am I not able to add it?
