Loading repository data…
Loading repository data…
DNedic / repository
An example CMake project for STM32 devices. It contains the most thoroughly commented embedded CMakeLists file
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This repository contains an example embedded CMake project using an STM32F103 MCU. It contains the most thoroughly commented embedded CMakeLists file and a nix-shell reproducible development environment covered on my blog.
To build the project in the default Debug mode use the following commands:
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_TOOLCHAIN_FILE=arm-none-eabi-gcc.cmake
cmake --build build