-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathperiphmaster.cbp
100 lines (100 loc) · 3.45 KB
/
periphmaster.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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="periphmaster" />
<Option pch_mode="2" />
<Option compiler="avr-gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/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" />
<Add option="-D__DEBUG__" />
</Compiler>
</Target>
<Target title="Release">
<Option output="bin/Release/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="-O3" />
<Add option="-D__DEBUG__" />
</Compiler>
</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" />
</Compiler>
<Linker>
<Add option="-mmcu=atmega64" />
<Add option="-Wl,-Map=$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).map,--cref" />
</Linker>
<ExtraCommands>
<Add after="avr-size $(TARGET_OUTPUT_FILE)" />
<Add after="avr-objdump -h -S $(TARGET_OUTPUT_FILE) > $(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).lss" />
<Add after="avr-objcopy -R .eeprom -R .fuse -R .lock -R .signature -O ihex $(TARGET_OUTPUT_FILE) $(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).hex" />
<Add after="avr-objcopy --no-change-warnings -j .eeprom --change-section-lma .eeprom=0 -O ihex $(TARGET_OUTPUT_FILE) $(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).eep" />
</ExtraCommands>
<Unit filename="DALI2C.c">
<Option compilerVar="CC" />
</Unit>
<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="TWI_slave.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="bin/Debug/periphmaster.lss" />
<Unit filename="bin/Release/periphmaster.lss" />
<Unit filename="include/Command.h" />
<Unit filename="include/DALI2C.h" />
<Unit filename="include/HAL.h" />
<Unit filename="include/PeriphMaster.h" />
<Unit filename="include/TWI_slave.h" />
<Unit filename="include/globaletypedef.h" />
<Unit filename="include/init.h" />
<Unit filename="include/isr.h" />
<Unit filename="include/protocole.h" />
<Unit filename="include/pwm.h" />
<Unit filename="include/utility.h" />
<Unit filename="isr.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="protocole.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="pwm.c">
<Option compilerVar="CC" />
</Unit>
<Extensions>
<code_completion />
<debugger>
<remote_debugging>
<options conn_type="0" serial_baud="115200" ip_address="localhost" ip_port="4242" additional_cmds="break main" additional_shell_cmds_before="avarice -g -C --erase --program --file periphmaster.hex --part atmega64 :4242
" />
</remote_debugging>
<remote_debugging target="Debug">
<options conn_type="0" serial_baud="115200" ip_address="localhost" ip_port="4242" additional_cmds="break main" />
</remote_debugging>
</debugger>
</Extensions>
</Project>
</CodeBlocks_project_file>