This commit is contained in:
philsson 2016-09-15 14:18:08 +02:00
parent 62a9a434c8
commit 8a78a17aa3
22 changed files with 298 additions and 1419 deletions

View File

@ -200,5 +200,12 @@
</scannerConfigBuildInfo>
</storageModule>
<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
<storageModule moduleId="refreshScope"/>
<storageModule moduleId="refreshScope" versionNumber="2">
<configuration configurationName="Debug">
<resource resourceType="PROJECT" workspacePath="/UAV-ControlSystem"/>
</configuration>
<configuration configurationName="Release">
<resource resourceType="PROJECT" workspacePath="/UAV-ControlSystem"/>
</configuration>
</storageModule>
</cproject>

View File

@ -6,7 +6,7 @@
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
<provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
<provider copy-of="extension" id="org.eclipse.cdt.managedbuilder.core.GCCBuildCommandParser"/>
<provider class="fr.ac6.mcu.ide.build.CrossBuiltinSpecsDetector" console="false" env-hash="1758116234699011172" id="fr.ac6.mcu.ide.build.CrossBuiltinSpecsDetector" keep-relative-paths="false" name="Ac6 SW4 STM32 MCU Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">
<provider class="fr.ac6.mcu.ide.build.CrossBuiltinSpecsDetector" console="false" env-hash="-1052598414313550594" id="fr.ac6.mcu.ide.build.CrossBuiltinSpecsDetector" keep-relative-paths="false" name="Ac6 SW4 STM32 MCU Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">
<language-scope id="org.eclipse.cdt.core.gcc"/>
<language-scope id="org.eclipse.cdt.core.g++"/>
</provider>
@ -18,7 +18,7 @@
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
<provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
<provider copy-of="extension" id="org.eclipse.cdt.managedbuilder.core.GCCBuildCommandParser"/>
<provider class="fr.ac6.mcu.ide.build.CrossBuiltinSpecsDetector" console="false" env-hash="1758116234699011172" id="fr.ac6.mcu.ide.build.CrossBuiltinSpecsDetector" keep-relative-paths="false" name="Ac6 SW4 STM32 MCU Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">
<provider class="fr.ac6.mcu.ide.build.CrossBuiltinSpecsDetector" console="false" env-hash="-1052598414313550594" id="fr.ac6.mcu.ide.build.CrossBuiltinSpecsDetector" keep-relative-paths="false" name="Ac6 SW4 STM32 MCU Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">
<language-scope id="org.eclipse.cdt.core.gcc"/>
<language-scope id="org.eclipse.cdt.core.g++"/>
</provider>

View File

@ -1,6 +1,2 @@
/makefile
/objects.list
/objects.mk
/sources.mk
/src/
/startup/

View File

