Get STM32CubeIDE to add HAL and LL drivers to project
Hi, I am using all HAL drivers in my project, and have this configured in STM32CubeIDE(in STM32CubeMX part of STM32CubeIDE). I want to use mixed HAL and LL drivers for DMA and UART. But, because in STM32CubeIDE device configuation(advanced options) I have selected HAL for DMA and UART, it only adds HAL drivers to the "../Drivers/STM32F0xx_HAL_Driver" folder of my project. I know I can copy the LL drivers from STM32CubeF0, but than I have to select what version. And, if I ever update the version of STM32CubeF0 via the IDE, it will not match the version of the files I copied. I want to IDE to copy both the HAL and LL files into the "../Drivers/STM32F0xx_HAL_Driver" folder.
