Skip to content
Alexis Masson edited this page Jul 26, 2022 · 5 revisions

Welcome to the CMake port of Arduino_Core_STM32!

The goal of this repository is to let users build Arduino sketches for STM32 boards, without using neither Arduino IDE nor arduino-cli.

To do so, you should put a CMake source file (CMakeLists.txt) along your sketch's source files. Examples can be found on a separate repository. This file is written in CMake's own syntax, making heavy use of the custom functions defined here in the cmake/ folder.

Before delving into this wiki, be sure to read the dedicated README first!

Clone this wiki locally