@ -2166,7 +2166,7 @@ LOAD c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.
0x08000000 g_pfnVectors
0x08000188 . = ALIGN (0x4)
.text 0x08000188 0x1a38
.text 0x08000188 0x1a40
0x08000188 . = ALIGN (0x4)
*(.text)
.text 0x08000188 0xa4 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtbegin.o
@ -2180,216 +2180,216 @@ LOAD c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.
.text.adc_read_int
0x08000344 0x2c src/drivers/adc.o
0x08000344 adc_read_int
.text.main 0x08000370 0xa0 src/main.o
.text.main 0x08000370 0xa8 src/main.o
0x08000370 main
.text.SystemClock_Config
0x08000410 0xb8 src/main.o
0x08000418 0xb8 src/main.o
.text.Error_Handler
0x080004c8 0x8 src/main.o
0x080004d0 0x8 src/main.o
.text.SysTick_Handler
0x080004d0 0x10 src/stm32f4xx_it.o
0x080004d0 SysTick_Handler
0x080004d8 0x10 src/stm32f4xx_it.o
0x080004d8 SysTick_Handler
.text.SystemInit
0x080004e0 0x6c src/system_stm32f4xx.o
0x080004e0 SystemInit
0x080004e8 0x6c src/system_stm32f4xx.o
0x080004e8 SystemInit
.text.Reset_Handler
0x0800054c 0x48 startup/startup_stm32.o
0x0800054c Reset_Handler
0x08000554 0x48 startup/startup_stm32.o
0x08000554 Reset_Handler
.text.Default_Handler
0x08000594 0x2 startup/startup_stm32.o
0x08000594 DebugMon_Handler
0x08000594 HardFault_Handler
0x08000594 PendSV_Handler
0x08000594 NMI_Handler
0x08000594 UsageFault_Handler
0x08000594 Default_Handler
0x08000594 MemManage_Handler
0x08000594 SVC_Handler
0x08000594 BusFault_Handler
*fill* 0x08000596 0x2
0x0800059c 0x2 startup/startup_stm32.o
0x0800059c DebugMon_Handler
0x0800059c HardFault_Handler
0x0800059c PendSV_Handler
0x0800059c NMI_Handler
0x0800059c UsageFault_Handler
0x0800059c Default_Handler
0x0800059c MemManage_Handler
0x0800059c SVC_Handler
0x0800059c BusFault_Handler
*fill* 0x0800059e 0x2
.text.HAL_Init
0x08000598 0x38 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
0x08000598 HAL_Init
0x080005a0 0x38 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
0x080005a0 HAL_Init
.text.HAL_MspInit
0x080005d0 0x10 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
0x080005d0 HAL_MspInit
0x080005d8 0x10 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
0x080005d8 HAL_MspInit
.text.HAL_InitTick
0x080005e0 0x38 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
0x080005e0 HAL_InitTick
0x080005e8 0x38 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
0x080005e8 HAL_InitTick
.text.HAL_IncTick
0x08000618 0x1c C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
0x08000618 HAL_IncTick
0x08000620 0x1c C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
0x08000620 HAL_IncTick
.text.HAL_GetTick
0x08000634 0x18 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
0x08000634 HAL_GetTick
0x0800063c 0x18 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
0x0800063c HAL_GetTick
.text.HAL_Delay
0x0800064c 0x2c C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
0x0800064c HAL_Delay
0x08000654 0x2c C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
0x08000654 HAL_Delay
.text.HAL_ADC_Init
0x08000678 0x88 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_adc.o)
0x08000678 HAL_ADC_Init
0x08000680 0x88 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_adc.o)
0x08000680 HAL_ADC_Init
.text.HAL_ADC_MspInit
0x08000700 0x14 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_adc.o)
0x08000700 HAL_ADC_MspInit
0x08000708 0x14 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_adc.o)
0x08000708 HAL_ADC_MspInit
.text.HAL_ADC_Start
0x08000714 0x148 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_adc.o)
0x08000714 HAL_ADC_Start
0x0800071c 0x148 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_adc.o)
0x0800071c HAL_ADC_Start
.text.HAL_ADC_PollForConversion
0x0800085c 0x104 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_adc.o)
0x0800085c HAL_ADC_PollForConversion
0x08000864 0x104 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_adc.o)
0x08000864 HAL_ADC_PollForConversion
.text.HAL_ADC_GetValue
0x08000960 0x1c C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_adc.o)
0x08000960 HAL_ADC_GetValue
0x08000968 0x1c C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_adc.o)
0x08000968 HAL_ADC_GetValue
.text.HAL_ADC_ConfigChannel
0x0800097c 0x23c C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_adc.o)
0x0800097c HAL_ADC_ConfigChannel
0x08000984 0x23c C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_adc.o)
0x08000984 HAL_ADC_ConfigChannel
.text.ADC_Init
0x08000bb8 0x204 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_adc.o)
0x08000bc0 0x204 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_adc.o)
.text.NVIC_SetPriorityGrouping
0x08000dbc 0x48 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
0x08000dc4 0x48 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
.text.NVIC_GetPriorityGrouping
0x08000e04 0x1c C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
0x08000e0c 0x1c C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
.text.NVIC_EnableIRQ
0x08000e20 0x34 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
0x08000e28 0x34 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
.text.NVIC_SetPriority
0x08000e54 0x54 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
0x08000e5c 0x54 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
.text.NVIC_EncodePriority
0x08000ea8 0x64 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
0x08000eb0 0x64 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
.text.SysTick_Config
0x08000f0c 0x44 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
0x08000f14 0x44 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
.text.HAL_NVIC_SetPriorityGrouping
0x08000f50 0x18 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
0x08000f50 HAL_NVIC_SetPriorityGrouping
0x08000f58 0x18 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
0x08000f58 HAL_NVIC_SetPriorityGrouping
.text.HAL_NVIC_SetPriority
0x08000f68 0x38 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
0x08000f68 HAL_NVIC_SetPriority
0x08000f70 0x38 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
0x08000f70 HAL_NVIC_SetPriority
.text.HAL_NVIC_EnableIRQ
0x08000fa0 0x1c C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
0x08000fa0 HAL_NVIC_EnableIRQ
0x08000fa8 0x1c C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
0x08000fa8 HAL_NVIC_EnableIRQ
.text.HAL_SYSTICK_Config
0x08000fbc 0x18 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
0x08000fbc HAL_SYSTICK_Config
0x08000fc4 0x18 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
0x08000fc4 HAL_SYSTICK_Config
.text.HAL_SYSTICK_IRQHandler
0x08000fd4 0xc C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
0x08000fd4 HAL_SYSTICK_IRQHandler
0x08000fdc 0xc C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
0x08000fdc HAL_SYSTICK_IRQHandler
.text.HAL_SYSTICK_Callback
0x08000fe0 0x10 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
0x08000fe0 HAL_SYSTICK_Callback
0x08000fe8 0x10 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
0x08000fe8 HAL_SYSTICK_Callback
.text.HAL_GPIO_Init
0x08000ff0 0x304 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
0x08000ff0 HAL_GPIO_Init
0x08000ff8 0x304 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
0x08000ff8 HAL_GPIO_Init
.text.HAL_GPIO_TogglePin
0x080012f4 0x24 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
0x080012f4 HAL_GPIO_TogglePin
0x080012fc 0x24 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
0x080012fc HAL_GPIO_TogglePin
.text.HAL_RCC_OscConfig
0x08001318 0x424 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
0x08001318 HAL_RCC_OscConfig
0x08001320 0x424 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
0x08001320 HAL_RCC_OscConfig
.text.HAL_RCC_ClockConfig
0x0800173c 0x1e4 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
0x0800173c HAL_RCC_ClockConfig
0x08001744 0x1e4 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
0x08001744 HAL_RCC_ClockConfig
.text.HAL_RCC_GetSysClockFreq
0x08001920 0xfc C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
0x08001920 HAL_RCC_GetSysClockFreq
0x08001928 0xfc C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
0x08001928 HAL_RCC_GetSysClockFreq
.text.HAL_RCC_GetHCLKFreq
0x08001a1c 0x50 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
0x08001a1c HAL_RCC_GetHCLKFreq
0x08001a24 0x50 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
0x08001a24 HAL_RCC_GetHCLKFreq
.text.__libc_init_array
0x08001a6c 0x50 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-init.o)
0x08001a6c __libc_init_array
0x08001a74 0x50 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-init.o)
0x08001a74 __libc_init_array
.text.startup.register_fini
0x08001abc 0x14 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-__call_atexit.o)
.text.atexit 0x08001ad0 0xc c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-atexit.o)
0x08001ad0 atexit
0x08001ac4 0x14 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-__call_atexit.o)
.text.atexit 0x08001ad8 0xc c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-atexit.o)
0x08001ad8 atexit
.text.__libc_fini_array
0x08001adc 0x28 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-fini.o)
0x08001adc __libc_fini_array
0x08001ae4 0x28 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-fini.o)
0x08001ae4 __libc_fini_array
.text.__register_exitproc
0x08001b04 0xa4 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-__atexit.o)
0x08001b04 __register_exitproc
0x08001b0c 0xa4 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-__atexit.o)
0x08001b0c __register_exitproc
*(.glue_7)
.glue_7 0x08001ba8 0x0 linker stubs
.glue_7 0x08001bb0 0x0 linker stubs
*(.glue_7t)
.glue_7t 0x08001ba8 0x0 linker stubs
.glue_7t 0x08001bb0 0x0 linker stubs
*(.eh_frame)
.eh_frame 0x08001ba8 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtbegin.o
.eh_frame 0x08001bb0 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtbegin.o
*(.init)
.init 0x08001ba8 0x4 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crti.o
0x08001ba8 _init
.init 0x08001bac 0x8 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtn.o
.init 0x08001bb0 0x4 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crti.o
0x08001bb0 _init
.init 0x08001bb4 0x8 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtn.o
*(.fini)
.fini 0x08001bb4 0x4 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crti.o
0x08001bb4 _fini
.fini 0x08001bb8 0x8 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtn.o
0x08001bc0 . = ALIGN (0x4)
0x08001bc0 _etext = .
.fini 0x08001bbc 0x4 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crti.o
0x08001bbc _fini
.fini 0x08001bc0 0x8 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtn.o
0x08001bc8 . = ALIGN (0x4)
0x08001bc8 _etext = .
.vfp11_veneer 0x08001bc0 0x0
.vfp11_veneer 0x08001bc0 0x0 linker stubs
.vfp11_veneer 0x08001bc8 0x0
.vfp11_veneer 0x08001bc8 0x0 linker stubs
.v4_bx 0x08001bc0 0x0
.v4_bx 0x08001bc0 0x0 linker stubs
.v4_bx 0x08001bc8 0x0
.v4_bx 0x08001bc8 0x0 linker stubs
.iplt 0x08001bc0 0x0
.iplt 0x08001bc0 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtbegin.o
.iplt 0x08001bc8 0x0
.iplt 0x08001bc8 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtbegin.o
.rodata 0x08001bc0 0x18
0x08001bc0 . = ALIGN (0x4)
.rodata 0x08001bc8 0x18
0x08001bc8 . = ALIGN (0x4)
*(.rodata)
.rodata 0x08001bc0 0x10 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
0x08001bc0 APBAHBPrescTable
.rodata 0x08001bc8 0x10 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
0x08001bc8 APBAHBPrescTable
*(.rodata*)
.rodata.str1.4
0x08001bd0 0x4 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-impure.o)
0x08001bd8 0x4 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-impure.o)
0x2 (size before relaxing)
.rodata._global_impure_ptr
0x08001bd4 0x4 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-impure.o)
0x08001bd4 _global_impure_ptr
0x08001bd8 . = ALIGN (0x4)
0x08001bdc 0x4 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-impure.o)
0x08001bdc _global_impure_ptr
0x08001be0 . = ALIGN (0x4)
.rel.dyn 0x08001bd8 0x0
.rel.iplt 0x08001bd8 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtbegin.o
.rel.dyn 0x08001be0 0x0
.rel.iplt 0x08001be0 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtbegin.o
.ARM.extab 0x08001bd8 0x0
0x08001bd8 . = ALIGN (0x4)
.ARM.extab 0x08001be0 0x0
0x08001be0 . = ALIGN (0x4)
*(.ARM.extab* .gnu.linkonce.armextab.*)
0x08001bd8 . = ALIGN (0x4)
0x08001be0 . = ALIGN (0x4)
.ARM 0x08001bd8 0x0
0x08001bd8 . = ALIGN (0x4)
0x08001bd8 __exidx_start = .
.ARM 0x08001be0 0x0
0x08001be0 . = ALIGN (0x4)
0x08001be0 __exidx_start = .
*(.ARM.exidx*)
0x08001bd8 __exidx_end = .
0x08001bd8 . = ALIGN (0x4)
0x08001be0 __exidx_end = .
0x08001be0 . = ALIGN (0x4)
.preinit_array 0x08001bd8 0x0
0x08001bd8 . = ALIGN (0x4)
0x08001bd8 PROVIDE (__preinit_array_start, .)
.preinit_array 0x08001be0 0x0
0x08001be0 . = ALIGN (0x4)
0x08001be0 PROVIDE (__preinit_array_start, .)
*(.preinit_array*)
0x08001bd8 PROVIDE (__preinit_array_end, .)
0x08001bd8 . = ALIGN (0x4)
0x08001be0 PROVIDE (__preinit_array_end, .)
0x08001be0 . = ALIGN (0x4)
.init_array 0x08001bd8 0x8
0x08001bd8 . = ALIGN (0x4)
0x08001bd8 PROVIDE (__init_array_start, .)
.init_array 0x08001be0 0x8
0x08001be0 . = ALIGN (0x4)
0x08001be0 PROVIDE (__init_array_start, .)
*(SORT(.init_array.*))
.init_array.00000
0x08001bd8 0x4 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-__call_atexit.o)
0x08001be0 0x4 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-__call_atexit.o)
*(.init_array*)
.init_array 0x08001bdc 0x4 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtbegin.o
0x08001be0 PROVIDE (__init_array_end, .)
0x08001be0 . = ALIGN (0x4)
.init_array 0x08001be4 0x4 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtbegin.o
0x08001be8 PROVIDE (__init_array_end, .)
0x08001be8 . = ALIGN (0x4)
.fini_array 0x08001be0 0x4
0x08001be0 . = ALIGN (0x4)
0x08001be0 PROVIDE (__fini_array_start, .)
.fini_array 0x08001be8 0x4
0x08001be8 . = ALIGN (0x4)
0x08001be8 PROVIDE (__fini_array_start, .)
*(SORT(.fini_array.*))
*(.fini_array*)
.fini_array 0x08001be0 0x4 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtbegin.o
0x08001be4 PROVIDE (__fini_array_end, .)
0x08001be4 . = ALIGN (0x4)
0x08001be4 _sidata = LOADADDR (.data)
.fini_array 0x08001be8 0x4 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtbegin.o
0x08001bec PROVIDE (__fini_array_end, .)
0x08001bec . = ALIGN (0x4)
0x08001bec _sidata = LOADADDR (.data)
.data 0x20000000 0x430 load address 0x08001be4
.data 0x20000000 0x430 load address 0x08001bec
0x20000000 . = ALIGN (0x4)
0x20000000 _sdata = .
*(.data)
@ -2402,21 +2402,21 @@ LOAD c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.
0x20000430 . = ALIGN (0x4)
0x20000430 _edata = .
.jcr 0x20000430 0x0 load address 0x08002014
.jcr 0x20000430 0x0 load address 0x0800201c
.jcr 0x20000430 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtbegin.o
.tm_clone_table
0x20000430 0x0 load address 0x08002014
0x20000430 0x0 load address 0x0800201c
.tm_clone_table
0x20000430 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtbegin.o
.tm_clone_table
0x20000430 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtend.o
.igot.plt 0x20000430 0x0 load address 0x08002014
.igot.plt 0x20000430 0x0 load address 0x0800201c
.igot.plt 0x20000430 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtbegin.o
0x20000430 . = ALIGN (0x4)
.bss 0x20000430 0xbc load address 0x08002014
.bss 0x20000430 0xbc load address 0x0800201c
0x20000430 _sbss = .
0x20000430 __bss_start__ = _sbss
*(.bss)
@ -2436,7 +2436,7 @@ LOAD c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.
0x200004ec __bss_end__ = _ebss
._user_heap_stack
0x200004ec 0x404 load address 0x08002014
0x200004ec 0x404 load address 0x0800201c
0x200004f0 . = ALIGN (0x8)
*fill* 0x200004ec 0x4
0x200004f0 PROVIDE (end, .)
@ -2645,17 +2645,17 @@ OUTPUT(UAV-ControlSystem.elf elf32-littlearm)
.debug_macro 0x00012282 0x47b C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
.debug_macro 0x000126fd 0x46d C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
.debug_line 0x00000000 0x6d9b
.debug_line 0x00000000 0x6d80
.debug_line 0x00000000 0xb12 src/drivers/adc.o
.debug_line 0x00000b12 0xb29 src/main.o
.debug_line 0x0000163b 0xacd src/stm32f4xx_it.o
.debug_line 0x00002108 0xaa2 src/system_stm32f4xx.o
.debug_line 0x00002baa 0x79 startup/startup_stm32.o
.debug_line 0x00002c23 0xc19 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
.debug_line 0x0000383c 0xe92 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_adc.o)
.debug_line 0x000046ce 0xd4a C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
.debug_line 0x00005418 0xc19 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
.debug_line 0x00006031 0xd6a C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
.debug_line 0x00000b12 0xb0e src/main.o
.debug_line 0x00001620 0xacd src/stm32f4xx_it.o
.debug_line 0x000020ed 0xaa2 src/system_stm32f4xx.o
.debug_line 0x00002b8f 0x79 startup/startup_stm32.o
.debug_line 0x00002c08 0xc19 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
.debug_line 0x00003821 0xe92 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_adc.o)
.debug_line 0x000046b3 0xd4a C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
.debug_line 0x000053fd 0xc19 C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
.debug_line 0x00006016 0xd6a C:\Users\Philip\Documents\GitHub\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
.debug_str 0x00000000 0x775e9
.debug_str 0x00000000 0x7635c src/drivers/adc.o

