diff --git a/UAV-ControlSystem/.cproject b/UAV-ControlSystem/.cproject
index 7f73de9..efa2b6c 100644
--- a/UAV-ControlSystem/.cproject
+++ b/UAV-ControlSystem/.cproject
@@ -37,11 +37,11 @@
diff --git a/UAV-ControlSystem/.gitignore b/UAV-ControlSystem/.gitignore
new file mode 100644
index 0000000..41ee88f
--- /dev/null
+++ b/UAV-ControlSystem/.gitignore
@@ -0,0 +1,20 @@
+/Debug/
+
+**.o
+**.d
+**.elf
+**.bin
+**.xml
+
+**/Debug/
+
+**/language.settings.xml
+
+/Release/
+**.o
+**.d
+**.elf
+**.bin
+**.xml
+
+**/Release/
\ No newline at end of file
diff --git a/UAV-ControlSystem/.settings/language.settings.xml b/UAV-ControlSystem/.settings/language.settings.xml
deleted file mode 100644
index 6c99532..0000000
--- a/UAV-ControlSystem/.settings/language.settings.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/UAV-ControlSystem/Debug/.gitignore b/UAV-ControlSystem/Debug/.gitignore
deleted file mode 100644
index b83b806..0000000
--- a/UAV-ControlSystem/Debug/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/src/
-/startup/
diff --git a/UAV-ControlSystem/Debug/UAV-ControlSystem.bin b/UAV-ControlSystem/Debug/UAV-ControlSystem.bin
deleted file mode 100644
index 76f300d..0000000
Binary files a/UAV-ControlSystem/Debug/UAV-ControlSystem.bin and /dev/null differ
diff --git a/UAV-ControlSystem/Debug/makefile b/UAV-ControlSystem/Debug/makefile
deleted file mode 100644
index 4e9fa92..0000000
--- a/UAV-ControlSystem/Debug/makefile
+++ /dev/null
@@ -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/Debug && $(MAKE) all
-
-# Tool invocations
-UAV-ControlSystem.elf: $(OBJS) $(USER_OBJS) C:/git/UAV-Control-System/revolution_hal_lib/Debug/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\Debug" -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 "UAV-ControlSystem.elf"
- -@echo ' '
-
-.PHONY: all clean dependents
-.SECONDARY: post-build
-C:/git/UAV-Control-System/revolution_hal_lib/Debug/librevolution_hal_lib.a:
-
--include ../makefile.targets
diff --git a/UAV-ControlSystem/Debug/objects.list b/UAV-ControlSystem/Debug/objects.list
deleted file mode 100644
index fb03c02..0000000
--- a/UAV-ControlSystem/Debug/objects.list
+++ /dev/null
@@ -1,5 +0,0 @@
-"src/main.o"
-"src/stm32f4xx_it.o"
-"src/syscalls.o"
-"src/system_stm32f4xx.o"
-"startup/startup_stm32.o"
diff --git a/UAV-ControlSystem/Debug/objects.mk b/UAV-ControlSystem/Debug/objects.mk
deleted file mode 100644
index 91e0b9c..0000000
--- a/UAV-ControlSystem/Debug/objects.mk
+++ /dev/null
@@ -1,8 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-################################################################################
-
-USER_OBJS :=
-
-LIBS := -lrevolution_hal_lib
-
diff --git a/UAV-ControlSystem/Debug/output.map b/UAV-ControlSystem/Debug/output.map
deleted file mode 100644
index ffe80fb..0000000
--- a/UAV-ControlSystem/Debug/output.map
+++ /dev/null
@@ -1,1869 +0,0 @@
-Archive member included to satisfy reference by file (symbol)
-
-C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- src/main.o (HAL_Init)
-C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o) (HAL_NVIC_SetPriorityGrouping)
-C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- src/main.o (HAL_GPIO_Init)
-C:\git\UAV-Control-System\revolution_hal_lib\Debug\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\Debug\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
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .group 0x00000000 0x8 src/main.o
- .text 0x00000000 0x0 src/main.o
- .data 0x00000000 0x0 src/main.o
- .bss 0x00000000 0x0 src/main.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/stm32f4xx_it.o
- .text 0x00000000 0x0 src/stm32f4xx_it.o
- .data 0x00000000 0x0 src/stm32f4xx_it.o
- .bss 0x00000000 0x0 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x8a4 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x24b src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x28 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x28 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x22 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x44 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0xfd src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x22 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x1df src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x35 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x50 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0xe66 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x50a7 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x43 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x33a6 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x58 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x35 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x9c src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x16 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x97 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x329 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0xfd src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x10 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x52 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x16 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x43 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x187 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x10 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x22 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x3a src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x10 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x40 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x65 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x16 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x197 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x57 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x440 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x9da src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x11e src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x11b src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x27 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x272 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x5f src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x23a src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x391 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x176 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0xf9 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x23 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x13a src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x264 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x2e src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x1a7 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x22 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0xa5 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x18b src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x24 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x35 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x97 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x11e src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x85 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x89 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x31a src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x409 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0xe4 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x48d src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x22b src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x202 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x6d9 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x5b src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x14d src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x287 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x225 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x1b5 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x2db src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x94 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x1df src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x115 src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x6e src/stm32f4xx_it.o
- .debug_macro 0x00000000 0x11e src/stm32f4xx_it.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .group 0x00000000 0x8 src/syscalls.o
- .text 0x00000000 0x0 src/syscalls.o
- .data 0x00000000 0x4 src/syscalls.o
- .bss 0x00000000 0x8 src/syscalls.o
- .text.initialise_monitor_handles
- 0x00000000 0x10 src/syscalls.o
- .text._getpid 0x00000000 0x10 src/syscalls.o
- .text._kill 0x00000000 0x20 src/syscalls.o
- .text._exit 0x00000000 0x14 src/syscalls.o
- .text._read 0x00000000 0x3c src/syscalls.o
- .text._write 0x00000000 0x38 src/syscalls.o
- .text._sbrk 0x00000000 0x58 src/syscalls.o
- .text._close 0x00000000 0x18 src/syscalls.o
- .text._fstat 0x00000000 0x20 src/syscalls.o
- .text._isatty 0x00000000 0x18 src/syscalls.o
- .text._lseek 0x00000000 0x1c src/syscalls.o
- .text._open 0x00000000 0x1c src/syscalls.o
- .text._wait 0x00000000 0x20 src/syscalls.o
- .text._unlink 0x00000000 0x20 src/syscalls.o
- .text._times 0x00000000 0x18 src/syscalls.o
- .text._stat 0x00000000 0x20 src/syscalls.o
- .text._link 0x00000000 0x20 src/syscalls.o
- .text._fork 0x00000000 0x18 src/syscalls.o
- .text._execve 0x00000000 0x24 src/syscalls.o
- .debug_info 0x00000000 0x667 src/syscalls.o
- .debug_abbrev 0x00000000 0x177 src/syscalls.o
- .debug_aranges
- 0x00000000 0xb0 src/syscalls.o
- .debug_ranges 0x00000000 0xa0 src/syscalls.o
- .debug_macro 0x00000000 0x1f3 src/syscalls.o
- .debug_macro 0x00000000 0x8a4 src/syscalls.o
- .debug_macro 0x00000000 0x58 src/syscalls.o
- .debug_macro 0x00000000 0x22 src/syscalls.o
- .debug_macro 0x00000000 0x35 src/syscalls.o
- .debug_macro 0x00000000 0x9c src/syscalls.o
- .debug_macro 0x00000000 0x174 src/syscalls.o
- .debug_macro 0x00000000 0x4a src/syscalls.o
- .debug_macro 0x00000000 0x52 src/syscalls.o
- .debug_macro 0x00000000 0x16 src/syscalls.o
- .debug_macro 0x00000000 0x43 src/syscalls.o
- .debug_macro 0x00000000 0x187 src/syscalls.o
- .debug_macro 0x00000000 0x10 src/syscalls.o
- .debug_macro 0x00000000 0x35 src/syscalls.o
- .debug_macro 0x00000000 0x10 src/syscalls.o
- .debug_macro 0x00000000 0x10 src/syscalls.o
- .debug_macro 0x00000000 0x329 src/syscalls.o
- .debug_macro 0x00000000 0x10 src/syscalls.o
- .debug_macro 0x00000000 0x22 src/syscalls.o
- .debug_macro 0x00000000 0x22 src/syscalls.o
- .debug_macro 0x00000000 0x3a src/syscalls.o
- .debug_macro 0x00000000 0x10 src/syscalls.o
- .debug_macro 0x00000000 0x40 src/syscalls.o
- .debug_macro 0x00000000 0x65 src/syscalls.o
- .debug_macro 0x00000000 0x35 src/syscalls.o
- .debug_macro 0x00000000 0x122 src/syscalls.o
- .debug_macro 0x00000000 0x16 src/syscalls.o
- .debug_macro 0x00000000 0x16 src/syscalls.o
- .debug_macro 0x00000000 0x29 src/syscalls.o
- .debug_macro 0x00000000 0x10 src/syscalls.o
- .debug_macro 0x00000000 0x241 src/syscalls.o
- .debug_macro 0x00000000 0x1c src/syscalls.o
- .debug_macro 0x00000000 0x10 src/syscalls.o
- .debug_macro 0x00000000 0x16 src/syscalls.o
- .debug_macro 0x00000000 0x197 src/syscalls.o
- .debug_macro 0x00000000 0x159 src/syscalls.o
- .debug_macro 0x00000000 0x16 src/syscalls.o
- .debug_macro 0x00000000 0x88 src/syscalls.o
- .debug_line 0x00000000 0x577 src/syscalls.o
- .debug_str 0x00000000 0x730e src/syscalls.o
- .comment 0x00000000 0x6f src/syscalls.o
- .debug_frame 0x00000000 0x2d4 src/syscalls.o
- .ARM.attributes
- 0x00000000 0x39 src/syscalls.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .group 0x00000000 0x8 src/system_stm32f4xx.o
- .text 0x00000000 0x0 src/system_stm32f4xx.o
- .bss 0x00000000 0x0 src/system_stm32f4xx.o
- .rodata 0x00000000 0x10 src/system_stm32f4xx.o
- .text.SystemCoreClockUpdate
- 0x00000000 0xf8 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x8a4 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x28 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x28 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x22 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x44 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0xfd src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x22 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x1df src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x35 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x50 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0xe66 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x50a7 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x43 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x24b src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x33a6 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x58 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x35 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x9c src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x16 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x97 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x329 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0xfd src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x10 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x52 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x16 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x43 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x187 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x10 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x22 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x3a src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x10 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x40 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x65 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x16 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x197 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x57 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x440 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x9da src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x11e src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x11b src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x27 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x272 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x5f src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x23a src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x391 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x176 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0xf9 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x23 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x13a src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x264 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x2e src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x1a7 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x22 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0xa5 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x18b src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x24 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x35 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x97 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x11e src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x85 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x89 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x31a src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x409 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0xe4 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x48d src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x22b src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x202 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x6d9 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x5b src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x14d src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x287 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x225 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x1b5 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x2db src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x94 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x1df src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x115 src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x6e src/system_stm32f4xx.o
- .debug_macro 0x00000000 0x11e 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
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .text 0x00000000 0x0 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .data 0x00000000 0x0 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .bss 0x00000000 0x0 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .text.HAL_DeInit
- 0x00000000 0x58 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .text.HAL_MspDeInit
- 0x00000000 0x10 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .text.HAL_SuspendTick
- 0x00000000 0x20 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .text.HAL_ResumeTick
- 0x00000000 0x20 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .text.HAL_GetHalVersion
- 0x00000000 0x14 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .text.HAL_GetREVID
- 0x00000000 0x18 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .text.HAL_GetDEVID
- 0x00000000 0x1c C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .text.HAL_DBGMCU_EnableDBGSleepMode
- 0x00000000 0x20 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .text.HAL_DBGMCU_DisableDBGSleepMode
- 0x00000000 0x20 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .text.HAL_DBGMCU_EnableDBGStopMode
- 0x00000000 0x20 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .text.HAL_DBGMCU_DisableDBGStopMode
- 0x00000000 0x20 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .text.HAL_DBGMCU_EnableDBGStandbyMode
- 0x00000000 0x20 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .text.HAL_DBGMCU_DisableDBGStandbyMode
- 0x00000000 0x20 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .text.HAL_EnableCompensationCell
- 0x00000000 0x38 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .text.HAL_DisableCompensationCell
- 0x00000000 0x38 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x24b C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x28 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x28 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x22 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x44 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0xfd C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x22 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x1df C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x35 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x50 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0xe66 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x50a7 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x43 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x33a6 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x58 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x35 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x9c C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x16 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x97 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x329 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0xfd C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x10 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x52 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x16 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x43 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x187 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x10 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x22 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x3a C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x10 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x40 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x65 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x16 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x197 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x57 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x440 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x9da C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x11e C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x11b C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x27 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x272 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x5f C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x23a C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x391 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x176 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0xf9 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x23 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x13a C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x264 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x2e C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x1a7 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x22 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0xa5 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x18b C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x24 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x35 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x97 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x11e C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x85 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x89 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x31a C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x409 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0xe4 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x48d C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x22b C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x202 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x6d9 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x5b C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x14d C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x287 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x225 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x1b5 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x2db C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x94 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x1df C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x115 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x6e C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00000000 0x11e C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .text 0x00000000 0x0 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .data 0x00000000 0x0 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .bss 0x00000000 0x0 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .text.NVIC_EnableIRQ
- 0x00000000 0x34 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .text.NVIC_DisableIRQ
- 0x00000000 0x34 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .text.NVIC_GetPendingIRQ
- 0x00000000 0x38 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .text.NVIC_SetPendingIRQ
- 0x00000000 0x34 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .text.NVIC_ClearPendingIRQ
- 0x00000000 0x34 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .text.NVIC_GetActive
- 0x00000000 0x38 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .text.NVIC_GetPriority
- 0x00000000 0x50 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .text.NVIC_DecodePriority
- 0x00000000 0x6c C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .text.NVIC_SystemReset
- 0x00000000 0x28 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .text.HAL_NVIC_EnableIRQ
- 0x00000000 0x1c C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .text.HAL_NVIC_DisableIRQ
- 0x00000000 0x1c C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .text.HAL_NVIC_SystemReset
- 0x00000000 0xc C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .text.HAL_MPU_ConfigRegion
- 0x00000000 0x88 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .text.HAL_NVIC_GetPriorityGrouping
- 0x00000000 0x10 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .text.HAL_NVIC_GetPriority
- 0x00000000 0x2c C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .text.HAL_NVIC_SetPendingIRQ
- 0x00000000 0x1c C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .text.HAL_NVIC_GetPendingIRQ
- 0x00000000 0x20 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .text.HAL_NVIC_ClearPendingIRQ
- 0x00000000 0x1c C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .text.HAL_NVIC_GetActive
- 0x00000000 0x20 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .text.HAL_SYSTICK_CLKSourceConfig
- 0x00000000 0x38 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x89e C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x24b C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x28 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x28 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x22 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x44 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0xfd C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x22 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x1df C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x35 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x50 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0xe66 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x50a7 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x43 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x33a6 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x58 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x35 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x9c C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x16 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x97 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x329 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0xfd C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x10 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x52 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x16 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x43 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x187 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x10 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x22 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x3a C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x10 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x40 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x65 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x16 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x197 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x57 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x440 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x9da C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x11e C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x11b C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x27 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x272 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x5f C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x23a C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x391 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x176 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0xf9 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x23 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x13a C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x264 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x2e C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x1a7 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x22 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0xa5 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x18b C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x24 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x35 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x97 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x11e C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x85 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x89 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x31a C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x409 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0xe4 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x48d C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x22b C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x202 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x6d9 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x5b C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x14d C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x287 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x225 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x1b5 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x2db C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x94 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x1df C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x115 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x6e C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x00000000 0x11e C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .text 0x00000000 0x0 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .data 0x00000000 0x0 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .bss 0x00000000 0x0 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .text.HAL_GPIO_DeInit
- 0x00000000 0x1c8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .text.HAL_GPIO_ReadPin
- 0x00000000 0x30 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .text.HAL_GPIO_WritePin
- 0x00000000 0x34 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .text.HAL_GPIO_LockPin
- 0x00000000 0x50 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .text.HAL_GPIO_EXTI_IRQHandler
- 0x00000000 0x30 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .text.HAL_GPIO_EXTI_Callback
- 0x00000000 0x18 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x89e C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x24b C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x28 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x28 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x22 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x44 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0xfd C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x22 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x1df C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x35 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x50 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0xe66 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x50a7 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x43 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x33a6 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x58 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x35 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x9c C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x16 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x97 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x329 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0xfd C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x10 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x52 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x16 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x43 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x187 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x10 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x22 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x3a C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x10 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x40 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x65 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x16 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x197 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x57 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x440 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x9da C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x11e C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x11b C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x27 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x272 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x5f C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x23a C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x391 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x176 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0xf9 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x23 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x13a C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x264 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x2e C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x1a7 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x22 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0xa5 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x18b C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x24 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x35 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x97 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x11e C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x85 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x89 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x31a C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x409 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0xe4 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x48d C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x22b C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x202 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x6d9 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x5b C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x14d C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x287 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x225 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x1b5 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x2db C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x94 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x1df C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x115 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x6e C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00000000 0x11e C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .group 0x00000000 0x8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .text 0x00000000 0x0 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .data 0x00000000 0x0 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .bss 0x00000000 0x0 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .text.HAL_RCC_DeInit
- 0x00000000 0x10 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .text.HAL_RCC_MCOConfig
- 0x00000000 0xd0 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .text.HAL_RCC_EnableCSS
- 0x00000000 0x18 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .text.HAL_RCC_DisableCSS
- 0x00000000 0x18 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .text.HAL_RCC_GetPCLK1Freq
- 0x00000000 0x44 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .text.HAL_RCC_GetPCLK2Freq
- 0x00000000 0x44 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .text.HAL_RCC_GetOscConfig
- 0x00000000 0x170 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .text.HAL_RCC_GetClockConfig
- 0x00000000 0x64 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .text.HAL_RCC_NMI_IRQHandler
- 0x00000000 0x28 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .text.HAL_RCC_CSSCallback
- 0x00000000 0x10 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x89e C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x24b C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x28 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x28 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x22 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x44 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0xfd C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x22 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x1df C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x35 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x50 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0xe66 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x50a7 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x43 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x33a6 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x58 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x35 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x9c C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x16 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x97 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x329 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0xfd C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x10 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x52 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x16 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x43 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x187 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x10 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x22 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x3a C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x10 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x40 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x65 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x16 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x197 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x57 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x440 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x9da C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x11e C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x11b C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x27 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x272 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x5f C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x23a C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x391 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x176 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0xf9 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x23 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x13a C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x264 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x2e C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x1a7 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x22 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0xa5 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x18b C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x24 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x35 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x97 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x11e C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x85 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x89 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x31a C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x409 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0xe4 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x48d C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x22b C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x202 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x6d9 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x5b C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x14d C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x287 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x225 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x1b5 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x2db C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x94 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x1df C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x115 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x6e C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_macro 0x00000000 0x11e C:\git\UAV-Control-System\revolution_hal_lib\Debug\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\Debug\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 0x1128
- 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.main 0x0800022c 0x68 src/main.o
- 0x0800022c main
- .text.SystemClock_Config
- 0x08000294 0xb8 src/main.o
- .text.Error_Handler
- 0x0800034c 0x8 src/main.o
- .text.SysTick_Handler
- 0x08000354 0x10 src/stm32f4xx_it.o
- 0x08000354 SysTick_Handler
- .text.SystemInit
- 0x08000364 0x6c src/system_stm32f4xx.o
- 0x08000364 SystemInit
- .text.Reset_Handler
- 0x080003d0 0x48 startup/startup_stm32.o
- 0x080003d0 Reset_Handler
- .text.Default_Handler
- 0x08000418 0x2 startup/startup_stm32.o
- 0x08000418 DebugMon_Handler
- 0x08000418 HardFault_Handler
- 0x08000418 PendSV_Handler
- 0x08000418 NMI_Handler
- 0x08000418 UsageFault_Handler
- 0x08000418 Default_Handler
- 0x08000418 MemManage_Handler
- 0x08000418 SVC_Handler
- 0x08000418 BusFault_Handler
- *fill* 0x0800041a 0x2
- .text.HAL_Init
- 0x0800041c 0x38 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- 0x0800041c HAL_Init
- .text.HAL_MspInit
- 0x08000454 0x10 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- 0x08000454 HAL_MspInit
- .text.HAL_InitTick
- 0x08000464 0x38 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- 0x08000464 HAL_InitTick
- .text.HAL_IncTick
- 0x0800049c 0x1c C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- 0x0800049c HAL_IncTick
- .text.HAL_GetTick
- 0x080004b8 0x18 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- 0x080004b8 HAL_GetTick
- .text.HAL_Delay
- 0x080004d0 0x2c C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- 0x080004d0 HAL_Delay
- .text.NVIC_SetPriorityGrouping
- 0x080004fc 0x48 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .text.NVIC_GetPriorityGrouping
- 0x08000544 0x1c C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .text.NVIC_SetPriority
- 0x08000560 0x54 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .text.NVIC_EncodePriority
- 0x080005b4 0x64 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .text.SysTick_Config
- 0x08000618 0x44 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .text.HAL_NVIC_SetPriorityGrouping
- 0x0800065c 0x18 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- 0x0800065c HAL_NVIC_SetPriorityGrouping
- .text.HAL_NVIC_SetPriority
- 0x08000674 0x38 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- 0x08000674 HAL_NVIC_SetPriority
- .text.HAL_SYSTICK_Config
- 0x080006ac 0x18 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- 0x080006ac HAL_SYSTICK_Config
- .text.HAL_SYSTICK_IRQHandler
- 0x080006c4 0xc C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- 0x080006c4 HAL_SYSTICK_IRQHandler
- .text.HAL_SYSTICK_Callback
- 0x080006d0 0x10 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- 0x080006d0 HAL_SYSTICK_Callback
- .text.HAL_GPIO_Init
- 0x080006e0 0x304 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- 0x080006e0 HAL_GPIO_Init
- .text.HAL_GPIO_TogglePin
- 0x080009e4 0x24 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- 0x080009e4 HAL_GPIO_TogglePin
- .text.HAL_RCC_OscConfig
- 0x08000a08 0x424 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- 0x08000a08 HAL_RCC_OscConfig
- .text.HAL_RCC_ClockConfig
- 0x08000e2c 0x1e4 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- 0x08000e2c HAL_RCC_ClockConfig
- .text.HAL_RCC_GetSysClockFreq
- 0x08001010 0xfc C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- 0x08001010 HAL_RCC_GetSysClockFreq
- .text.HAL_RCC_GetHCLKFreq
- 0x0800110c 0x50 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- 0x0800110c HAL_RCC_GetHCLKFreq
- .text.__libc_init_array
- 0x0800115c 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)
- 0x0800115c __libc_init_array
- .text.startup.register_fini
- 0x080011ac 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 0x080011c0 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)
- 0x080011c0 atexit
- .text.__libc_fini_array
- 0x080011cc 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)
- 0x080011cc __libc_fini_array
- .text.__register_exitproc
- 0x080011f4 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)
- 0x080011f4 __register_exitproc
- *(.glue_7)
- .glue_7 0x08001298 0x0 linker stubs
- *(.glue_7t)
- .glue_7t 0x08001298 0x0 linker stubs
- *(.eh_frame)
- .eh_frame 0x08001298 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 0x08001298 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
- 0x08001298 _init
- .init 0x0800129c 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 0x080012a4 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
- 0x080012a4 _fini
- .fini 0x080012a8 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
- 0x080012b0 . = ALIGN (0x4)
- 0x080012b0 _etext = .
-
-.vfp11_veneer 0x080012b0 0x0
- .vfp11_veneer 0x080012b0 0x0 linker stubs
-
-.v4_bx 0x080012b0 0x0
- .v4_bx 0x080012b0 0x0 linker stubs
-
-.iplt 0x080012b0 0x0
- .iplt 0x080012b0 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 0x080012b0 0x18
- 0x080012b0 . = ALIGN (0x4)
- *(.rodata)
- .rodata 0x080012b0 0x10 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- 0x080012b0 APBAHBPrescTable
- *(.rodata*)
- .rodata.str1.4
- 0x080012c0 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
- 0x080012c4 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)
- 0x080012c4 _global_impure_ptr
- 0x080012c8 . = ALIGN (0x4)
-
-.rel.dyn 0x080012c8 0x0
- .rel.iplt 0x080012c8 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 0x080012c8 0x0
- 0x080012c8 . = ALIGN (0x4)
- *(.ARM.extab* .gnu.linkonce.armextab.*)
- 0x080012c8 . = ALIGN (0x4)
-
-.ARM 0x080012c8 0x0
- 0x080012c8 . = ALIGN (0x4)
- 0x080012c8 __exidx_start = .
- *(.ARM.exidx*)
- 0x080012c8 __exidx_end = .
- 0x080012c8 . = ALIGN (0x4)
-
-.preinit_array 0x080012c8 0x0
- 0x080012c8 . = ALIGN (0x4)
- 0x080012c8 PROVIDE (__preinit_array_start, .)
- *(.preinit_array*)
- 0x080012c8 PROVIDE (__preinit_array_end, .)
- 0x080012c8 . = ALIGN (0x4)
-
-.init_array 0x080012c8 0x8
- 0x080012c8 . = ALIGN (0x4)
- 0x080012c8 PROVIDE (__init_array_start, .)
- *(SORT(.init_array.*))
- .init_array.00000
- 0x080012c8 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 0x080012cc 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
- 0x080012d0 PROVIDE (__init_array_end, .)
- 0x080012d0 . = ALIGN (0x4)
-
-.fini_array 0x080012d0 0x4
- 0x080012d0 . = ALIGN (0x4)
- 0x080012d0 PROVIDE (__fini_array_start, .)
- *(SORT(.fini_array.*))
- *(.fini_array*)
- .fini_array 0x080012d0 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
- 0x080012d4 PROVIDE (__fini_array_end, .)
- 0x080012d4 . = ALIGN (0x4)
- 0x080012d4 _sidata = LOADADDR (.data)
-
-.data 0x20000000 0x430 load address 0x080012d4
- 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 0x08001704
- .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 0x08001704
- .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 0x08001704
- .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 0x08001704
- 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\Debug\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 0x08001704
- 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\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .ARM.attributes
- 0x0000015f 0x39 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .ARM.attributes
- 0x00000198 0x39 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .ARM.attributes
- 0x000001d1 0x39 C:\git\UAV-Control-System\revolution_hal_lib\Debug\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)
-
-.debug_info 0x00000000 0x31eb
- .debug_info 0x00000000 0x5ac src/main.o
- .debug_info 0x000005ac 0xbd src/stm32f4xx_it.o
- .debug_info 0x00000669 0x4ab src/system_stm32f4xx.o
- .debug_info 0x00000b14 0x72 startup/startup_stm32.o
- .debug_info 0x00000b86 0x7b3 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_info 0x00001339 0xc7b C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_info 0x00001fb4 0x70f C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_info 0x000026c3 0xb28 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
-
-.debug_abbrev 0x00000000 0xc18
- .debug_abbrev 0x00000000 0x15b src/main.o
- .debug_abbrev 0x0000015b 0x6a src/stm32f4xx_it.o
- .debug_abbrev 0x000001c5 0x104 src/system_stm32f4xx.o
- .debug_abbrev 0x000002c9 0x12 startup/startup_stm32.o
- .debug_abbrev 0x000002db 0x229 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_abbrev 0x00000504 0x2cc C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_abbrev 0x000007d0 0x1af C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_abbrev 0x0000097f 0x299 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
-
-.debug_aranges 0x00000000 0x348
- .debug_aranges
- 0x00000000 0x30 src/main.o
- .debug_aranges
- 0x00000030 0x20 src/stm32f4xx_it.o
- .debug_aranges
- 0x00000050 0x28 src/system_stm32f4xx.o
- .debug_aranges
- 0x00000078 0x28 startup/startup_stm32.o
- .debug_aranges
- 0x000000a0 0xc0 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_aranges
- 0x00000160 0x108 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_aranges
- 0x00000268 0x58 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_aranges
- 0x000002c0 0x88 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
-
-.debug_ranges 0x00000000 0x2d0
- .debug_ranges 0x00000000 0x20 src/main.o
- .debug_ranges 0x00000020 0x10 src/stm32f4xx_it.o
- .debug_ranges 0x00000030 0x18 src/system_stm32f4xx.o
- .debug_ranges 0x00000048 0x20 startup/startup_stm32.o
- .debug_ranges 0x00000068 0xb0 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_ranges 0x00000118 0xf8 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_ranges 0x00000210 0x48 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_ranges 0x00000258 0x78 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
-
-.debug_macro 0x00000000 0x122cf
- .debug_macro 0x00000000 0x443 src/main.o
- .debug_macro 0x00000443 0x8a4 src/main.o
- .debug_macro 0x00000ce7 0x28 src/main.o
- .debug_macro 0x00000d0f 0x28 src/main.o
- .debug_macro 0x00000d37 0x22 src/main.o
- .debug_macro 0x00000d59 0x44 src/main.o
- .debug_macro 0x00000d9d 0xfd src/main.o
- .debug_macro 0x00000e9a 0x22 src/main.o
- .debug_macro 0x00000ebc 0x1df src/main.o
- .debug_macro 0x0000109b 0x35 src/main.o
- .debug_macro 0x000010d0 0x50 src/main.o
- .debug_macro 0x00001120 0xe66 src/main.o
- .debug_macro 0x00001f86 0x50a7 src/main.o
- .debug_macro 0x0000702d 0x43 src/main.o
- .debug_macro 0x00007070 0x24b src/main.o
- .debug_macro 0x000072bb 0x33a6 src/main.o
- .debug_macro 0x0000a661 0x58 src/main.o
- .debug_macro 0x0000a6b9 0x35 src/main.o
- .debug_macro 0x0000a6ee 0x9c src/main.o
- .debug_macro 0x0000a78a 0x16 src/main.o
- .debug_macro 0x0000a7a0 0x97 src/main.o
- .debug_macro 0x0000a837 0x329 src/main.o
- .debug_macro 0x0000ab60 0xfd src/main.o
- .debug_macro 0x0000ac5d 0x10 src/main.o
- .debug_macro 0x0000ac6d 0x52 src/main.o
- .debug_macro 0x0000acbf 0x16 src/main.o
- .debug_macro 0x0000acd5 0x43 src/main.o
- .debug_macro 0x0000ad18 0x187 src/main.o
- .debug_macro 0x0000ae9f 0x10 src/main.o
- .debug_macro 0x0000aeaf 0x22 src/main.o
- .debug_macro 0x0000aed1 0x3a src/main.o
- .debug_macro 0x0000af0b 0x10 src/main.o
- .debug_macro 0x0000af1b 0x40 src/main.o
- .debug_macro 0x0000af5b 0x65 src/main.o
- .debug_macro 0x0000afc0 0x16 src/main.o
- .debug_macro 0x0000afd6 0x197 src/main.o
- .debug_macro 0x0000b16d 0x57 src/main.o
- .debug_macro 0x0000b1c4 0x440 src/main.o
- .debug_macro 0x0000b604 0x9da src/main.o
- .debug_macro 0x0000bfde 0x11e src/main.o
- .debug_macro 0x0000c0fc 0x11b src/main.o
- .debug_macro 0x0000c217 0x27 src/main.o
- .debug_macro 0x0000c23e 0x272 src/main.o
- .debug_macro 0x0000c4b0 0x5f src/main.o
- .debug_macro 0x0000c50f 0x23a src/main.o
- .debug_macro 0x0000c749 0x391 src/main.o
- .debug_macro 0x0000cada 0x176 src/main.o
- .debug_macro 0x0000cc50 0xf9 src/main.o
- .debug_macro 0x0000cd49 0x23 src/main.o
- .debug_macro 0x0000cd6c 0x13a src/main.o
- .debug_macro 0x0000cea6 0x264 src/main.o
- .debug_macro 0x0000d10a 0x2e src/main.o
- .debug_macro 0x0000d138 0x1a7 src/main.o
- .debug_macro 0x0000d2df 0x22 src/main.o
- .debug_macro 0x0000d301 0xa5 src/main.o
- .debug_macro 0x0000d3a6 0x18b src/main.o
- .debug_macro 0x0000d531 0x24 src/main.o
- .debug_macro 0x0000d555 0x35 src/main.o
- .debug_macro 0x0000d58a 0x97 src/main.o
- .debug_macro 0x0000d621 0x11e src/main.o
- .debug_macro 0x0000d73f 0x85 src/main.o
- .debug_macro 0x0000d7c4 0x89 src/main.o
- .debug_macro 0x0000d84d 0x31a src/main.o
- .debug_macro 0x0000db67 0x409 src/main.o
- .debug_macro 0x0000df70 0xe4 src/main.o
- .debug_macro 0x0000e054 0x48d src/main.o
- .debug_macro 0x0000e4e1 0x22b src/main.o
- .debug_macro 0x0000e70c 0x202 src/main.o
- .debug_macro 0x0000e90e 0x6d9 src/main.o
- .debug_macro 0x0000efe7 0x5b src/main.o
- .debug_macro 0x0000f042 0x14d src/main.o
- .debug_macro 0x0000f18f 0x287 src/main.o
- .debug_macro 0x0000f416 0x225 src/main.o
- .debug_macro 0x0000f63b 0x1b5 src/main.o
- .debug_macro 0x0000f7f0 0x2db src/main.o
- .debug_macro 0x0000facb 0x94 src/main.o
- .debug_macro 0x0000fb5f 0x1df src/main.o
- .debug_macro 0x0000fd3e 0x115 src/main.o
- .debug_macro 0x0000fe53 0x6e src/main.o
- .debug_macro 0x0000fec1 0x11e src/main.o
- .debug_macro 0x0000ffdf 0x44d src/stm32f4xx_it.o
- .debug_macro 0x0001042c 0x449 src/system_stm32f4xx.o
- .debug_macro 0x00010875 0x491 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x00010d06 0x89e C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_macro 0x000115a4 0x443 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_macro 0x000119e7 0x47b C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_macro 0x00011e62 0x46d C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
-
-.debug_line 0x00000000 0x5099
- .debug_line 0x00000000 0xa55 src/main.o
- .debug_line 0x00000a55 0xa4b src/stm32f4xx_it.o
- .debug_line 0x000014a0 0xa3a src/system_stm32f4xx.o
- .debug_line 0x00001eda 0x79 startup/startup_stm32.o
- .debug_line 0x00001f53 0xbb1 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_line 0x00002b04 0xce2 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_line 0x000037e6 0xbb1 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_line 0x00004397 0xd02 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
-
-.debug_str 0x00000000 0x76e58
- .debug_str 0x00000000 0x75cb6 src/main.o
- 0x75f80 (size before relaxing)
- .debug_str 0x00075cb6 0x38 src/stm32f4xx_it.o
- 0x75ca3 (size before relaxing)
- .debug_str 0x00075cee 0xcf src/system_stm32f4xx.o
- 0x75e6a (size before relaxing)
- .debug_str 0x00075dbd 0x852 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- 0x766a1 (size before relaxing)
- .debug_str 0x0007660f 0x36e C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- 0x76555 (size before relaxing)
- .debug_str 0x0007697d 0x276 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- 0x760d7 (size before relaxing)
- .debug_str 0x00076bf3 0x265 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- 0x7624e (size before relaxing)
-
-.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\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .comment 0x0000006e 0x6f C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .comment 0x0000006e 0x6f C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .comment 0x0000006e 0x6f C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
-
-.debug_frame 0x00000000 0xc50
- .debug_frame 0x00000000 0x6c src/main.o
- .debug_frame 0x0000006c 0x2c src/stm32f4xx_it.o
- .debug_frame 0x00000098 0x58 src/system_stm32f4xx.o
- .debug_frame 0x000000f0 0x2c0 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal.o)
- .debug_frame 0x000003b0 0x450 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_cortex.o)
- .debug_frame 0x00000800 0x14c C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_gpio.o)
- .debug_frame 0x0000094c 0x200 C:\git\UAV-Control-System\revolution_hal_lib\Debug\librevolution_hal_lib.a(stm32f4xx_hal_rcc.o)
- .debug_frame 0x00000b4c 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 0x00000b78 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 0x00000bc8 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 0x00000be8 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 0x00000c1c 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)
diff --git a/UAV-ControlSystem/Debug/sources.mk b/UAV-ControlSystem/Debug/sources.mk
deleted file mode 100644
index ba1083d..0000000
--- a/UAV-ControlSystem/Debug/sources.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-################################################################################
-
-OBJ_SRCS :=
-S_SRCS :=
-ASM_SRCS :=
-C_SRCS :=
-S_UPPER_SRCS :=
-O_SRCS :=
-EXECUTABLES :=
-OBJS :=
-S_UPPER_DEPS :=
-C_DEPS :=
-
-# Every subdirectory with source files must be described here
-SUBDIRS := \
-src \
-startup \
-
diff --git a/UAV-ControlSystem/Release/UAV-ControlSystem.bin b/UAV-ControlSystem/Release/UAV-ControlSystem.bin
deleted file mode 100644
index c5d74a5..0000000
Binary files a/UAV-ControlSystem/Release/UAV-ControlSystem.bin and /dev/null differ
diff --git a/UAV-ControlSystem/Release/makefile b/UAV-ControlSystem/Release/makefile
deleted file mode 100644
index 4cd2aa8..0000000
--- a/UAV-ControlSystem/Release/makefile
+++ /dev/null
@@ -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
diff --git a/UAV-ControlSystem/Release/objects.list b/UAV-ControlSystem/Release/objects.list
deleted file mode 100644
index fb03c02..0000000
--- a/UAV-ControlSystem/Release/objects.list
+++ /dev/null
@@ -1,5 +0,0 @@
-"src/main.o"
-"src/stm32f4xx_it.o"
-"src/syscalls.o"
-"src/system_stm32f4xx.o"
-"startup/startup_stm32.o"
diff --git a/UAV-ControlSystem/Release/objects.mk b/UAV-ControlSystem/Release/objects.mk
deleted file mode 100644
index 91e0b9c..0000000
--- a/UAV-ControlSystem/Release/objects.mk
+++ /dev/null
@@ -1,8 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-################################################################################
-
-USER_OBJS :=
-
-LIBS := -lrevolution_hal_lib
-
diff --git a/UAV-ControlSystem/Release/output.map b/UAV-ControlSystem/Release/output.map
deleted file mode 100644
index b61f614..0000000
--- a/UAV-ControlSystem/Release/output.map
+++ /dev/null
@@ -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)
diff --git a/UAV-ControlSystem/Release/sources.mk b/UAV-ControlSystem/Release/sources.mk
deleted file mode 100644
index ba1083d..0000000
--- a/UAV-ControlSystem/Release/sources.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-################################################################################
-
-OBJ_SRCS :=
-S_SRCS :=
-ASM_SRCS :=
-C_SRCS :=
-S_UPPER_SRCS :=
-O_SRCS :=
-EXECUTABLES :=
-OBJS :=
-S_UPPER_DEPS :=
-C_DEPS :=
-
-# Every subdirectory with source files must be described here
-SUBDIRS := \
-src \
-startup \
-
diff --git a/UAV-ControlSystem/Release/src/main.d b/UAV-ControlSystem/Release/src/main.d
deleted file mode 100644
index 795c397..0000000
--- a/UAV-ControlSystem/Release/src/main.d
+++ /dev/null
@@ -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:
diff --git a/UAV-ControlSystem/Release/src/stm32f4xx_it.d b/UAV-ControlSystem/Release/src/stm32f4xx_it.d
deleted file mode 100644
index 5325c9a..0000000
--- a/UAV-ControlSystem/Release/src/stm32f4xx_it.d
+++ /dev/null
@@ -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:
diff --git a/UAV-ControlSystem/Release/src/subdir.mk b/UAV-ControlSystem/Release/src/subdir.mk
deleted file mode 100644
index f28110b..0000000
--- a/UAV-ControlSystem/Release/src/subdir.mk
+++ /dev/null
@@ -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 ' '
-
-
diff --git a/UAV-ControlSystem/Release/src/syscalls.d b/UAV-ControlSystem/Release/src/syscalls.d
deleted file mode 100644
index bccafb2..0000000
--- a/UAV-ControlSystem/Release/src/syscalls.d
+++ /dev/null
@@ -1 +0,0 @@
-src/syscalls.o: ../src/syscalls.c
diff --git a/UAV-ControlSystem/Release/src/system_stm32f4xx.d b/UAV-ControlSystem/Release/src/system_stm32f4xx.d
deleted file mode 100644
index 16a6a43..0000000
--- a/UAV-ControlSystem/Release/src/system_stm32f4xx.d
+++ /dev/null
@@ -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:
diff --git a/UAV-ControlSystem/Release/startup/subdir.mk b/UAV-ControlSystem/Release/startup/subdir.mk
deleted file mode 100644
index 903d2df..0000000
--- a/UAV-ControlSystem/Release/startup/subdir.mk
+++ /dev/null
@@ -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 ' '
-
-
diff --git a/UAV-ControlSystem/inc/drivers/adc.h b/UAV-ControlSystem/inc/drivers/adc.h
new file mode 100644
index 0000000..03e63f1
--- /dev/null
+++ b/UAV-ControlSystem/inc/drivers/adc.h
@@ -0,0 +1,54 @@
+/*
+ * ADC.h
+ *
+ * Created on: 13 sep. 2016
+ * Author: Philip
+ */
+ /**********************************************************************
+ * NAME: adc.h *
+ * PURPOSE: Set up and read from ADC *
+ * INFORMATION: *
+ * How to use this driver is explained in page 107 of HAL driver *
+ * Enable the ADC clock *
+ * Enable the GPIO clock for the pin wanted *
+ * Configure the GPIO pin as analog input *
+ * Configure the ADC speed (prescaler/sampling time) *
+ * Enable continuous measurement mode *
+ * *
+ * Read more at: www.visualgdb.com/tutorials/arm/stm32/adc/ *
+ * *
+ * GLOBAL VARIABLES: *
+ * Variable Type Description *
+ * -------- ---- ----------- *
+ * *
+ **********************************************************************/
+
+#ifndef DRIVERS_ADC_H_
+#define DRIVERS_ADC_H_
+
+#include "stm32f4xx.h"
+
+/***********************************************************************
+* BRIEF: *
+* INFORMATION: *
+***********************************************************************/
+void adc_configure();
+
+
+/***********************************************************************
+* BRIEF: *
+* INFORMATION: *
+***********************************************************************/
+void adc_pin_config(ADC_HandleTypeDef * g_AdcHandle, uint32_t adc_channel);
+
+
+/***********************************************************************
+* BRIEF: *
+* INFORMATION: *
+***********************************************************************/
+uint32_t adc_read_int(ADC_HandleTypeDef * g_AdcHandle);
+
+
+
+
+#endif /* DRIVERS_ADC_H_ */
diff --git a/UAV-ControlSystem/inc/drivers/motors.h b/UAV-ControlSystem/inc/drivers/motors.h
new file mode 100644
index 0000000..bc98b25
--- /dev/null
+++ b/UAV-ControlSystem/inc/drivers/motors.h
@@ -0,0 +1,67 @@
+/*
+ * motors.h
+ *
+ * Created on: 15 sep. 2016
+ * Author: jgr12001
+ */
+
+#ifndef DRIVERS_MOTORS_H_
+#define DRIVERS_MOTORS_H_
+
+/**************************************************************************
+* BRIEF: Initializing a motor (maps a pwm signal to a certain pin) *
+* INFORMATION: The motor becomes active, Each motor configuration is changed in the "stm32f4xx_revo.h" file *
+* Example - pwmEnableMotor(MOTOR_1) *
+**************************************************************************/
+void pwmEnableMotor(uint8_t motor);
+
+/**************************************************************************
+* BRIEF: Enables all motors (maps a pwm signal to all pins which will be connected to a motor) *
+* INFORMATION: All motors become active
+**************************************************************************/
+void pwmEnableAllMotors(void);
+
+/**************************************************************************
+* BRIEF: Deactivates a motor (Disables the pwm signal for the motor pin )
+* INFORMATION:
+* Example - pwmDeactivateMotor(MOTOR_1)
+**************************************************************************/
+void pwmDeactivateMotor(uint8_t motor);
+
+/**************************************************************************
+* BRIEF: If a motor is Deactivated (no pwm signal), this function will activate the motor to it's last state (the pwm signal will go back to is's last state) *
+* INFORMATION:
+* Example - pwmActivateMotor(MOTOR_1)
+**************************************************************************/
+void pwmActivateMotor(uint8_t motor);
+
+/**************************************************************************
+* BRIEF: Deactivates all motors (Deactivate a pwm signal to all motor pins) *
+* INFORMATION: *
+* Example - pwmDeactivateAllMotors() *
+**************************************************************************/
+void pwmDeactivateAllMotors(void);
+
+/**************************************************************************
+* BRIEF: Activates all motors (Activates a pwm signal to all motor pins to it's last state)* *
+* INFORMATION: *
+* Example - pwmActivateAllMotors() *
+**************************************************************************/
+void pwmActivateAllMotors(void);
+
+/**************************************************************************
+* BRIEF: Change the speed of a certain motor if it's active *
+* INFORMATION: The speed is changes by switching the the pulse of a pwm signal *
+* Example - pwmAdjustSpeedOfMotor(MOTOR_2, 200) *
+**************************************************************************/
+void pwmAdjustSpeedOfMotor(uint8_t motor, uint16_t pulse);
+
+/**************************************************************************
+* BRIEF: Change the speed of a certain motor if it's active *
+* INFORMATION: The speed is change by switching the the Duty Cycle of a pwm signal (The Duty Cycle may only take values between 0 - 100 %) *
+* Example - pwmAdjustSpeedOfMotor(MOTOR_2, 50); *
+**************************************************************************/
+void pwmAdjustSpeedOfMotorDutyCycle(uint8_t motor, uint16_t DutyCycle);
+
+
+#endif /* DRIVERS_MOTORS_H_ */
diff --git a/UAV-ControlSystem/inc/drivers/pwm.h b/UAV-ControlSystem/inc/drivers/pwm.h
new file mode 100644
index 0000000..8fb5337
--- /dev/null
+++ b/UAV-ControlSystem/inc/drivers/pwm.h
@@ -0,0 +1,48 @@
+/**************************************************************************
+* NAME: Johan Gärtner *
+* PURPOSE: Initialize driver for the PWM signal to certain outputs *
+* INFORMATION: *
+* GLOBAL VARIABLES: *
+* Variable Type Description *
+* -------- ---- ----------- *
+* **************************************************************************/
+
+#ifndef DRIVERS_PWM_H_
+#define DRIVERS_PWM_H_
+
+/**************************************************************************
+* BRIEF: pwmInit initializes a pwm signal to a certain pin output *
+* INFORMATION:
+* Example - pwmInit(GPIOB, GPIO_PIN_0, TIM3, TIM_CHANNEL_3, 2000, 100);
+* GPIO = selects GPIO output on processor
+* pin = selects pin output on processor
+* tim = Timer configuration
+* Channel = Selects a channel for a certain timer, each timer as 4 channels
+* period = Period of PWM signal
+* pulse = the "duty cycle" of the pwm signal *
+**************************************************************************/
+void pwmInit(GPIO_TypeDef * GPIO, uint16_t pin, TIM_TypeDef * tim, uint32_t Channel, uint16_t period, uint16_t pulse);
+
+/**************************************************************************
+* BRIEF: setPwmPulse changes a certain pulse for an initialized pwm signal *
+* INFORMATION: It's only possible to change the pwm output for a certain timer
+* on a certain channel, not a pin output
+* Example - setPwmPulse(TIM_CHANNEL_4, TIM3, 500); *
+**************************************************************************/
+void setPwmPulse(uint32_t Channel, TIM_TypeDef * tim, uint16_t newPulse);
+
+/**************************************************************************
+* BRIEF: startPwm Activates a pwm signal for a certain timer on a certain channel
+* INFORMATION:
+* Example - startPwm(TIM_CHANNEL_4, TIM3);
+**************************************************************************/
+void startPwm(uint32_t Channel, TIM_TypeDef * tim);
+
+/**************************************************************************
+* BRIEF: stopPwm Deactivates a pwm signal for a certain timer on a certain channel
+* INFORMATION:
+* Example - stopPwm(TIM_CHANNEL_4, TIM3);
+**************************************************************************/
+void stopPwm(uint32_t Channel, TIM_TypeDef * tim);
+
+#endif /* DRIVERS_PWM_H_ */
diff --git a/UAV-ControlSystem/inc/drivers/spi.h b/UAV-ControlSystem/inc/drivers/spi.h
deleted file mode 100644
index 028abf3..0000000
--- a/UAV-ControlSystem/inc/drivers/spi.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- * spi.h
- *
- * Created on: 13 sep. 2016
- * Author: Philip
- */
-
-#ifndef DRIVERS_SPI_H_
-#define DRIVERS_SPI_H_
-
-
-
-#endif /* DRIVERS_SPI_H_ */
diff --git a/UAV-ControlSystem/inc/stm32f4xx_revo.h b/UAV-ControlSystem/inc/stm32f4xx_revo.h
index 44e6c96..fa46876 100644
--- a/UAV-ControlSystem/inc/stm32f4xx_revo.h
+++ b/UAV-ControlSystem/inc/stm32f4xx_revo.h
@@ -101,28 +101,65 @@
/* Define all the moter of the system, servos + extra */
+#define MOTOR_1 1
#define MOTOR_1_PIN SERVO_OUT_1_PIN
#define MOTOR_1_PORT SERVO_OUT_1_GPIO_PORT
+#define MOTOR_1_TIM TIM3
+#define MOTOR_1_CHANNEL TIM_CHANNEL_3
+
+#define MOTOR_2 2
#define MOTOR_2_PIN SERVO_OUT_2_PIN
#define MOTOR_2_PORT SERVO_OUT_2_GPIO_PORT
+#define MOTOR_2_TIM TIM3
+#define MOTOR_2_CHANNEL TIM_CHANNEL_4
+
+#define MOTOR_3 3
#define MOTOR_3_PIN SERVO_OUT_3_PIN
#define MOTOR_3_PORT SERVO_OUT_3_GPIO_PORT
+#define MOTOR_3_TIM TIM9
+#define MOTOR_3_CHANNEL TIM_CHANNEL_2
+
+#define MOTOR_4 4
#define MOTOR_4_PIN SERVO_OUT_4_PIN
#define MOTOR_4_PORT SERVO_OUT_4_GPIO_PORT
+#define MOTOR_4_TIM TIM2
+#define MOTOR_4_CHANNEL TIM_CHANNEL_3
+
+#define MOTOR_5 5
#define MOTOR_5_PIN SERVO_OUT_5_PIN
#define MOTOR_5_PORT SERVO_OUT_5_GPIO_PORT
+#define MOTOR_5_TIM TIM5
+#define MOTOR_5_CHANNEL TIM_CHANNEL_2
+
+#define MOTOR_6 6
#define MOTOR_6_PIN SERVO_OUT_6_PIN
#define MOTOR_6_PORT SERVO_OUT_6_GPIO_PORT
-#define MOTOR_7_PIN
-#define MOTOR_7_PORT
-#define MOTOR_8_PIN
-#define MOTOR_8_PORT
-#define MOTOR_9_PIN
-#define MOTOR_9_PORT
-#define MOTOR_10_PIN
-#define MOTOR_10_PORT
+#define MOTOR_6_TIM TIM5
+#define MOTOR_6_CHANNEL TIM_CHANNEL_1
+#define MOTOR_7 7
+#define MOTOR_7_PIN GPIO_PIN_6
+#define MOTOR_7_PORT GPIOC
+#define MOTOR_7_TIM TIM8
+#define MOTOR_7_CHANNEL TIM_CHANNEL_1
+#define MOTOR_8 8
+#define MOTOR_8_PIN GPIO_PIN_7
+#define MOTOR_8_PORT GPIOC
+#define MOTOR_8_TIM TIM8
+#define MOTOR_8_CHANNEL TIM_CHANNEL_2
+
+#define MOTOR_9 9
+#define MOTOR_9_PIN GPIO_PIN_8
+#define MOTOR_9_PORT GPIOC
+#define MOTOR_9_TIM TIM8
+#define MOTOR_9_CHANNEL TIM_CHANNEL_3
+
+#define MOTOR_10 10
+#define MOTOR_10_PIN GPIO_PIN_9
+#define MOTOR_10_PORT GPIOC
+#define MOTOR_10_TIM TIM8
+#define MOTOR_10_CHANNEL TIM_CHANNEL_4
#ifdef __cplusplus
diff --git a/UAV-ControlSystem/revolution.xml b/UAV-ControlSystem/revolution.xml
deleted file mode 100644
index ebbc1f1..0000000
--- a/UAV-ControlSystem/revolution.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
- REVOLUTION
- stm32f411retx
- SWD
- ST-LinkV2-1
-
-
diff --git a/UAV-ControlSystem/src/drivers/adc.c b/UAV-ControlSystem/src/drivers/adc.c
new file mode 100644
index 0000000..2a1e415
--- /dev/null
+++ b/UAV-ControlSystem/src/drivers/adc.c
@@ -0,0 +1,77 @@
+/*
+ * ADC.c
+ *
+ * Created on: 13 sep. 2016
+ * Author: Philip
+ */
+#include
+
+
+
+void adc_configure()
+{
+ __GPIOC_CLK_ENABLE();
+ __ADC1_CLK_ENABLE();
+}
+
+void adc_pin_config(ADC_HandleTypeDef * g_AdcHandle, uint32_t adc_channel)
+{
+ //ADC_HandleTypeDef g_AdcHandle;
+ GPIO_InitTypeDef gpioInit;
+
+ // TODO!!!!
+ if (adc_channel == ADC_CHANNEL_12) gpioInit.Pin = GPIO_PIN_2;
+ else gpioInit.Pin = GPIO_PIN_1;
+
+
+ gpioInit.Mode = GPIO_MODE_ANALOG;
+ gpioInit.Pull = GPIO_NOPULL;
+ HAL_GPIO_Init(GPIOC,&gpioInit);
+
+ HAL_NVIC_SetPriority(ADC_IRQn, 0,0);
+ HAL_NVIC_EnableIRQ(ADC_IRQn);
+
+ ADC_ChannelConfTypeDef adcChannel;
+
+
+ g_AdcHandle->Instance = ADC1;
+ g_AdcHandle->Init.ClockPrescaler = ADC_CLOCKPRESCALER_PCLK_DIV2;
+ g_AdcHandle->Init.Resolution = ADC_RESOLUTION12b;
+ g_AdcHandle->Init.ScanConvMode = DISABLE;
+ g_AdcHandle->Init.ContinuousConvMode = ENABLE;
+ g_AdcHandle->Init.DiscontinuousConvMode = DISABLE;
+ g_AdcHandle->Init.NbrOfDiscConversion = 0;
+ g_AdcHandle->Init.ExternalTrigConvEdge = ADC_EXTERNALTRIGCONV_T1_CC1;
+ g_AdcHandle->Init.DataAlign = ADC_DATAALIGN_RIGHT;
+ g_AdcHandle->Init.NbrOfConversion = 1;
+ g_AdcHandle->Init.DMAContinuousRequests = ENABLE;
+ g_AdcHandle->Init.EOCSelection = DISABLE;
+
+ HAL_ADC_Init(g_AdcHandle);
+
+ adcChannel.Channel = adc_channel; // ex ADC_CHANNEL_12
+ adcChannel.Rank = 1;
+ adcChannel.SamplingTime = ADC_SAMPLETIME_480CYCLES;
+ adcChannel.Offset = 0;
+
+ if (HAL_ADC_ConfigChannel(g_AdcHandle, &adcChannel) != HAL_OK)
+ {
+ asm("bkpt 255");
+ }
+
+ HAL_ADC_Start(g_AdcHandle);
+
+}
+
+uint32_t adc_read_int(ADC_HandleTypeDef * g_AdcHandle)
+{
+ uint32_t value = 0;
+ if (HAL_ADC_PollForConversion(g_AdcHandle, 100) == HAL_OK)
+ {
+ value = HAL_ADC_GetValue(g_AdcHandle);
+ }
+ return value;
+}
+
+
+
diff --git a/UAV-ControlSystem/src/drivers/motors.c b/UAV-ControlSystem/src/drivers/motors.c
new file mode 100644
index 0000000..4e84c15
--- /dev/null
+++ b/UAV-ControlSystem/src/drivers/motors.c
@@ -0,0 +1,195 @@
+/**************************************************************************
+* NAME: Johan Gärtner *
+* PURPOSE: Driver for the motor signal to certain outputs *
+* INFORMATION: *
+* GLOBAL VARIABLES: *
+* Variable Type Description *
+* MOTOR_PWM_INIT_PERIODE define The initializing periode of the pwm signal to each motor *
+* MOTOR_PWM_INIT_PULSE define The initializing pulse of the pwm signal to each motor
+* **************************************************************************/
+
+#include "stm32f4xx.h"
+#include "stm32f4xx_revo.h"
+#include "drivers/pwm.h"
+#include "drivers/motors.h"
+
+#define MOTOR_PWM_INIT_PERIODE 65535
+#define MOTOR_PWM_INIT_PULSE MOTOR_PWM_INIT_PERIODE/2
+
+/* A struct of a pwm motor profile */
+typedef struct
+{
+ GPIO_TypeDef * port; //GPIOA/B/C
+ uint16_t pin; //GPIO_PIN_0/1/2/3/..
+ TIM_TypeDef * tim; //TIM1/2/3/..
+ uint32_t channel; //TIM_CHANNEL_1/TIM_CHANNEL_1/..
+}motorProfile;
+
+/**************************************************************************
+* BRIEF: Returns a profile of a certain motor
+* INFORMATION: Each Motor has a certain profile which includes a pin, port, timer and a timer channel
+* Each motor configuration is changed in the "stm32f4xx_revo.h" file
+* Example - getMotorProfile(MOTOR_1)
+**************************************************************************/
+motorProfile getMotorProfile(uint8_t motor)
+{
+ motorProfile profile;
+
+ switch(motor)
+ {
+ case MOTOR_1:
+ profile.port = MOTOR_1_PORT;
+ profile.pin = MOTOR_1_PIN;
+ profile.tim = MOTOR_1_TIM;
+ profile.channel = MOTOR_1_CHANNEL;
+ break;
+ case MOTOR_2:
+ profile.port = MOTOR_2_PORT;
+ profile.pin = MOTOR_2_PIN;
+ profile.tim = MOTOR_2_TIM;
+ profile.channel = MOTOR_2_CHANNEL;
+ break;
+ case MOTOR_3:
+ profile.port = MOTOR_3_PORT;
+ profile.pin = MOTOR_3_PIN;
+ profile.tim = MOTOR_3_TIM;
+ profile.channel = MOTOR_3_CHANNEL;
+ break;
+ case MOTOR_4:
+ profile.port = MOTOR_4_PORT;
+ profile.pin = MOTOR_4_PIN;
+ profile.tim = MOTOR_4_TIM;
+ profile.channel = MOTOR_4_CHANNEL;
+ break;
+ case MOTOR_5:
+ profile.port = MOTOR_5_PORT;
+ profile.pin = MOTOR_5_PIN;
+ profile.tim = MOTOR_5_TIM;
+ profile.channel = MOTOR_5_CHANNEL;
+ break;
+ case MOTOR_6:
+ profile.port = MOTOR_6_PORT;
+ profile.pin = MOTOR_6_PIN;
+ profile.tim = MOTOR_6_TIM;
+ profile.channel = MOTOR_6_CHANNEL;
+ break;
+ case MOTOR_7:
+ profile.port = MOTOR_7_PORT;
+ profile.pin = MOTOR_7_PIN;
+ profile.tim = MOTOR_7_TIM;
+ profile.channel = MOTOR_7_CHANNEL;
+ break;
+ case MOTOR_8:
+ profile.port = MOTOR_8_PORT;
+ profile.pin = MOTOR_8_PIN;
+ profile.tim = MOTOR_8_TIM;
+ profile.channel = MOTOR_8_CHANNEL;
+ break;
+ case MOTOR_9:
+ profile.port = MOTOR_9_PORT;
+ profile.pin = MOTOR_9_PIN;
+ profile.tim = MOTOR_9_TIM;
+ profile.channel = MOTOR_9_CHANNEL;
+ break;
+ case MOTOR_10:
+ profile.port = MOTOR_10_PORT;
+ profile.pin = MOTOR_10_PIN;
+ profile.tim = MOTOR_10_TIM;
+ profile.channel = MOTOR_10_CHANNEL;;
+ break;
+ default:
+ break;
+ }
+
+ return profile;
+}
+
+/**************************************************************************
+* BRIEF: Initializing a motor (maps a pwm signal to a certain pin) *
+* INFORMATION: The motor becomes active, Each motor configuration is changed in the "stm32f4xx_revo.h" file *
+* Example - pwmEnableMotor(MOTOR_1) *
+**************************************************************************/
+void pwmEnableMotor(uint8_t motor)
+{
+ motorProfile profile = getMotorProfile(motor);
+
+ pwmInit(profile.port, profile.pin, profile.tim, profile.channel, MOTOR_PWM_INIT_PERIODE, MOTOR_PWM_INIT_PULSE);
+}
+
+/**************************************************************************
+* BRIEF: Enables all motors (maps a pwm signal to all pins which will be connected to a motor) *
+* INFORMATION: All motors become active
+**************************************************************************/
+void pwmEnableAllMotors(void)
+{
+ for (uint8_t i = 1; i < 11; i++ ) pwmEnableMotor(i);
+}
+
+/**************************************************************************
+* BRIEF: If a motor is Deactivated (no pwm signal), this function will activate the motor to it's last state (the pwm signal will go back to is's last state) *
+* INFORMATION:
+* Example - pwmActivateMotor(MOTOR_1)
+**************************************************************************/
+void pwmActivateMotor(uint8_t motor)
+{
+ motorProfile profile = getMotorProfile(motor);
+
+ startPwm(profile.channel, profile.tim);
+}
+
+/**************************************************************************
+* BRIEF: Deactivates a motor (Disables the pwm signal for the motor pin )
+* INFORMATION:
+* Example - pwmDeactivateMotor(MOTOR_1)
+**************************************************************************/
+void pwmDeactivateMotor(uint8_t motor)
+{
+ motorProfile profile = getMotorProfile(motor);
+
+ stopPwm(profile.channel, profile.tim);
+}
+
+/**************************************************************************
+* BRIEF: Activates all motors (Activates a pwm signal to all motor pins to it's last state)* *
+* INFORMATION: *
+* Example - pwmActivateAllMotors() *
+**************************************************************************/
+void pwmActivateAllMotors(void)
+{
+ for (uint8_t i = 1; i < 11; i++ ) pwmDeactivateMotor(i);
+}
+
+/**************************************************************************
+* BRIEF: Deactivates all motors (Deactivate a pwm signal to all motor pins) *
+* INFORMATION: *
+* Example - pwmDeactivateAllMotors() *
+**************************************************************************/
+void pwmDeactivateAllMotors(void)
+{
+ for (uint8_t i = 1; i < 11; i++ ) pwmActivateMotor(i);
+}
+
+/**************************************************************************
+* BRIEF: Change the speed of a certain motor if it's active *
+* INFORMATION: The speed is changes by switching the the pulse of a pwm signal *
+* Example - pwmAdjustSpeedOfMotor(MOTOR_2, 200) *
+**************************************************************************/
+void pwmAdjustSpeedOfMotor(uint8_t motor, uint16_t pulse)
+{
+ motorProfile profile = getMotorProfile(motor);
+
+ setPwmPulse(profile.channel, profile.tim, pulse);
+}
+
+/**************************************************************************
+* BRIEF: Change the speed of a certain motor if it's active *
+* INFORMATION: The speed is change by switching the the Duty Cycle of a pwm signal (The Duty Cycle may only take values between 0 - 100 %) *
+* Example - pwmAdjustSpeedOfMotor(MOTOR_2, 50); *
+**************************************************************************/
+void pwmAdjustSpeedOfMotorDutyCycle(uint8_t motor, uint16_t DutyCycle)
+{
+ uint16_t pulse = (DutyCycle*MOTOR_PWM_INIT_PERIODE)/100; /* Converts the DutyCycle to a pulse */
+ motorProfile profile = getMotorProfile(motor);
+
+ setPwmPulse(profile.channel, profile.tim, pulse);
+}
diff --git a/UAV-ControlSystem/src/drivers/pwm.c b/UAV-ControlSystem/src/drivers/pwm.c
new file mode 100644
index 0000000..91f229b
--- /dev/null
+++ b/UAV-ControlSystem/src/drivers/pwm.c
@@ -0,0 +1,246 @@
+/**************************************************************************
+* NAME: Johan Gärtner *
+* PURPOSE: Initialize driver for the PWM signal to certain outputs *
+* INFORMATION: *
+* GLOBAL VARIABLES: *
+* Variable Type Description *
+* -------- ---- ----------- *
+* **************************************************************************/
+
+#include "stm32f4xx.h"
+#include "drivers/pwm.h"
+
+typedef enum { false, true } bool;
+
+bool pwmOk = true;
+
+/* Struct for a certain pwm profile */
+typedef struct
+{
+ GPIO_TypeDef * GPIO; //GPIOA/B/C
+ uint16_t pin; //GPIO_PIN_0/1/2/3/..
+ TIM_TypeDef * tim; //TIM1/2/3/..
+ uint32_t Alternate; //GPIO_AF1_TIM1/GPIO_AF2_TIM2/..
+ uint32_t Channel; //TIM_CHANNEL_1/TIM_CHANNEL_1/..
+}pwmProfile;
+
+/**************************************************************************
+* BRIEF: Error handler which stops the program if an error occurs *
+* INFORMATION: *
+**************************************************************************/
+static void Error_Handler(void);
+
+/**************************************************************************
+* BRIEF: get_Pwm_Profile() Gets a variable of the struct "pwmProfile" *
+* INFORMATION:
+* Example - get_Pwm_Profile(GPIOA, GPIO_PIN_0, TIM_CHANNEL_3, TIM3); *
+**************************************************************************/
+pwmProfile get_Pwm_Profile(GPIO_TypeDef * GPIO, uint16_t pin, uint32_t Channel, TIM_TypeDef * tim);
+
+/**************************************************************************
+* BRIEF: pwmInit initializes a pwm signal to a certain pin output *
+* INFORMATION:
+* Example - pwmInit(GPIOB, GPIO_PIN_0, TIM3, TIM_CHANNEL_3, 2000, 100);
+* GPIO = selects GPIO output on processor
+* pin = selects pin output on processor
+* tim = Timer configuration
+* Channel = Selects a channel for a certain timer, each timer as 4 channels
+* period = Period of PWM signal
+* pulse = the "duty cycle" of the pwm signal *
+**************************************************************************/
+void pwmInit(GPIO_TypeDef * GPIO, uint16_t pin, TIM_TypeDef * tim, uint32_t Channel, uint16_t period, uint16_t pulse)
+{
+ pwmProfile profile;
+
+ profile = get_Pwm_Profile(GPIO, pin, Channel, tim); /* Get a current profile for a pwm to a certain pin */
+
+ HAL_Init();
+
+ /* Enables clock for a certain GPIO and timer */
+ if (GPIO == GPIOA) __HAL_RCC_GPIOA_CLK_ENABLE();
+ if (GPIO == GPIOB) __HAL_RCC_GPIOB_CLK_ENABLE();
+ if (GPIO == GPIOC) __HAL_RCC_GPIOC_CLK_ENABLE();
+
+ if (tim == TIM1) __HAL_RCC_TIM1_CLK_ENABLE();
+ if (tim == TIM2) __HAL_RCC_TIM2_CLK_ENABLE();
+ if (tim == TIM3) __HAL_RCC_TIM3_CLK_ENABLE();
+ if (tim == TIM4) __HAL_RCC_TIM4_CLK_ENABLE();
+ if (tim == TIM5) __HAL_RCC_TIM5_CLK_ENABLE();
+ if (tim == TIM8) __HAL_RCC_TIM8_CLK_ENABLE();
+ if (tim == TIM9) __HAL_RCC_TIM9_CLK_ENABLE();
+ if (tim == TIM12) __HAL_RCC_TIM12_CLK_ENABLE();
+ /* ------------------------------------------ */
+
+ GPIO_InitTypeDef GPIO_InitStructure;
+
+ GPIO_InitStructure.Pin = profile.pin; /* Sets the pwm pin */
+ GPIO_InitStructure.Mode = GPIO_MODE_AF_PP;
+ GPIO_InitStructure.Speed = GPIO_SPEED_HIGH;
+ GPIO_InitStructure.Alternate = profile.Alternate; /* Enables the Alternate function for a pin to the correct pwm function */
+ GPIO_InitStructure.Pull = GPIO_NOPULL;
+ HAL_GPIO_Init(profile.GPIO, &GPIO_InitStructure); /* Sets the pwm GPIO */
+
+ TIM_HandleTypeDef TimHandle;
+
+ uint32_t uwPrescalerValue =2;
+ TimHandle.Instance = profile.tim; /* Sets timer */
+ TimHandle.Init.Period = period; /* Sets period of pwm */
+ TimHandle.Init.Prescaler = uwPrescalerValue;
+ TimHandle.Init.ClockDivision = 0;
+ TimHandle.Init.CounterMode = TIM_COUNTERMODE_UP;
+
+ TIM_OC_InitTypeDef PWMConfig;
+
+ //PWMConfig.Pulse = 840;
+ PWMConfig.Pulse = 840;
+ PWMConfig.OCMode = TIM_OCMODE_PWM1;
+ PWMConfig.OCPolarity = TIM_OCPOLARITY_HIGH;
+ PWMConfig.OCNPolarity = TIM_OCNPOLARITY_HIGH;
+ PWMConfig.OCIdleState = TIM_OCIDLESTATE_SET;
+ PWMConfig.OCNIdleState= TIM_OCNIDLESTATE_RESET;
+ PWMConfig.OCFastMode = TIM_OCFAST_DISABLE;
+
+ TIM_BreakDeadTimeConfigTypeDef DeadConfig;
+
+ DeadConfig.AutomaticOutput=TIM_AUTOMATICOUTPUT_ENABLE;
+ DeadConfig.BreakPolarity=0;
+ DeadConfig.BreakState=0;
+ DeadConfig.DeadTime=100;
+ DeadConfig.LockLevel=0;
+ DeadConfig.OffStateIDLEMode=1;
+ DeadConfig.OffStateRunMode=1;
+
+ if(HAL_TIM_PWM_Init(&TimHandle) != HAL_OK) Error_Handler(); /* Init pwm */
+
+ if(HAL_TIM_PWM_ConfigChannel(&TimHandle,&PWMConfig,profile.Channel) != HAL_OK) Error_Handler(); /* pwm configure channel and select channel */
+
+ if(HAL_TIMEx_ConfigBreakDeadTime(&TimHandle,&DeadConfig) != HAL_OK) Error_Handler(); /* ConfigBreakDeadTime and sets channel */
+
+ if(HAL_TIM_PWM_Start(&TimHandle, profile.Channel) != HAL_OK) Error_Handler(); /* Starts pwm and sets channel */
+
+ if(HAL_TIMEx_PWMN_Start(&TimHandle,profile.Channel) != HAL_OK) Error_Handler(); /* Starts pwm and sets channel */
+
+
+ /* Sets a pulse for a certain channel for a certain timer (CCRx = channel x) */
+ switch(profile.Channel)
+ {
+ case TIM_CHANNEL_1:
+ profile.tim->CCR1 = pulse;
+ break;
+ case TIM_CHANNEL_2:
+ profile.tim->CCR2 = pulse;
+ break;
+ case TIM_CHANNEL_3:
+ profile.tim->CCR3 = pulse;
+ break;
+ case TIM_CHANNEL_4:
+ profile.tim->CCR4 = pulse;
+ break;
+ default:
+ break;
+ }
+}
+
+/**************************************************************************
+* BRIEF: setPwmPulse changes a certain pulse for an initialized pwm signal
+* INFORMATION: It's only possible to change the pwm output for a certain timer
+* on a certain channel, not a pin output. This function will only run is a pwm is active.
+* The pwm is activated and deactivated at startPwm/stopPwm
+* Example - setPwmPulse(TIM_CHANNEL_4, TIM3, 500);
+**************************************************************************/
+void setPwmPulse(uint32_t Channel, TIM_TypeDef * tim, uint16_t newPulse)
+{
+ if(pwmOk)
+ {
+ TIM_HandleTypeDef TimHandle;
+
+ TimHandle.Instance = tim;
+ HAL_TIM_PWM_Start(&TimHandle, Channel);
+
+ switch(Channel)
+ {
+ case TIM_CHANNEL_1:
+ tim->CCR1 = newPulse;
+ break;
+ case TIM_CHANNEL_2:
+ tim->CCR2 = newPulse;
+ break;
+ case TIM_CHANNEL_3:
+ tim->CCR3 = newPulse;
+ break;
+ case TIM_CHANNEL_4:
+ tim->CCR4 = newPulse;
+ break;
+ default:
+ break;
+ }
+ }
+}
+
+/**************************************************************************
+* BRIEF: startPwm Activates a pwm signal for a certain timer on a certain channel
+* INFORMATION:
+* Example - startPwm(TIM_CHANNEL_4, TIM3);
+**************************************************************************/
+void startPwm(uint32_t Channel, TIM_TypeDef * tim)
+{
+ pwmOk = true;
+ TIM_HandleTypeDef TimHandle;
+
+ TimHandle.Instance = tim;
+ HAL_TIM_PWM_Start(&TimHandle, Channel);
+}
+
+/**************************************************************************
+* BRIEF: stopPwm Deactivates a pwm signal for a certain timer on a certain channel
+* INFORMATION:
+* Example - stopPwm(TIM_CHANNEL_4, TIM3);
+**************************************************************************/
+void stopPwm(uint32_t Channel, TIM_TypeDef * tim)
+{
+ pwmOk = false;
+ TIM_HandleTypeDef TimHandle;
+
+ TimHandle.Instance = tim;
+ HAL_TIM_PWM_Stop(&TimHandle, Channel);
+}
+
+/**************************************************************************
+* BRIEF: Error handler which stops the program if an error occurs *
+* INFORMATION: *
+**************************************************************************/
+static void Error_Handler(void)
+{
+ while(1)
+ {
+ }
+}
+
+/**************************************************************************
+* BRIEF: get_Pwm_Profile() Gets a variable of the struct "pwmProfile" *
+* INFORMATION:
+* Example - get_Pwm_Profile(GPIOA, GPIO_PIN_0, TIM_CHANNEL_3, TIM3); *
+**************************************************************************/
+pwmProfile get_Pwm_Profile(GPIO_TypeDef * GPIO, uint16_t pin, uint32_t Channel, TIM_TypeDef * tim)
+{
+ pwmProfile profile;
+
+ /* Sets a Alternate function for a certain timer */
+ if(tim == TIM1) profile.Alternate = GPIO_AF1_TIM1;
+ else if(tim == TIM2) profile.Alternate = GPIO_AF1_TIM2;
+ else if(tim == TIM3) profile.Alternate = GPIO_AF2_TIM3;
+ else if(tim == TIM4) profile.Alternate = GPIO_AF2_TIM4;
+ else if(tim == TIM5) profile.Alternate = GPIO_AF2_TIM5;
+ else if(tim == TIM8) profile.Alternate = GPIO_AF3_TIM8;
+ else if(tim == TIM9) profile.Alternate = GPIO_AF3_TIM9;
+ else if(tim == TIM12) profile.Alternate = GPIO_AF9_TIM12;
+
+ profile.Channel = Channel;
+ profile.GPIO = GPIO;
+ profile.pin = pin;
+ profile.tim = tim;
+
+ return profile;
+}
+
+
diff --git a/UAV-ControlSystem/src/drivers/spi.h b/UAV-ControlSystem/src/drivers/spi.h
deleted file mode 100644
index f36fb4d..0000000
--- a/UAV-ControlSystem/src/drivers/spi.h
+++ /dev/null
@@ -1,8 +0,0 @@
-/*
- * spi.h
- *
- * Created on: 13 sep. 2016
- * Author: Philip
- */
-
-
diff --git a/UAV-ControlSystem/src/main.c b/UAV-ControlSystem/src/main.c
index f6a143d..6d68a42 100644
--- a/UAV-ControlSystem/src/main.c
+++ b/UAV-ControlSystem/src/main.c
@@ -9,6 +9,7 @@
*/
+#include
#include "stm32f4xx.h"
#include "stm32f4xx_revo.h"
@@ -16,8 +17,16 @@
static void SystemClock_Config(void);
static void Error_Handler(void);
+ADC_HandleTypeDef adc_testinput_handle; // For example battery voltage
+ADC_HandleTypeDef adc_test2input_handle;
+uint32_t g_ADCValue;
+uint32_t g_ADC2;
+int g_MeasurementNumber;
+
+
int main(void)
{
+ // Comment?
HAL_Init();
int i = 1;
@@ -27,6 +36,11 @@ int main(void)
/* Configure the system clock to 100 MHz */
SystemClock_Config();
+ adc_configure();
+ //adc_pin_config(&adc_testinput_handle,ADC_CHANNEL_12);
+ adc_pin_config(&adc_testinput_handle,ADC_CHANNEL_11);
+
+
/*##-1- Enable GPIOA Clock (to be able to program the configuration registers) */
__HAL_RCC_GPIOA_CLK_ENABLE();
@@ -54,6 +68,13 @@ int main(void)
i++;
/* Insert a 100ms delay */
HAL_Delay(100);
+
+
+ // ADC part
+ //g_ADCValue = adc_read_int(&adc_testinput_handle);
+ HAL_Delay(10);
+ g_ADC2 = adc_read_int(&adc_test2input_handle);
+ g_MeasurementNumber++;
}
for(;;);
@@ -122,6 +143,9 @@ static void SystemClock_Config(void)
}
+
+
+
/**
* @brief This function is executed in case of error occurrence.
* @param None
diff --git a/revolution_hal_lib/.cproject b/revolution_hal_lib/.cproject
index 3813588..246c36b 100644
--- a/revolution_hal_lib/.cproject
+++ b/revolution_hal_lib/.cproject
@@ -40,9 +40,9 @@