Initial code generation

This commit is contained in:
2026-06-02 15:07:37 +02:00
parent b0b0d92009
commit 70ae757c33
124 changed files with 198049 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")