-
Notifications
You must be signed in to change notification settings - Fork 0
/
at8_vp.cbp
142 lines (142 loc) · 4.81 KB
/
at8_vp.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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="at8_vp" />
<Option pch_mode="2" />
<Option compiler="avr-gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/at8_vp.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>
</Target>
<Target title="Release">
<Option output="bin/Release/at8_vp.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>
</Target>
<Environment>
<Variable name="MCU" value="atmega8" />
</Environment>
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-std=c99 -mmcu=atmega8" />
<Add option="-DF_CPU=8000000UL" />
</Compiler>
<Linker>
<Add option="-mmcu=atmega8" />
<Add option="-Wl,-Map=$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).map,--cref" />
</Linker>
<ExtraCommands>
<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" />
<Add after="avr-size --mcu=atmega8 --format=avr $(TARGET_OUTPUT_FILE)" />
</ExtraCommands>
<Unit filename="HAL.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="HAL.h" />
<Unit filename="at328_vp.DSN" />
<Unit filename="at8_vp.DSN" />
<Unit filename="burner/burner.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="burner/burner.h" />
<Unit filename="kbd/kbd.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="kbd/kbd.h" />
<Unit filename="lcd/nokia1100_lcd_fnt.h" />
<Unit filename="lcd/nokia1100_lcd_lib.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="lcd/nokia1100_lcd_lib.h" />
<Unit filename="led/led.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="led/led.h" />
<Unit filename="macros.h" />
<Unit filename="main.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="menu/MenuConfig.h" />
<Unit filename="menu/MicroMenu.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="menu/MicroMenu.h" />
<Unit filename="menu/menu.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="menu/menu.h" />
<Unit filename="onewire/OWfunc.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="onewire/OWfunc.h" />
<Unit filename="onewire/delay.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="onewire/delay.h" />
<Unit filename="onewire/ds18x20.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="onewire/ds18x20.h" />
<Unit filename="onewire/onewire.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="onewire/onewire.h" />
<Unit filename="pin_macros.h" />
<Unit filename="sensor.c">
<Option compilerVar="CC" />
<Option compile="0" />
<Option link="0" />
<Option compiler="avr-gcc" use="1" buildCommand="-std=c99 -mmcu=attiny13a" />
<Option target="<{~None~}>" />
</Unit>
<Unit filename="sensor.h" />
<Unit filename="sheduler/dispatch.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="sheduler/dispatch.h" />
<Unit filename="usart/usart.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="usart/usart.h" />
<Extensions>
<code_completion />
<envvars />
<debugger>
<remote_debugging>
<options conn_type="0" serial_baud="115200" ip_address="localhost" ip_port="1212" />
</remote_debugging>
</debugger>
<lib_finder disable_auto="1" />
<AutoVersioning>
<Scheme minor_max="10" build_max="0" rev_max="0" rev_rand_max="10" build_times_to_increment_minor="100" />
<Settings autoincrement="1" date_declarations="1" use_define="0" update_manifest="0" do_auto_increment="0" ask_to_increment="0" language="C++" svn="0" svn_directory="" header_path="version.h" />
<Changes_Log show_changes_editor="0" app_title="released version %M.%m.%b of %p" changeslog_path="ChangesLog.txt" />
<Code header_guard="VERSION_H" namespace="AutoVersion" prefix="" />
</AutoVersioning>
<DoxyBlocks>
<comment_style block="0" line="0" />
<doxyfile_project project_number="1" output_language="Russian" use_auto_version="1" />
<doxyfile_build extract_all="1" extract_private="1" extract_static="1" />
<doxyfile_warnings />
<doxyfile_output html_help="1" xml="1" />
<doxyfile_dot class_diagrams="1" have_dot="1" />
<general />
</DoxyBlocks>
</Extensions>
</Project>
</CodeBlocks_project_file>