View File

@ -1,59 +0,0 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
-include ../makefile.init
RM := rm -rf
# All of the sources participating in the build are defined here
-include sources.mk
-include startup/subdir.mk
-include src/subdir.mk
-include subdir.mk
-include objects.mk
ifneq ($(MAKECMDGOALS),clean)
ifneq ($(strip $(S_UPPER_DEPS)),)
-include $(S_UPPER_DEPS)
endif
ifneq ($(strip $(C_DEPS)),)
-include $(C_DEPS)
endif
endif
-include ../makefile.defs
# Add inputs and outputs from these tool invocations to the build variables
# All Target
all: UAV-ControlSystem.elf
dependents:
-cd C:/git/UAV-Control-System/revolution_hal_lib/Release && $(MAKE) clean all
# Tool invocations
UAV-ControlSystem.elf: $(OBJS) $(USER_OBJS) C:/git/UAV-Control-System/revolution_hal_lib/Release/librevolution_hal_lib.a
@echo 'Building target: $@'
@echo 'Invoking: MCU GCC Linker'
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -L"C:\git\UAV-Control-System\revolution_hal_lib\Release" -T"C:\git\UAV-Control-System\UAV-ControlSystem\LinkerScript.ld" -Wl,-Map=output.map -Wl,--gc-sections -lm -o "UAV-ControlSystem.elf" @"objects.list" $(USER_OBJS) $(LIBS)
@echo 'Finished building target: $@'
@echo ' '
$(MAKE) --no-print-directory post-build
# Other Targets
clean:
-$(RM) *
-@echo ' '
post-build:
-@echo 'Generating binary and Printing size information:'
arm-none-eabi-objcopy -O binary "UAV-ControlSystem.elf" "UAV-ControlSystem.bin"
arm-none-eabi-size -B "UAV-ControlSystem.elf"
-@echo ' '
.PHONY: all clean dependents
.SECONDARY: post-build
C:/git/UAV-Control-System/revolution_hal_lib/Release/librevolution_hal_lib.a:
-include ../makefile.targets

View File

@ -1,5 +0,0 @@
"src/main.o"
"src/stm32f4xx_it.o"
"src/syscalls.o"
"src/system_stm32f4xx.o"
"startup/startup_stm32.o"

View File

