-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo.ewt
147 lines (144 loc) · 3.96 KB
/
demo.ewt
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
143
144
145
<?xml version="1.0" encoding="iso-8859-1"?>
<project>
<fileVersion>2</fileVersion>
<configuration>
<name>Debug</name>
<toolchain>
<name>STM8</name>
</toolchain>
<debug>1</debug>
</configuration>
<configuration>
<name>Release</name>
<toolchain>
<name>STM8</name>
</toolchain>
<debug>0</debug>
</configuration>
<group>
<name>APP</name>
<file>
<name>$PROJ_DIR$\APP\beep.c</name>
</file>
<file>
<name>$PROJ_DIR$\APP\key.c</name>
</file>
<file>
<name>$PROJ_DIR$\APP\LCD_ZK.c</name>
</file>
<file>
<name>$PROJ_DIR$\APP\LCD_ZK.h</name>
</file>
<file>
<name>$PROJ_DIR$\APP\low_power.c</name>
</file>
<file>
<name>$PROJ_DIR$\APP\main.c</name>
</file>
<file>
<name>$PROJ_DIR$\BSP\mini-printf.c</name>
</file>
<file>
<name>$PROJ_DIR$\APP\queue.c</name>
</file>
<file>
<name>$PROJ_DIR$\APP\stm8l15x_it.c</name>
</file>
<file>
<name>$PROJ_DIR$\BSP\sysclk.c</name>
</file>
<file>
<name>$PROJ_DIR$\APP\timer.c</name>
</file>
<file>
<name>$PROJ_DIR$\HARDDRIVER\uart\uart.c</name>
</file>
</group>
<group>
<name>STM8L15x_StdPeriph_Driver</name>
<file>
<name>$PROJ_DIR$\STM8L15x_StdPeriph_Driver\src\stm8l15x_adc.c</name>
</file>
<file>
<name>$PROJ_DIR$\STM8L15x_StdPeriph_Driver\src\stm8l15x_aes.c</name>
</file>
<file>
<name>$PROJ_DIR$\STM8L15x_StdPeriph_Driver\src\stm8l15x_beep.c</name>
</file>
<file>
<name>$PROJ_DIR$\STM8L15x_StdPeriph_Driver\src\stm8l15x_clk.c</name>
</file>
<file>
<name>$PROJ_DIR$\STM8L15x_StdPeriph_Driver\src\stm8l15x_comp.c</name>
</file>
<file>
<name>$PROJ_DIR$\STM8L15x_StdPeriph_Driver\src\stm8l15x_dac.c</name>
</file>
<file>
<name>$PROJ_DIR$\STM8L15x_StdPeriph_Driver\src\stm8l15x_dma.c</name>
</file>
<file>
<name>$PROJ_DIR$\STM8L15x_StdPeriph_Driver\src\stm8l15x_exti.c</name>
</file>
<file>
<name>$PROJ_DIR$\STM8L15x_StdPeriph_Driver\src\stm8l15x_flash.c</name>
</file>
<file>
<name>$PROJ_DIR$\STM8L15x_StdPeriph_Driver\src\stm8l15x_gpio.c</name>
</file>
<file>
<name>$PROJ_DIR$\STM8L15x_StdPeriph_Driver\src\stm8l15x_i2c.c</name>
</file>
<file>
<name>$PROJ_DIR$\STM8L15x_StdPeriph_Driver\src\stm8l15x_irtim.c</name>
</file>
<file>
<name>$PROJ_DIR$\STM8L15x_StdPeriph_Driver\src\stm8l15x_itc.c</name>
</file>
<file>
<name>$PROJ_DIR$\STM8L15x_StdPeriph_Driver\src\stm8l15x_iwdg.c</name>
</file>
<file>
<name>$PROJ_DIR$\STM8L15x_StdPeriph_Driver\src\stm8l15x_lcd.c</name>
</file>
<file>
<name>$PROJ_DIR$\STM8L15x_StdPeriph_Driver\src\stm8l15x_pwr.c</name>
</file>
<file>
<name>$PROJ_DIR$\STM8L15x_StdPeriph_Driver\src\stm8l15x_rst.c</name>
</file>
<file>
<name>$PROJ_DIR$\STM8L15x_StdPeriph_Driver\src\stm8l15x_rtc.c</name>
</file>
<file>
<name>$PROJ_DIR$\STM8L15x_StdPeriph_Driver\src\stm8l15x_spi.c</name>
</file>
<file>
<name>$PROJ_DIR$\STM8L15x_StdPeriph_Driver\src\stm8l15x_syscfg.c</name>
</file>
<file>
<name>$PROJ_DIR$\STM8L15x_StdPeriph_Driver\src\stm8l15x_tim1.c</name>
</file>
<file>
<name>$PROJ_DIR$\STM8L15x_StdPeriph_Driver\src\stm8l15x_tim2.c</name>
</file>
<file>
<name>$PROJ_DIR$\STM8L15x_StdPeriph_Driver\src\stm8l15x_tim3.c</name>
</file>
<file>
<name>$PROJ_DIR$\STM8L15x_StdPeriph_Driver\src\stm8l15x_tim4.c</name>
</file>
<file>
<name>$PROJ_DIR$\STM8L15x_StdPeriph_Driver\src\stm8l15x_tim5.c</name>
</file>
<file>
<name>$PROJ_DIR$\STM8L15x_StdPeriph_Driver\src\stm8l15x_usart.c</name>
</file>
<file>
<name>$PROJ_DIR$\STM8L15x_StdPeriph_Driver\src\stm8l15x_wfe.c</name>
</file>
<file>
<name>$PROJ_DIR$\STM8L15x_StdPeriph_Driver\src\stm8l15x_wwdg.c</name>
</file>
</group>
</project>