USB_DEVICE missing from CubeMX
CubeMX version 6.10.0
Chip is STM32H563IIKx
Firmware package is STM32Cube FW_H5 v1.1.1 (which is the latest shown in the software packages manager).
Neither USB_DEVICE nor USB_HOST is listed in middlewares:

As can be seen, my project involves FreeRTOS which eliminates THREADX and USBX as options.
All the information I can find online about creating a USB CDC (Virtual COM Port) implementation involves configuration using USB_DEVICE middleware. What is the correct path now, since USB_DEVICE is not present? Switching to THREADX is not a feasible option.
