-
Notifications
You must be signed in to change notification settings - Fork 0
/
PID_SPEED+Target_1.cprj
64 lines (57 loc) · 3.39 KB
/
PID_SPEED+Target_1.cprj
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
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<cprj schemaVersion="2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="CPRJ.xsd">
<created timestamp="2024-08-03T16:51:15" tool="csolution 2.3.0"/>
<info isLayer="false">
<description>Automatically generated project</description>
</info>
<packages>
<package name="CMSIS" vendor="ARM" version="6.0.0:6.0.0"/>
<package name="STM32F1xx_DFP" vendor="Keil" version="2.4.1:2.4.1"/>
</packages>
<compilers>
<compiler name="AC6" version="6.22.0"/>
</compilers>
<target Dendian="Little-endian" Dfpu="NO_FPU" Dname="STM32F103C8" Dvendor="STMicroelectronics:13">
<output elf="PID_SPEED.axf" intdir="tmp/PID_SPEED/Target_1" name="PID_SPEED" outdir="out/PID_SPEED/Target_1" rtedir="RTE" type="exe"/>
<options debug="on" optimize="debug"/>
<asflags add="-masm=auto" compiler="AC6"/>
<cflags add="-std=c99 -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -ffunction-sections -Wall -Wextra -Wno-packed -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality" compiler="AC6"/>
<cxxflags add="-xc++ -std=c++11 -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -ffunction-sections -Wall -Wextra -Wno-packed -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality" compiler="AC6"/>
<ldflags add="--map --load_addr_map_info --xref --callgraph --symbols --info sizes --info totals --info unused --info veneers --strict --summary_stderr --info summarysizes" compiler="AC6" file="PID_SPEED_Target_1.sct"/>
</target>
<components>
<component Cclass="CMSIS" Cgroup="CORE" Cvendor="ARM" Cversion="6.0.0"/>
<component Cclass="Device" Cgroup="Startup" Cvendor="Keil" Cversion="1.0.0">
<file attr="config" category="header" name="RTE_Driver/Config/RTE_Device.h" version="1.1.2"/>
<file attr="config" category="source" name="Device/Source/ARM/startup_stm32f10x_md.s" version="1.0.1"/>
<file attr="config" category="source" name="Device/Source/system_stm32f10x.c" version="1.0.1"/>
</component>
</components>
<files>
<group name="Source Group 1">
<file category="sourceC" name="main.c"/>
<file category="header" name="my_pid.h"/>
<file category="sourceC" name="my_pid.c"/>
<file category="header" name="my_encoder.h"/>
<file category="sourceC" name="my_encoder.c"/>
<file category="sourceC" name="my_clock.c"/>
<file category="header" name="my_clock.h"/>
<file category="sourceC" name="my_dma.c"/>
<file category="header" name="my_dma.h"/>
<file category="sourceC" name="my_gpio.c"/>
<file category="header" name="my_gpio.h"/>
<file category="sourceC" name="my_systick.c"/>
<file category="header" name="my_systick.h"/>
<file category="sourceC" name="my_timer.c"/>
<file category="header" name="my_timer.h"/>
<file category="sourceC" name="st7735.c"/>
<file category="header" name="st7735.h"/>
<file category="sourceC" name="my_spi.c"/>
<file category="header" name="my_spi.h"/>
<file category="sourceC" name="fonts.c"/>
<file category="header" name="fonts.h"/>
<file category="header" name="remote.h"/>
<file category="sourceC" name="remote.c"/>
</group>
</files>
</cprj>