-
Notifications
You must be signed in to change notification settings - Fork 2
/
TTRD2_C8051F38x.cbp
85 lines (85 loc) · 2.46 KB
/
TTRD2_C8051F38x.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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="TTRD2_C8051F38x" />
<Option pch_mode="2" />
<Option compiler="sdcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/TTRD2_C8051F38x.ihx" prefix_auto="1" extension_auto="0" />
<Option working_dir="" />
<Option object_output="obj/Debug/" />
<Option type="5" />
<Option compiler="sdcc" />
<Compiler>
<Add option="--debug" />
<Add directory="inc" />
</Compiler>
</Target>
<Target title="Release">
<Option output="bin/Release/TTRD2_C8051F38x.ihx" prefix_auto="1" extension_auto="0" />
<Option working_dir="" />
<Option object_output="obj/Release/" />
<Option type="5" />
<Option compiler="sdcc" />
<Compiler>
<Add option="--opt-code-size" />
<Add directory="inc" />
</Compiler>
</Target>
</Build>
<Compiler>
<Add option="-mmcs51" />
<Add option="--model-large" />
</Compiler>
<Linker>
<Add option="--xram-size 4096" />
<Add option="--iram-size 256" />
<Add option="--code-size 65536" />
<Add option="--out-fmt-ihx" />
</Linker>
<ExtraCommands>
<Add after='cmd /c "packihx <$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).ihx >$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).hex"' />
</ExtraCommands>
<Unit filename="inc/C8051F380_defs.h" />
<Unit filename="inc/heartbeat_task.h" />
<Unit filename="inc/key_task.h" />
<Unit filename="inc/main.h" />
<Unit filename="inc/processor.h" />
<Unit filename="inc/scheduler.h" />
<Unit filename="inc/typedef.h" />
<Unit filename="inc/uart_task.h" />
<Unit filename="inc/user.h" />
<Unit filename="inc/watchdog_task.h" />
<Unit filename="src/heartbeat_task.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/key_task.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/main.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/processor.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/scheduler.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/uart_task.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/user.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/watchdog_task.c">
<Option compilerVar="CC" />
</Unit>
<Extensions>
<code_completion />
<envvars />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>