@ -1,575 +0,0 @@
Archive member included to satisfy reference by file (symbol)
C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal.o)
src/main.o (HAL_Init)
C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal.o) (HAL_NVIC_SetPriorityGrouping)
C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
src/main.o (HAL_GPIO_Init)
C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
src/main.o (HAL_RCC_OscConfig)
c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-errno.o)
src/syscalls.o (__errno)
c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-exit.o)
c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu/crt0.o (exit)
c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-impure.o)
c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-exit.o) (_global_impure_ptr)
c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-init.o)
c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu/crt0.o (__libc_init_array)
c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-memset.o)
c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu/crt0.o (memset)
c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-__call_atexit.o)
c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-exit.o) (__call_exitprocs)
c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-atexit.o)
c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-__call_atexit.o) (atexit)
c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-fini.o)
c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-__call_atexit.o) (__libc_fini_array)
c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-__atexit.o)
c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-atexit.o) (__register_exitproc)
Allocating common symbols
Common symbol size file
uwTick 0x4 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal.o)
Discarded input sections
.text 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crti.o
.data 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crti.o
.bss 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crti.o
.data 0x00000000 0x4 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtbegin.o
.text 0x00000000 0x74 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu/crt0.o
.data 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu/crt0.o
.bss 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu/crt0.o
.ARM.extab 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu/crt0.o
.ARM.exidx 0x00000000 0x8 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu/crt0.o
.ARM.attributes
0x00000000 0x20 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu/crt0.o
.text 0x00000000 0x0 src/main.o
.data 0x00000000 0x0 src/main.o
.bss 0x00000000 0x0 src/main.o
.text 0x00000000 0x0 src/stm32f4xx_it.o
.data 0x00000000 0x0 src/stm32f4xx_it.o
.bss 0x00000000 0x0 src/stm32f4xx_it.o
.text 0x00000000 0x0 src/syscalls.o
.data 0x00000000 0x4 src/syscalls.o
.bss 0x00000000 0x8 src/syscalls.o
.text.initialise_monitor_handles
0x00000000 0x4 src/syscalls.o
.text._getpid 0x00000000 0x4 src/syscalls.o
.text._kill 0x00000000 0x10 src/syscalls.o
.text._exit 0x00000000 0xc src/syscalls.o
.text._read 0x00000000 0x1c src/syscalls.o
.text._write 0x00000000 0x1c src/syscalls.o
.text._sbrk 0x00000000 0x34 src/syscalls.o
.text._close 0x00000000 0x8 src/syscalls.o
.text._fstat 0x00000000 0xc src/syscalls.o
.text._isatty 0x00000000 0x4 src/syscalls.o
.text._lseek 0x00000000 0x4 src/syscalls.o
.text._open 0x00000000 0xc src/syscalls.o
.text._wait 0x00000000 0x10 src/syscalls.o
.text._unlink 0x00000000 0x10 src/syscalls.o
.text._times 0x00000000 0x8 src/syscalls.o
.text._stat 0x00000000 0xc src/syscalls.o
.text._link 0x00000000 0x10 src/syscalls.o
.text._fork 0x00000000 0x10 src/syscalls.o
.text._execve 0x00000000 0x10 src/syscalls.o
.comment 0x00000000 0x6f src/syscalls.o
.ARM.attributes
0x00000000 0x39 src/syscalls.o
.text 0x00000000 0x0 src/system_stm32f4xx.o
.bss 0x00000000 0x0 src/system_stm32f4xx.o
.text.SystemCoreClockUpdate
0x00000000 0x78 src/system_stm32f4xx.o
.rodata 0x00000000 0x10 src/system_stm32f4xx.o
.text 0x00000000 0x14 startup/startup_stm32.o
.data 0x00000000 0x0 startup/startup_stm32.o
.bss 0x00000000 0x0 startup/startup_stm32.o
.text 0x00000000 0x0 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal.o)
.data 0x00000000 0x0 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal.o)
.bss 0x00000000 0x0 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal.o)
.text.HAL_MspDeInit
0x00000000 0x4 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal.o)
.text.HAL_DeInit
0x00000000 0x2c C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal.o)
.text.HAL_SuspendTick
0x00000000 0x10 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal.o)
.text.HAL_ResumeTick
0x00000000 0x10 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal.o)
.text.HAL_GetHalVersion
0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal.o)
.text.HAL_GetREVID
0x00000000 0xc C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal.o)
.text.HAL_GetDEVID
0x00000000 0x10 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal.o)
.text.HAL_DBGMCU_EnableDBGSleepMode
0x00000000 0x10 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal.o)
.text.HAL_DBGMCU_DisableDBGSleepMode
0x00000000 0x10 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal.o)
.text.HAL_DBGMCU_EnableDBGStopMode
0x00000000 0x10 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal.o)
.text.HAL_DBGMCU_DisableDBGStopMode
0x00000000 0x10 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal.o)
.text.HAL_DBGMCU_EnableDBGStandbyMode
0x00000000 0x10 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal.o)
.text.HAL_DBGMCU_DisableDBGStandbyMode
0x00000000 0x10 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal.o)
.text.HAL_EnableCompensationCell
0x00000000 0x18 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal.o)
.text.HAL_DisableCompensationCell
0x00000000 0x1c C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal.o)
.text 0x00000000 0x0 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
.data 0x00000000 0x0 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
.bss 0x00000000 0x0 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
.text.HAL_NVIC_EnableIRQ
0x00000000 0x18 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
.text.HAL_NVIC_DisableIRQ
0x00000000 0x1c C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
.text.HAL_NVIC_SystemReset
0x00000000 0x24 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
.text.HAL_MPU_ConfigRegion
0x00000000 0x54 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
.text.HAL_NVIC_GetPriorityGrouping
0x00000000 0x10 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
.text.HAL_NVIC_GetPriority
0x00000000 0x60 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
.text.HAL_NVIC_SetPendingIRQ
0x00000000 0x1c C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
.text.HAL_NVIC_GetPendingIRQ
0x00000000 0x1c C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
.text.HAL_NVIC_ClearPendingIRQ
0x00000000 0x1c C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
.text.HAL_NVIC_GetActive
0x00000000 0x1c C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
.text.HAL_SYSTICK_CLKSourceConfig
0x00000000 0x18 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
.text 0x00000000 0x0 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
.data 0x00000000 0x0 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
.bss 0x00000000 0x0 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
.text.HAL_GPIO_DeInit
0x00000000 0x128 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
.text.HAL_GPIO_ReadPin
0x00000000 0xc C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
.text.HAL_GPIO_WritePin
0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
.text.HAL_GPIO_LockPin
0x00000000 0x2c C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
.text.HAL_GPIO_EXTI_Callback
0x00000000 0x4 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
.text.HAL_GPIO_EXTI_IRQHandler
0x00000000 0x18 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
.text 0x00000000 0x0 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
.data 0x00000000 0x0 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
.bss 0x00000000 0x0 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
.text.HAL_RCC_DeInit
0x00000000 0x4 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
.text.HAL_RCC_MCOConfig
0x00000000 0xa4 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
.text.HAL_RCC_EnableCSS
0x00000000 0xc C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
.text.HAL_RCC_DisableCSS
0x00000000 0xc C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
.text.HAL_RCC_GetPCLK1Freq
0x00000000 0x4c C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
.text.HAL_RCC_GetPCLK2Freq
0x00000000 0x4c C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
.text.HAL_RCC_GetOscConfig
0x00000000 0xd4 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
.text.HAL_RCC_GetClockConfig
0x00000000 0x44 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
.text.HAL_RCC_CSSCallback
0x00000000 0x4 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
.text.HAL_RCC_NMI_IRQHandler
0x00000000 0x20 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
.text 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-errno.o)
.data 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-errno.o)
.bss 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-errno.o)
.text.__errno 0x00000000 0xc c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-errno.o)
.debug_frame 0x00000000 0x20 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-errno.o)
.ARM.attributes
0x00000000 0x34 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-errno.o)
.text 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-exit.o)
.data 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-exit.o)
.bss 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-exit.o)
.text.exit 0x00000000 0x20 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-exit.o)
.debug_frame 0x00000000 0x28 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-exit.o)
.ARM.attributes
0x00000000 0x34 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-exit.o)
.text 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-impure.o)
.data 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-impure.o)
.bss 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-impure.o)
.data._impure_ptr
0x00000000 0x4 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-impure.o)
.text 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-init.o)
.data 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-init.o)
.bss 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-init.o)
.text 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-memset.o)
.data 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-memset.o)
.bss 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-memset.o)
.text.memset 0x00000000 0x9c c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-memset.o)
.debug_frame 0x00000000 0x34 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-memset.o)
.ARM.attributes
0x00000000 0x34 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-memset.o)
.text 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-__call_atexit.o)
.data 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-__call_atexit.o)
.bss 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-__call_atexit.o)
.text.__call_exitprocs
0x00000000 0xd8 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-__call_atexit.o)
.text 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-atexit.o)
.data 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-atexit.o)
.bss 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-atexit.o)
.text 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-fini.o)
.data 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-fini.o)
.bss 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-fini.o)
.text 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-__atexit.o)
.data 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-__atexit.o)
.bss 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-__atexit.o)
.text 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtend.o
.data 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtend.o
.bss 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtend.o
.eh_frame 0x00000000 0x4 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtend.o
.jcr 0x00000000 0x4 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtend.o
.text 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtn.o
.data 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtn.o
.bss 0x00000000 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtn.o
Memory Configuration
Name Origin Length Attributes
RAM 0x20000000 0x00020000 xrw
ROM 0x08000000 0x00080000 xr
*default* 0x00000000 0xffffffff
Linker script and memory map
LOAD c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crti.o
LOAD c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtbegin.o
LOAD c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu/crt0.o
LOAD c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libm.a
LOAD src/main.o
LOAD src/stm32f4xx_it.o
LOAD src/syscalls.o
LOAD src/system_stm32f4xx.o
LOAD startup/startup_stm32.o
LOAD C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a
START GROUP
LOAD c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu\libgcc.a
LOAD c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a
END GROUP
LOAD c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtend.o
LOAD c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtn.o
0x20020000 _estack = 0x20020000
0x00000000 _Min_Heap_Size = 0x0
0x00000400 _Min_Stack_Size = 0x400
.isr_vector 0x08000000 0x188
0x08000000 . = ALIGN (0x4)
*(.isr_vector)
.isr_vector 0x08000000 0x188 startup/startup_stm32.o
0x08000000 g_pfnVectors
0x08000188 . = ALIGN (0x4)
.text 0x08000188 0xba8
0x08000188 . = ALIGN (0x4)
*(.text)
.text 0x08000188 0xa4 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtbegin.o
*(.text*)
.text.startup.main
0x0800022c 0xc4 src/main.o
0x0800022c main
.text.SysTick_Handler
0x080002f0 0x10 src/stm32f4xx_it.o
0x080002f0 SysTick_Handler
.text.SystemInit
0x08000300 0x50 src/system_stm32f4xx.o
0x08000300 SystemInit
.text.Reset_Handler
0x08000350 0x48 startup/startup_stm32.o
0x08000350 Reset_Handler
.text.Default_Handler
0x08000398 0x2 startup/startup_stm32.o
0x08000398 DebugMon_Handler
0x08000398 HardFault_Handler
0x08000398 PendSV_Handler
0x08000398 NMI_Handler
0x08000398 UsageFault_Handler
0x08000398 Default_Handler
0x08000398 MemManage_Handler
0x08000398 SVC_Handler
0x08000398 BusFault_Handler
*fill* 0x0800039a 0x2
.text.HAL_MspInit
0x0800039c 0x4 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal.o)
0x0800039c HAL_MspInit
.text.HAL_InitTick
0x080003a0 0x28 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal.o)
0x080003a0 HAL_InitTick
.text.HAL_Init
0x080003c8 0x2c C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal.o)
0x080003c8 HAL_Init
.text.HAL_IncTick
0x080003f4 0x10 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal.o)
0x080003f4 HAL_IncTick
.text.HAL_GetTick
0x08000404 0xc C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal.o)
0x08000404 HAL_GetTick
.text.HAL_Delay
0x08000410 0x1c C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal.o)
0x08000410 HAL_Delay
.text.HAL_NVIC_SetPriorityGrouping
0x0800042c 0x24 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
0x0800042c HAL_NVIC_SetPriorityGrouping
.text.HAL_NVIC_SetPriority
0x08000450 0x70 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
0x08000450 HAL_NVIC_SetPriority
.text.HAL_SYSTICK_Config
0x080004c0 0x34 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
0x080004c0 HAL_SYSTICK_Config
.text.HAL_SYSTICK_Callback
0x080004f4 0x4 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
0x080004f4 HAL_SYSTICK_Callback
.text.HAL_SYSTICK_IRQHandler
0x080004f8 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
0x080004f8 HAL_SYSTICK_IRQHandler
.text.HAL_GPIO_Init
0x08000500 0x1cc C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
0x08000500 HAL_GPIO_Init
.text.HAL_GPIO_TogglePin
0x080006cc 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
0x080006cc HAL_GPIO_TogglePin
.text.HAL_RCC_OscConfig
0x080006d4 0x318 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
0x080006d4 HAL_RCC_OscConfig
.text.HAL_RCC_ClockConfig
0x080009ec 0x140 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
0x080009ec HAL_RCC_ClockConfig
.text.HAL_RCC_GetSysClockFreq
0x08000b2c 0x7c C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
0x08000b2c HAL_RCC_GetSysClockFreq
.text.HAL_RCC_GetHCLKFreq
0x08000ba8 0x34 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
0x08000ba8 HAL_RCC_GetHCLKFreq
.text.__libc_init_array
0x08000bdc 0x50 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-init.o)
0x08000bdc __libc_init_array
.text.startup.register_fini
0x08000c2c 0x14 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-__call_atexit.o)
.text.atexit 0x08000c40 0xc c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-atexit.o)
0x08000c40 atexit
.text.__libc_fini_array
0x08000c4c 0x28 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-fini.o)
0x08000c4c __libc_fini_array
.text.__register_exitproc
0x08000c74 0xa4 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-__atexit.o)
0x08000c74 __register_exitproc
*(.glue_7)
.glue_7 0x08000d18 0x0 linker stubs
*(.glue_7t)
.glue_7t 0x08000d18 0x0 linker stubs
*(.eh_frame)
.eh_frame 0x08000d18 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtbegin.o
*(.init)
.init 0x08000d18 0x4 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crti.o
0x08000d18 _init
.init 0x08000d1c 0x8 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtn.o
*(.fini)
.fini 0x08000d24 0x4 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crti.o
0x08000d24 _fini
.fini 0x08000d28 0x8 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtn.o
0x08000d30 . = ALIGN (0x4)
0x08000d30 _etext = .
.vfp11_veneer 0x08000d30 0x0
.vfp11_veneer 0x08000d30 0x0 linker stubs
.v4_bx 0x08000d30 0x0
.v4_bx 0x08000d30 0x0 linker stubs
.iplt 0x08000d30 0x0
.iplt 0x08000d30 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtbegin.o
.rodata 0x08000d30 0x18
0x08000d30 . = ALIGN (0x4)
*(.rodata)
.rodata 0x08000d30 0x10 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
0x08000d30 APBAHBPrescTable
*(.rodata*)
.rodata.str1.4
0x08000d40 0x4 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-impure.o)
0x2 (size before relaxing)
.rodata._global_impure_ptr
0x08000d44 0x4 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-impure.o)
0x08000d44 _global_impure_ptr
0x08000d48 . = ALIGN (0x4)
.rel.dyn 0x08000d48 0x0
.rel.iplt 0x08000d48 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtbegin.o
.ARM.extab 0x08000d48 0x0
0x08000d48 . = ALIGN (0x4)
*(.ARM.extab* .gnu.linkonce.armextab.*)
0x08000d48 . = ALIGN (0x4)
.ARM 0x08000d48 0x0
0x08000d48 . = ALIGN (0x4)
0x08000d48 __exidx_start = .
*(.ARM.exidx*)
0x08000d48 __exidx_end = .
0x08000d48 . = ALIGN (0x4)
.preinit_array 0x08000d48 0x0
0x08000d48 . = ALIGN (0x4)
0x08000d48 PROVIDE (__preinit_array_start, .)
*(.preinit_array*)
0x08000d48 PROVIDE (__preinit_array_end, .)
0x08000d48 . = ALIGN (0x4)
.init_array 0x08000d48 0x8
0x08000d48 . = ALIGN (0x4)
0x08000d48 PROVIDE (__init_array_start, .)
*(SORT(.init_array.*))
.init_array.00000
0x08000d48 0x4 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-__call_atexit.o)
*(.init_array*)
.init_array 0x08000d4c 0x4 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtbegin.o
0x08000d50 PROVIDE (__init_array_end, .)
0x08000d50 . = ALIGN (0x4)
.fini_array 0x08000d50 0x4
0x08000d50 . = ALIGN (0x4)
0x08000d50 PROVIDE (__fini_array_start, .)
*(SORT(.fini_array.*))
*(.fini_array*)
.fini_array 0x08000d50 0x4 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtbegin.o
0x08000d54 PROVIDE (__fini_array_end, .)
0x08000d54 . = ALIGN (0x4)
0x08000d54 _sidata = LOADADDR (.data)
.data 0x20000000 0x430 load address 0x08000d54
0x20000000 . = ALIGN (0x4)
0x20000000 _sdata = .
*(.data)
.data 0x20000000 0x4 src/system_stm32f4xx.o
0x20000000 SystemCoreClock
*(.data*)
*fill* 0x20000004 0x4
.data.impure_data
0x20000008 0x428 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-impure.o)
0x20000430 . = ALIGN (0x4)
0x20000430 _edata = .
.jcr 0x20000430 0x0 load address 0x08001184
.jcr 0x20000430 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtbegin.o
.tm_clone_table
0x20000430 0x0 load address 0x08001184
.tm_clone_table
0x20000430 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtbegin.o
.tm_clone_table
0x20000430 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtend.o
.igot.plt 0x20000430 0x0 load address 0x08001184
.igot.plt 0x20000430 0x0 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtbegin.o
0x20000430 . = ALIGN (0x4)
.bss 0x20000430 0x20 load address 0x08001184
0x20000430 _sbss = .
0x20000430 __bss_start__ = _sbss
*(.bss)
.bss 0x20000430 0x1c c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtbegin.o
*(.bss*)
*(COMMON)
COMMON 0x2000044c 0x4 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal.o)
0x2000044c uwTick
0x20000450 . = ALIGN (0x4)
0x20000450 _ebss = .
0x20000450 __bss_end__ = _ebss
._user_heap_stack
0x20000450 0x400 load address 0x08001184
0x20000450 . = ALIGN (0x8)
0x20000450 PROVIDE (end, .)
[!provide] PROVIDE (_end, .)
0x20000450 . = (. + _Min_Heap_Size)
0x20000850 . = (. + _Min_Stack_Size)
*fill* 0x20000450 0x400
0x20000850 . = ALIGN (0x8)
/DISCARD/
libc.a(*)
libm.a(*)
libgcc.a(*)
.ARM.attributes
0x00000000 0x30
*(.ARM.attributes)
.ARM.attributes
0x00000000 0x22 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crti.o
.ARM.attributes
0x00000022 0x34 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtbegin.o
.ARM.attributes
0x00000056 0x39 src/main.o
.ARM.attributes
0x0000008f 0x39 src/stm32f4xx_it.o
.ARM.attributes
0x000000c8 0x39 src/system_stm32f4xx.o
.ARM.attributes
0x00000101 0x25 startup/startup_stm32.o
.ARM.attributes
0x00000126 0x39 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal.o)
.ARM.attributes
0x0000015f 0x39 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
.ARM.attributes
0x00000198 0x39 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
.ARM.attributes
0x000001d1 0x39 C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
.ARM.attributes
0x0000020a 0x34 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-impure.o)
.ARM.attributes
0x0000023e 0x34 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-init.o)
.ARM.attributes
0x00000272 0x34 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-__call_atexit.o)
.ARM.attributes
0x000002a6 0x34 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-atexit.o)
.ARM.attributes
0x000002da 0x34 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-fini.o)
.ARM.attributes
0x0000030e 0x34 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-__atexit.o)
.ARM.attributes
0x00000342 0x34 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtend.o
.ARM.attributes
0x00000376 0x22 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/armv7e-m/fpu/crtn.o
OUTPUT(UAV-ControlSystem.elf elf32-littlearm)
.comment 0x00000000 0x6e
.comment 0x00000000 0x6e src/main.o
0x6f (size before relaxing)
.comment 0x0000006e 0x6f src/stm32f4xx_it.o
.comment 0x0000006e 0x6f src/system_stm32f4xx.o
.comment 0x0000006e 0x6f C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal.o)
.comment 0x0000006e 0x6f C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
.comment 0x0000006e 0x6f C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
.comment 0x0000006e 0x6f C:\git\UAV-Control-System\revolution_hal_lib\Release\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
.debug_line 0x00000000 0x79
.debug_line 0x00000000 0x79 startup/startup_stm32.o
.debug_info 0x00000000 0x74
.debug_info 0x00000000 0x74 startup/startup_stm32.o
.debug_abbrev 0x00000000 0x12
.debug_abbrev 0x00000000 0x12 startup/startup_stm32.o
.debug_aranges 0x00000000 0x28
.debug_aranges
0x00000000 0x28 startup/startup_stm32.o
.debug_ranges 0x00000000 0x20
.debug_ranges 0x00000000 0x20 startup/startup_stm32.o
.debug_frame 0x00000000 0x104
.debug_frame 0x00000000 0x2c c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-init.o)
.debug_frame 0x0000002c 0x50 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-__call_atexit.o)
.debug_frame 0x0000007c 0x20 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-atexit.o)
.debug_frame 0x0000009c 0x34 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-fini.o)
.debug_frame 0x000000d0 0x34 c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.7.0.201602121829/tools/compiler/bin/../lib/gcc/arm-none-eabi/5.2.1/../../../../arm-none-eabi/lib/armv7e-m/fpu\libc.a(lib_a-__atexit.o)

