Added STM32 Project

This commit is contained in:
2026-03-21 17:28:02 +01:00
parent 442d94fa1b
commit 9feea0f9fe
124 changed files with 192696 additions and 0 deletions

22
STM32/CMakeLists.txt Normal file
View File

@@ -0,0 +1,22 @@
cmake_minimum_required(VERSION 3.22)
include(ExternalProject)
#
# This file is generated only once,
# and is not re-generated if converter is called multiple times.
#
# User is free to modify the file as much as necessary
#
# In order to use CMake for cross-compiling
set(CMAKE_CXX_COMPILER_FORCED "true")
# Set the project name
set(CMAKE_PROJECT_NAME STM32)
# Core project settings
project(${CMAKE_PROJECT_NAME})
# Include external project file
include("mx-generated.cmake")