Interdependence of LL and HAL => annoying => wish list
I cannot use HAL because this library is not authorized by the company for the type of development I am doing. But I can use CMSIS and LL.
When I compile ***_ ll_.c files some include stm32h7_hal.c, which itself includes stm32h7xx_hal_conf.h. These files do not concern LL.
Could ST clearly separate LL and HAL, and not have LL dependence on HAL?
In addition stm32h7xx_hal_conf.h includes main.h. It is an application file which has nothing to do with LL or HAL, and which I do not need (RTOS with several tasks, no main). I am obliged to have a file with a single comment indicating that we do not need it ...
I'm not sure this is the right place to make this request, but I didn't find a 2020 wish list.
Thanks to ST.