View File

@ -1,181 +0,0 @@
src/main.o: ../src/main.c \
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/device/stm32f4xx.h \
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/device/stm32f411xe.h \
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/core/core_cm4.h \
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/core/core_cmInstr.h \
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/core/cmsis_gcc.h \
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/core/core_cmFunc.h \
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/core/core_cmSimd.h \
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/device/system_stm32f4xx.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_conf.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_def.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_dma.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_cortex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_adc.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_adc_ex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_can.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_crc.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_cryp.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_dac.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_dcmi.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_eth.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_flash.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_sram.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_nor.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_nand.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_pccard.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_hash.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_i2c.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_i2c_ex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_i2s.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_i2s_ex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_iwdg.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_ltdc.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_pwr.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_rng.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_rtc.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_rtc_ex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_sd.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_ll_sdmmc.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_spi.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_tim.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_uart.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_usart.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_irda.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_smartcard.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_wwdg.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_pcd.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_ll_usb.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_pcd_ex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_hcd.h
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/device/stm32f4xx.h:
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/device/stm32f411xe.h:
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/core/core_cm4.h:
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/core/core_cmInstr.h:
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/core/cmsis_gcc.h:
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/core/core_cmFunc.h:
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/core/core_cmSimd.h:
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/device/system_stm32f4xx.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_conf.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_rcc.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_def.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_gpio.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_dma.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_cortex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_adc.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_adc_ex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_can.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_crc.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_cryp.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_dac.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_dcmi.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_eth.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_flash.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_sram.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_nor.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_nand.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_pccard.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_hash.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_i2c.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_i2c_ex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_i2s.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_i2s_ex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_iwdg.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_ltdc.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_pwr.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_rng.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_rtc.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_rtc_ex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_sd.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_ll_sdmmc.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_spi.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_tim.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_uart.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_usart.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_irda.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_smartcard.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_wwdg.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_pcd.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_ll_usb.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_pcd_ex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_hcd.h:

