forked from stm32duino/Arduino_Core_STM32
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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!