This is a bare minimum repository to build for STM32L011 (K4T6, though would presumably be easy to add the includes and linker script for other chips).
It pulls in CMSIS_5 as a submodule, so after cloning be sure to run:
git submodule update --init --recursive