View File

@ -1,184 +0,0 @@
src/stm32f4xx_it.o: ../src/stm32f4xx_it.c \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_conf.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_def.h \
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/device/stm32f4xx.h \
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/device/stm32f411xe.h \
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/core/core_cm4.h \
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/core/core_cmInstr.h \
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/core/cmsis_gcc.h \
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/core/core_cmFunc.h \
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/core/core_cmSimd.h \
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/device/system_stm32f4xx.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_dma.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_cortex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_adc.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_adc_ex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_can.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_crc.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_cryp.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_dac.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_dcmi.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_eth.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_flash.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_sram.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_nor.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_nand.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_pccard.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_hash.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_i2c.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_i2c_ex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_i2s.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_i2s_ex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_iwdg.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_ltdc.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_pwr.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_rng.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_rtc.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_rtc_ex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_sd.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_ll_sdmmc.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_spi.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_tim.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_uart.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_usart.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_irda.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_smartcard.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_wwdg.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_pcd.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_ll_usb.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_pcd_ex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_hcd.h \
C:/git/UAV-Control-System/UAV-ControlSystem/inc/stm32f4xx_it.h
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_conf.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_rcc.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_def.h:
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/device/stm32f4xx.h:
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/device/stm32f411xe.h:
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/core/core_cm4.h:
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/core/core_cmInstr.h:
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/core/cmsis_gcc.h:
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/core/core_cmFunc.h:
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/core/core_cmSimd.h:
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/device/system_stm32f4xx.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_gpio.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_dma.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_cortex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_adc.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_adc_ex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_can.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_crc.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_cryp.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_dac.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_dcmi.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_eth.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_flash.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_sram.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_nor.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_nand.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_pccard.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_hash.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_i2c.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_i2c_ex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_i2s.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_i2s_ex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_iwdg.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_ltdc.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_pwr.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_rng.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_rtc.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_rtc_ex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_sd.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_ll_sdmmc.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_spi.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_tim.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_uart.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_usart.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_irda.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_smartcard.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_wwdg.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_pcd.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_ll_usb.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_pcd_ex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_hcd.h:
C:/git/UAV-Control-System/UAV-ControlSystem/inc/stm32f4xx_it.h:

