Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.31 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.31 KB

Kodezine's CMake Collection

This is a comprehensive collection of CMake scripts for embedded systems developement. Each folder in this repository contains a markdown file that helps in making sense. I hope it does.

Static Libraries

Minimum CMake version

While care has been taken to make the CMake scripts as modern as possible.

This folder contains different frameworks like:

This folder contains various silicon vendor libraries creation scripts

The folder is home to the STM Microelectronics HAL and LL drivers usually found at stm32cubemx. The details of how the drivers are introduced is here. ... others follow.

Cross compilation toolchains which can use CMake.