Added my_main invocation

This commit is contained in:
2025-11-20 10:34:17 +00:00
parent 1fab64f837
commit e5800ee343
3 changed files with 41 additions and 18 deletions

View File

@@ -36,7 +36,7 @@ All the relevant settings are under the 'Project Manager' tab and should be set
Setting | Value
-- | --
Project > Do not generate the main() | SET
Project > Do not generate the main() | UNSET
Project > Toolchain / IDE | 'CMake'
Code Generator > STM32Cube MCU packages and embedded software packages | 'Copy only necessary library files'
Code Generator > Generate peripheral initialization as a pair of '.c/.h' files per peripheral | SET
@@ -66,3 +66,7 @@ After project creation of after modifying the IOC, code generation needs to be i
### The remaining work
After code generation and convertion, a more manual part of project setup remains. MX Convert only prepares code for integration with CMake projects, the base CMake should be built around the cubemx folder, and it's setup is outside the scope of this tool and guide.
### TODO
Explain `my_main` and FREERTOS use.