View File

@ -1,34 +0,0 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../src/main.c \
../src/stm32f4xx_it.c \
../src/syscalls.c \
../src/system_stm32f4xx.c
OBJS += \
./src/main.o \
./src/stm32f4xx_it.o \
./src/syscalls.o \
./src/system_stm32f4xx.o
C_DEPS += \
./src/main.d \
./src/stm32f4xx_it.d \
./src/syscalls.d \
./src/system_stm32f4xx.d
# Each subdirectory must supply rules for building sources it contributes
src/%.o: ../src/%.c
@echo 'Building file: $<'
@echo 'Invoking: MCU GCC Compiler'
@echo %cd%
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -DSTM32F4 -DSTM32 -DSTM32F411RETx -DUSE_HAL_DRIVER -DSTM32F411xE -I"C:/git/UAV-Control-System/revolution_hal_lib" -I"C:/git/UAV-Control-System/UAV-ControlSystem/inc" -I"C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/core" -I"C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/device" -I"C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/Legacy" -I"C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc" -O3 -Wall -fmessage-length=0 -ffunction-sections -c -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '

View File

@ -1 +0,0 @@
src/syscalls.o: ../src/syscalls.c

View File

@ -1,181 +0,0 @@
src/system_stm32f4xx.o: ../src/system_stm32f4xx.c \
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/device/stm32f4xx.h \
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/device/stm32f411xe.h \
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/core/core_cm4.h \
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/core/core_cmInstr.h \
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/core/cmsis_gcc.h \
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/core/core_cmFunc.h \
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/core/core_cmSimd.h \
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/device/system_stm32f4xx.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_conf.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_rcc.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_def.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_gpio.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_dma.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_cortex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_adc.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_adc_ex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_can.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_crc.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_cryp.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_dac.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_dcmi.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_eth.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_flash.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_sram.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_nor.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_nand.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_pccard.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_hash.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_i2c.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_i2c_ex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_i2s.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_i2s_ex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_iwdg.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_ltdc.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_pwr.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_rng.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_rtc.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_rtc_ex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_sd.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_ll_sdmmc.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_spi.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_tim.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_uart.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_usart.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_irda.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_smartcard.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_wwdg.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_pcd.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_ll_usb.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_pcd_ex.h \
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_hcd.h
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/device/stm32f4xx.h:
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/device/stm32f411xe.h:
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/core/core_cm4.h:
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/core/core_cmInstr.h:
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/core/cmsis_gcc.h:
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/core/core_cmFunc.h:
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/core/core_cmSimd.h:
C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/device/system_stm32f4xx.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_conf.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_rcc.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_def.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_gpio.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_dma.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_cortex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_adc.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_adc_ex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_can.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_crc.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_cryp.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_dac.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_dcmi.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_eth.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_flash.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_sram.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_nor.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_nand.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_pccard.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_hash.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_i2c.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_i2c_ex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_i2s.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_i2s_ex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_iwdg.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_ltdc.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_pwr.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_rng.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_rtc.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_rtc_ex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_sd.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_ll_sdmmc.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_spi.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_tim.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_uart.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_usart.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_irda.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_smartcard.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_wwdg.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_pcd.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_ll_usb.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_pcd_ex.h:
C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/stm32f4xx_hal_hcd.h:

View File

@ -1,22 +0,0 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
S_SRCS += \
../startup/startup_stm32.s
OBJS += \
./startup/startup_stm32.o
# Each subdirectory must supply rules for building sources it contributes
startup/%.o: ../startup/%.s
@echo 'Building file: $<'
@echo 'Invoking: MCU GCC Assembler'
@echo %cd%
arm-none-eabi-as -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -I"C:/git/UAV-Control-System/revolution_hal_lib" -I"C:/git/UAV-Control-System/UAV-ControlSystem/inc" -I"C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/core" -I"C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/device" -I"C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/Legacy" -I"C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc" -g -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '

View File

