-
Notifications
You must be signed in to change notification settings - Fork 0
/
PacklistLocal.cprj
55 lines (47 loc) · 2.29 KB
/
PacklistLocal.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
<?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="2020-02-24T11:46:46" tool="µVision V5.29.0.30"/>
<info isLayer="false">
<description/>
<category/>
<keywords/>
<license/>
</info>
<packages>
<package name="CMSIS" vendor="ARM"/>
<package name="ARM_Compiler" vendor="Keil"/>
<package name="lwIP" vendor="lwIP" version="2.1.2:2.1.2"/>
<package name="STM32L5xx_DFP" vendor="Keil" version="1.2.0:1.2.0"/>
<package name="CustomPack" vendor="Keil" path="./custom/folder"/>
<package name="LocalPack" vendor="LocalVendor" version="0.1.0"/>
</packages>
<compilers>
<compiler name="GCC" version="9.2.1"/>
</compilers>
<target Ddsp="NO_DSP" Dendian="Little-endian" Dfpu="NO_FPU" Dmve="NO_MVE" Dname="ARMCM3" Dsecure="Non-secure" Dtz="NO_TZ" Dvendor="ARM:82">
<output intdir="./" name="Blinky_GCC" type="exe"/>
<ldflags add="--entry=Reset_Handler --specs=nosys.specs -mthumb" compiler="GCC" file="./RTE/Device/ARMCM3/gcc_arm.ld"/>
<cflags add="-O -Wall -gdwarf-2 -mapcs-frame -mthumb" compiler="GCC"/>
<asflags add="--gdwarf-2 -mthumb" compiler="GCC"/>
</target>
<components>
<component Cclass="CMSIS" Cgroup="CORE" Cvendor="ARM"/>
<component Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5" Cvariant="Source" Cvendor="ARM">
<file attr="config" category="source" name="CMSIS/RTOS2/RTX/Config/RTX_Config.c" version="5.1.0"/>
<file attr="config" category="header" name="CMSIS/RTOS2/RTX/Config/RTX_Config.h" version="5.5.0"/>
</component>
<component Cclass="Device" Cgroup="Startup" Cvendor="ARM">
<file attr="config" category="linkerScript" name="Device/ARM/ARMCM3/Source/GCC/gcc_arm.ld" version="2.0.0"/>
<file attr="config" category="sourceAsm" name="Device/ARM/ARMCM3/Source/GCC/startup_ARMCM3.S" version="2.0.0"/>
<file attr="config" category="sourceC" name="Device/ARM/ARMCM3/Source/system_ARMCM3.c" version="1.0.0"/>
</component>
</components>
<files>
<group name="Source Files">
<file category="sourceC" name="./Blinky.c"/>
</group>
<group name="Documentation">
<file category="doc" name="./Abstract.txt"/>
</group>
</files>
</cprj>