https://github.com/stm32duino/cmake_workspace
https://github.com/stm32duino/cmake_workspace
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stm32duino/cmake_workspace
- Owner: stm32duino
- License: other
- Created: 2022-06-09T09:29:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T07:25:21.000Z (10 months ago)
- Last Synced: 2024-12-31T12:50:13.053Z (4 months ago)
- Language: CMake
- Size: 24.4 KB
- Stars: 7
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Arduino_Core_STM32 with CMake: examples
This repo contains examples to illustrate how to build a skech with [the STM32 core using CMake](https://github.com/stm32duino/Arduino_Core_STM32).
You are encouraged to take the CMakeLists.txt found in the sketches as templates and reuse them in your own.
The examples are numbered, going from most basic to illustrating the most advanced features of the tool.
All the examples are built for an STM32 L433RCT6P (identified as "NUCLEO_L433RC_P").
Other STM32 boards may, of course, be used, provided they support the relevant features.Documentation about the CMake framewok is available [here](https://github.com/stm32duino/Arduino_Core_STM32/wiki/CMake-presentation).
Documentation about CMake itself is available [there](https://cmake.org/cmake/help/latest/index.html).Feedback, questions and comments are welcome! Feel free to open an issue or a PR.