Is there a reason why the MDK Keil::STM32F0xx_DFP doesn’t include CMSIS and HAL/StdPeriph drivers for UART, SPI, I2C, etc. ? All the other Keil::STM32Fx DFPs appear to. It's just that their absence makes porting across F0 <-> non-F0 projects more arduous as (I assume) you have to manually load all the HAL drivers and configuration files into F0 projects (and manually maintain them), or use CubeMX, which doesn’t support RTX.