-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdoorbell_replay.cbp
90 lines (90 loc) · 3.13 KB
/
doorbell_replay.cbp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="doorbell_replay" />
<Option pch_mode="2" />
<Option compiler="arm_none_eabi_gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/doorbell_replay" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
<Option type="1" />
<Option compiler="arm_none_eabi_gcc" />
<Compiler>
<Add option="-g" />
</Compiler>
</Target>
<Target title="Release">
<Option output="bin/Release/doorbell_replay" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="1" />
<Option compiler="arm_none_eabi_gcc" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-mcpu=cortex-m3" />
<Add option="-mthumb" />
<Add option="-Wall" />
<Add option="-std=c99" />
<Add option="-DSTM32F10X_MD" />
<Add directory="../stm32f103/inc" />
<Add directory="../stm32f103/inc/core" />
<Add directory="../stm32f103/inc/system" />
<Add directory="./" />
</Compiler>
<Linker>
<Add option="-T../arm_common/stm32_flash.ld" />
<Add option="-mthumb" />
<Add option="-mcpu=cortex-m3" />
<Add library="../stm32f103/bin/Release/libstm32f103.a" />
<Add library="/usr/arm-none-eabi/lib/thumb/libc_nano.a" />
<Add library="/usr/arm-none-eabi/lib/thumb/libg_nano.a" />
<Add library="/usr/arm-none-eabi/lib/thumb/libm.a" />
<Add library="/usr/arm-none-eabi/lib/thumb/libnosys.a" />
<Add library="/usr/arm-none-eabi/lib/thumb/librdimon_nano.a" />
<Add library="/usr/arm-none-eabi/lib/thumb/librdpmon.a" />
</Linker>
<ExtraCommands>
<Add after="#arm-none-eabi-objcopy -O binary ${TARGET_OUTPUT_DIR}${TARGET_OUTPUT_BASENAME} ${TARGET_OUTPUT_DIR}${TARGET_OUTPUT_BASENAME}.bin" />
</ExtraCommands>
<Unit filename="../arm_common/startup_stm32f10x_md.s" />
<Unit filename="../arm_common/system_stm32f10x.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="../stm32f103/inc/core/core_cm3.h" />
<Unit filename="../stm32f103/inc/misc.h" />
<Unit filename="../stm32f103/inc/stm32f10x_exti.h" />
<Unit filename="../stm32f103/inc/stm32f10x_gpio.h" />
<Unit filename="../stm32f103/inc/stm32f10x_tim.h" />
<Unit filename="../stm32f103/inc/stm32f10x_usart.h" />
<Unit filename="../stm32f103/inc/system/stm32f10x.h" />
<Unit filename="../stm32f103/inc/system/system_stm32f10x.h" />
<Unit filename="RF_modulation.h" />
<Unit filename="main.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="main.h" />
<Unit filename="stm32f10x_conf.h" />
<Unit filename="stm32f10x_it.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="stm32f10x_it.h" />
<Extensions>
<envvars />
<code_completion />
<lib_finder disable_auto="1" />
<debugger>
<remote_debugging>
<options conn_type="0" serial_baud="115200" ip_address="localhost" ip_port="3333" additional_cmds="load" />
</remote_debugging>
</debugger>
</Extensions>
</Project>
</CodeBlocks_project_file>