ThreadX project fails to build when only LL drivers are chosen
Steps to reproduce are pretty simple:
1. In "Pinout & Configuration", open "Middleware and Software Packs". Select "ThreadX". Enable "Core".
2. In "Project Manager -> Advanced Settings, change all drivers from HAL to LL.
3. Click "Generate Code" from Project menu.
4. Compile generated code.
Result:
../AZURE_RTOS/App/app_azure_rtos.h:31:10: fatal error: stm32u0xx_hal.h: No such file or directory
File stm32u0xx_hal.h is expected, however it is not generated, because no HAL driver is chosen.
