Can't change FreeRTOS Queue item size
Stm32CubeIDE 1.14.0, STM32CubeMX 6.10.0, STM32CubeFW_U5 V1.4.0, X-CUBE-FREERTOS.1.1.0
This started with the Stm32CubeIDE 1.14.0 release and worked fine in 1.13.x. It happens for new projects and migrated projects. I'm using it with an STM32U5.
Go into the Task and Queues tab in FreeRTOS and add a Queue. Change the Item Size to uint32_t. This needs to be different. Click OK. The item size is uint16_t (the default). Edit it and it's uint16_t. You can't change it in the UI.
I need to manually create a Queue to be able to set the item size.
