copy files over from slave
This commit is contained in:
		@ -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/**
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user