@ -22,7 +22,6 @@ uint32_t g_ADCValue;
uint32_t g_ADC2;
int g_MeasurementNumber;
int main(void)
{
// Comment?
@ -35,8 +34,8 @@ int main(void)
SystemClock_Config();
adc_configure();
//adc_pin_config(&adc_testinput_handle,ADC_CHANNEL_12);
adc_pin_config(&adc_testinput_handle,ADC_CHANNEL_11);
adc_pin_config(&adc_testinput_handle,ADC_CHANNEL_12);
//adc_pin_config(&adc_testinput_handle,ADC_CHANNEL_11);
@ -59,7 +58,7 @@ int main(void)
/*##-3- Toggle PA05 IO in an infinite loop #################################*/
while (1)
{
HAL_GPIO_TogglePin(GPIOA, GPIO_PIN_0);
i++;
/* Insert a 100ms delay */
@ -69,8 +68,18 @@ int main(void)
// ADC part
//g_ADCValue = adc_read_int(&adc_testinput_handle);
HAL_Delay(10);
g_ADC2 = adc_read_int(&adc_test2input_handle);
g_ADC2 = adc_read_int(&adc_testinput_handle);
g_MeasurementNumber++;
if (g_ADC2 > 2000)
{
HAL_GPIO_TogglePin(GPIOA, GPIO_PIN_0);
}
else
{
}
}
for(;;);

View File

@ -5,7 +5,7 @@
<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
<provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
<provider class="fr.ac6.mcu.ide.build.CrossBuiltinSpecsDetector" console="false" env-hash="1758116234699011172" id="fr.ac6.mcu.ide.build.CrossBuiltinSpecsDetector" keep-relative-paths="false" name="Ac6 SW4 STM32 MCU Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">
<provider class="fr.ac6.mcu.ide.build.CrossBuiltinSpecsDetector" console="false" env-hash="-1052598414313550594" id="fr.ac6.mcu.ide.build.CrossBuiltinSpecsDetector" keep-relative-paths="false" name="Ac6 SW4 STM32 MCU Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">
<language-scope id="org.eclipse.cdt.core.gcc"/>
<language-scope id="org.eclipse.cdt.core.g++"/>
</provider>
@ -16,7 +16,7 @@
<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
<provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
<provider class="fr.ac6.mcu.ide.build.CrossBuiltinSpecsDetector" console="false" env-hash="1758116234699011172" id="fr.ac6.mcu.ide.build.CrossBuiltinSpecsDetector" keep-relative-paths="false" name="Ac6 SW4 STM32 MCU Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">
<provider class="fr.ac6.mcu.ide.build.CrossBuiltinSpecsDetector" console="false" env-hash="-1052598414313550594" id="fr.ac6.mcu.ide.build.CrossBuiltinSpecsDetector" keep-relative-paths="false" name="Ac6 SW4 STM32 MCU Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">
<language-scope id="org.eclipse.cdt.core.gcc"/>
<language-scope id="org.eclipse.cdt.core.g++"/>
</provider>

View File

@ -1,5 +1 @@
/HAL_Driver/
/makefile
/objects.list
/objects.mk
/sources.mk

View File

@ -0,0 +1,47 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
-include ../makefile.init
RM := rm -rf
# All of the sources participating in the build are defined here
-include sources.mk
-include HAL_Driver/Src/subdir.mk
-include subdir.mk
-include objects.mk
ifneq ($(MAKECMDGOALS),clean)
ifneq ($(strip $(S_UPPER_DEPS)),)
-include $(S_UPPER_DEPS)
endif
ifneq ($(strip $(C_DEPS)),)
-include $(C_DEPS)
endif
endif
-include ../makefile.defs
# Add inputs and outputs from these tool invocations to the build variables
# All Target
all: librevolution_hal_lib.a
# Tool invocations
librevolution_hal_lib.a: $(OBJS) $(USER_OBJS)
@echo 'Building target: $@'
@echo 'Invoking: MCU GCC Archiver'
arm-none-eabi-ar -r "librevolution_hal_lib.a" @"objects.list" $(USER_OBJS) $(LIBS)
@echo 'Finished building target: $@'
@echo ' '
# Other Targets
clean:
-$(RM) *
-@echo ' '
.PHONY: all clean dependents
.SECONDARY:
-include ../makefile.targets

View File

@ -0,0 +1,67 @@
"HAL_Driver/Src/stm32f4xx_hal.o"
"HAL_Driver/Src/stm32f4xx_hal_adc.o"
"HAL_Driver/Src/stm32f4xx_hal_adc_ex.o"
"HAL_Driver/Src/stm32f4xx_hal_can.o"
"HAL_Driver/Src/stm32f4xx_hal_cec.o"
"HAL_Driver/Src/stm32f4xx_hal_cortex.o"
"HAL_Driver/Src/stm32f4xx_hal_crc.o"
"HAL_Driver/Src/stm32f4xx_hal_cryp.o"
"HAL_Driver/Src/stm32f4xx_hal_cryp_ex.o"
"HAL_Driver/Src/stm32f4xx_hal_dac.o"
"HAL_Driver/Src/stm32f4xx_hal_dac_ex.o"
"HAL_Driver/Src/stm32f4xx_hal_dcmi.o"
"HAL_Driver/Src/stm32f4xx_hal_dcmi_ex.o"
"HAL_Driver/Src/stm32f4xx_hal_dma.o"
"HAL_Driver/Src/stm32f4xx_hal_dma2d.o"
"HAL_Driver/Src/stm32f4xx_hal_dma_ex.o"
"HAL_Driver/Src/stm32f4xx_hal_dsi.o"
"HAL_Driver/Src/stm32f4xx_hal_eth.o"
"HAL_Driver/Src/stm32f4xx_hal_flash.o"
"HAL_Driver/Src/stm32f4xx_hal_flash_ex.o"
"HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.o"
"HAL_Driver/Src/stm32f4xx_hal_fmpi2c.o"
"HAL_Driver/Src/stm32f4xx_hal_fmpi2c_ex.o"
"HAL_Driver/Src/stm32f4xx_hal_gpio.o"
"HAL_Driver/Src/stm32f4xx_hal_hash.o"
"HAL_Driver/Src/stm32f4xx_hal_hash_ex.o"
"HAL_Driver/Src/stm32f4xx_hal_hcd.o"
"HAL_Driver/Src/stm32f4xx_hal_i2c.o"
"HAL_Driver/Src/stm32f4xx_hal_i2c_ex.o"
"HAL_Driver/Src/stm32f4xx_hal_i2s.o"
"HAL_Driver/Src/stm32f4xx_hal_i2s_ex.o"
"HAL_Driver/Src/stm32f4xx_hal_irda.o"
"HAL_Driver/Src/stm32f4xx_hal_iwdg.o"
"HAL_Driver/Src/stm32f4xx_hal_lptim.o"
"HAL_Driver/Src/stm32f4xx_hal_ltdc.o"
"HAL_Driver/Src/stm32f4xx_hal_ltdc_ex.o"
"HAL_Driver/Src/stm32f4xx_hal_msp_template.o"
"HAL_Driver/Src/stm32f4xx_hal_nand.o"
"HAL_Driver/Src/stm32f4xx_hal_nor.o"
"HAL_Driver/Src/stm32f4xx_hal_pccard.o"
"HAL_Driver/Src/stm32f4xx_hal_pcd.o"
"HAL_Driver/Src/stm32f4xx_hal_pcd_ex.o"
"HAL_Driver/Src/stm32f4xx_hal_pwr.o"
"HAL_Driver/Src/stm32f4xx_hal_pwr_ex.o"
"HAL_Driver/Src/stm32f4xx_hal_qspi.o"
"HAL_Driver/Src/stm32f4xx_hal_rcc.o"
"HAL_Driver/Src/stm32f4xx_hal_rcc_ex.o"
"HAL_Driver/Src/stm32f4xx_hal_rng.o"
"HAL_Driver/Src/stm32f4xx_hal_rtc.o"
"HAL_Driver/Src/stm32f4xx_hal_rtc_ex.o"
"HAL_Driver/Src/stm32f4xx_hal_sai.o"
"HAL_Driver/Src/stm32f4xx_hal_sai_ex.o"
"HAL_Driver/Src/stm32f4xx_hal_sd.o"
"HAL_Driver/Src/stm32f4xx_hal_sdram.o"
"HAL_Driver/Src/stm32f4xx_hal_smartcard.o"
"HAL_Driver/Src/stm32f4xx_hal_spdifrx.o"
"HAL_Driver/Src/stm32f4xx_hal_spi.o"
"HAL_Driver/Src/stm32f4xx_hal_sram.o"
"HAL_Driver/Src/stm32f4xx_hal_tim.o"
"HAL_Driver/Src/stm32f4xx_hal_tim_ex.o"
"HAL_Driver/Src/stm32f4xx_hal_uart.o"
"HAL_Driver/Src/stm32f4xx_hal_usart.o"
"HAL_Driver/Src/stm32f4xx_hal_wwdg.o"
"HAL_Driver/Src/stm32f4xx_ll_fmc.o"
"HAL_Driver/Src/stm32f4xx_ll_fsmc.o"
"HAL_Driver/Src/stm32f4xx_ll_sdmmc.o"
"HAL_Driver/Src/stm32f4xx_ll_usb.o"

View File

@ -4,5 +4,5 @@
USER_OBJS :=
LIBS := -lrevolution_hal_lib
LIBS :=

View File

@ -8,13 +8,12 @@ ASM_SRCS :=
C_SRCS :=
S_UPPER_SRCS :=
O_SRCS :=
EXECUTABLES :=
OBJS :=
ARCHIVES :=
S_UPPER_DEPS :=
C_DEPS :=
# Every subdirectory with source files must be described here
SUBDIRS := \
src \
startup \
HAL_Driver/Src \