copy files over from slave

This commit is contained in:
2024-05-10 18:59:00 +02:00
parent b5f51ac964
commit f05f1fd3b8
192 changed files with 2014 additions and 313161 deletions

View File

@ -20,7 +20,11 @@ floatAbi: -mfloat-abi=hard
ldscript: STM32F302CBTx_FLASH.ld # linker script
# Compiler definitions. The -D prefix for the compiler will be automatically added.
cDefinitions: []
cDefinitions:
- USE_HAL_DRIVER
- STM32F302xC
- STM32F3xx
cxxDefinitions: []
asDefinitions: []
@ -35,8 +39,12 @@ asDefinitionsFile:
# Compiler flags
cFlags:
- -Wall
- -Wextra
- -Wno-unused-parameter
- -fdata-sections
- -ffunction-sections
- -fanalyzer
- --std=gnu2x
cxxFlags: []
assemblyFlags:
@ -70,7 +78,7 @@ excludes:
# Include directories (directories containing .h or .hpp files)
# If a CubeMX makefile is present it will automatically include the include directories from that makefile.
includeDirectories:
includeDirectories:
- Inc/**
- Core/Inc/**
- Core/Lib/**