-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathucdrv.hzp
63 lines (63 loc) · 3.23 KB
/
ucdrv.hzp
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
<!DOCTYPE CrossStudio_Project_File>
<solution Name="ucdrv" target="8" version="2">
<project Name="ucdrv">
<configuration
Name="Common"
c_only_additional_options="-Wall;-Wextra;-Wstrict-prototypes;-Wmissing-prototypes;-Wmissing-declarations;-Wshadow;-Wpointer-arith;-Wbad-function-cast;-Wcast-align;-Wcast-qual;-Wjump-misses-init;-Wno-unused-parameter;-Wno-unused-but-set-variable;-Wundef"
c_system_include_directories="$(ProjectDir)/../freertos/src/inc"
c_user_include_directories="$(ProjectDir)/../ucdrv/inc;$(ProjectDir)/../inc;$(ProjectDir)/../sys/src"
project_directory=""
project_type="Library" />
<folder Name="src">
<file Name="led.c" file_name="src/led.c" />
<file Name="led.h" file_name="src/led.h" />
<file Name="ledui.c" file_name="src/ledui.c" />
<file Name="ledui.h" file_name="src/ledui.h" />
<file Name="criterr.c" file_name="src/criterr.c" />
<file Name="criterr.h" file_name="src/criterr.h" />
<file Name="wd.c" file_name="src/wd.c" />
<file Name="wd.h" file_name="src/wd.h" />
<file Name="matrix.c" file_name="src/matrix.c" />
<file Name="matrix.h" file_name="src/matrix.h" />
<file Name="rstc.c" file_name="src/rstc.c" />
<file Name="rstc.h" file_name="src/rstc.h" />
<file Name="supc.c" file_name="src/supc.c" />
<file Name="supc.h" file_name="src/supc.h" />
<file Name="pio.c" file_name="src/pio.c" />
<file Name="pio.h" file_name="src/pio.h" />
<file Name="uart.c" file_name="src/uart.c" />
<file Name="uart.h" file_name="src/uart.h" />
<file Name="pmc.c" file_name="src/pmc.c" />
<file Name="pmc.h" file_name="src/pmc.h" />
<file Name="tc.c" file_name="src/tc.c" />
<file Name="tc.h" file_name="src/tc.h" />
<file Name="usart.c" file_name="src/usart.c" />
<file Name="usart.h" file_name="src/usart.h" />
<file Name="dacc.c" file_name="src/dacc.c" />
<file Name="dacc.h" file_name="src/dacc.h" />
<file Name="adc.c" file_name="src/adc.c" />
<file Name="adc.h" file_name="src/adc.h" />
<file Name="eefc.c" file_name="src/eefc.c" />
<file Name="eefc.h" file_name="src/eefc.h" />
<file Name="spi.c" file_name="src/spi.c" />
<file Name="spi.h" file_name="src/spi.h" />
<file Name="hwerr.c" file_name="src/hwerr.c" />
<file Name="hwerr.h" file_name="src/hwerr.h" />
<file Name="shift165.c" file_name="src/shift165.c" />
<file Name="shift165.h" file_name="src/shift165.h" />
<file Name="shift164.c" file_name="src/shift164.c" />
<file Name="shift164.h" file_name="src/shift164.h" />
<file Name="chipid.c" file_name="src/chipid.c" />
<file Name="chipid.h" file_name="src/chipid.h" />
<file Name="btn.c" file_name="src/btn.c" />
<file Name="btn.h" file_name="src/btn.h" />
<file Name="btn1.c" file_name="src/btn1.c" />
<file Name="btn1.h" file_name="src/btn1.h" />
<file Name="i2c.c" file_name="src/i2c.c" />
<file Name="i2c.h" file_name="src/i2c.h" />
<file Name="sleep.c" file_name="src/sleep.c" />
<file Name="sleep.h" file_name="src/sleep.h" />
</folder>
<configuration Name="Release" gcc_optimization_level="Level 1" />
</project>
</solution>