forked from poppy-project/poppy_com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPeripHALpoppy-com.cbp
124 lines (124 loc) · 3.81 KB
/
PeripHALpoppy-com.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="PeripHALpoppy-com" />
<Option makefile_is_custom="1" />
<Option pch_mode="2" />
<Option compiler="avr-gcc" />
<MakeCommands>
<Build command="$make" />
<CompileFile command="$make $file" />
<Clean command="$make clean" />
<DistClean command="$make -f $makefile distclean$target" />
<AskRebuildNeeded command="$make -q" />
<SilentBuild command="$make > $(CMD_NULL)" />
</MakeCommands>
<Build>
<Target title="Debug">
<Option output="PeriphMaster.elf" prefix_auto="1" extension_auto="0" />
<Option working_dir="" />
<Option object_output="obj/Debug/" />
<Option type="5" />
<Option compiler="avr-gcc" />
<Compiler>
<Add option="-g" />
</Compiler>
<MakeCommands>
<Build command="$make" />
<CompileFile command="$make $file" />
<Clean command="$make clean" />
<DistClean command="$make -f $makefile distclean$target" />
<AskRebuildNeeded command="$make -q" />
<SilentBuild command="$make > $(CMD_NULL)" />
</MakeCommands>
</Target>
<Target title="Release">
<Option output="PeriphMaster.elf" prefix_auto="1" extension_auto="0" />
<Option working_dir="" />
<Option object_output="obj/Release/" />
<Option type="5" />
<Option compiler="avr-gcc" />
<Compiler>
<Add option="-Os" />
</Compiler>
<MakeCommands>
<Build command="$make" />
<CompileFile command="$make $file" />
<Clean command="$make clean" />
<DistClean command="$make -f $makefile distclean$target" />
<AskRebuildNeeded command="$make -q " />
<SilentBuild command="$make > $(CMD_NULL)" />
</MakeCommands>
</Target>
<Environment>
<Variable name="MCU" value="atmega64" />
</Environment>
</Build>
<Compiler>
<Add option="-mmcu=atmega64" />
<Add option="-Wall" />
<Add option="-DF_CPU=16000000UL" />
<Add option="-DAVR" />
<Add directory="poppy-com" />
</Compiler>
<ResourceCompiler>
<Add directory="poppy-com" />
</ResourceCompiler>
<Linker>
<Add option="-mmcu=atmega64" />
<Add option="-Wl,-Map=$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).map,--cref" />
</Linker>
<Unit filename="HAL.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="Init.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="PeriphMaster.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="bin/Debug/PeripHALpoppy-com.lss" />
<Unit filename="include/HAL.h" />
<Unit filename="include/PeriphMaster.h" />
<Unit filename="include/globaletypedef.h" />
<Unit filename="include/init.h" />
<Unit filename="include/isr.h" />
<Unit filename="include/protocol.h" />
<Unit filename="include/pwm.h" />
<Unit filename="include/utility.h" />
<Unit filename="isr.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="poppy-com/atmega64/hal.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="poppy-com/atmega64/hal.h" />
<Unit filename="poppy-com/inc/config.h" />
<Unit filename="poppy-com/inc/context.h" />
<Unit filename="poppy-com/inc/i2c_master.h" />
<Unit filename="poppy-com/inc/i2c_slave.h" />
<Unit filename="poppy-com/inc/mod_list.h" />
<Unit filename="poppy-com/poppyNetwork.h" />
<Unit filename="poppy-com/src/i2c_master.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="poppy-com/src/i2c_slave.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="poppy-com/src/poppyNetwork.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="protocol.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="pwm.c">
<Option compilerVar="CC" />
</Unit>
<Extensions>
<code_completion />
<debugger />
<envvars />
</Extensions>
</Project>
</CodeBlocks_project_file>