Enabling freeRTOS should not require setting system time base when using LL
By default, when using HAL, it is required to set another time base source instead of SysTick as it is used for freeRTOS, but when using LL for all the peripherals, it shouldn't be necessary as LL does not use SysTick interrupt as HAL does.
I think the request to set another timer for timebase source should not be prompted to the user and hence code generator must not comment out
#define xPortSysTickHandler SysTick_Handlerwhen using LL for all peripherals enabled.
