-
Notifications
You must be signed in to change notification settings - Fork 3
/
mx.scratch
88 lines (75 loc) · 2.33 KB
/
mx.scratch
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
<?xml version="1.0" encoding="UTF-8"?>
<Project>
<ProjectName>/Users/simonliu/Documents/STM32workspace/SHT20_LCD1602KylynV23/\SHT20_LCD1602KylynV23</ProjectName>
<ProjectNature>C</ProjectNature>
<CMSIS>../Drivers/CMSIS</CMSIS>
<HAL_Driver>/Users/simonliu/STM32Cube/Repository//STM32Cube_FW_F1_V1.6.1/Drivers/CMSIS</HAL_Driver>
<Toolchain>SW4STM32</Toolchain>
<Version>0</Version>
<filestoremove>
<file>
</file>
</filestoremove>
<inctoremove>
<Aincludes>
<include></include>
</Aincludes>
<Cincludes>
</Cincludes>
</inctoremove>
<configs>
<config>
<name>SHT20_LCD1602KylynV23</name>
<device>STM32F103RETx</device>
<heapSize>0x200</heapSize>
<stackSize>0x400</stackSize>
<board>custom</board>
<usedDebug>true</usedDebug>
<debugprobe>swd</debugprobe>
<optimization>6</optimization>
<icfloc>0</icfloc>
<Adefines>
<define></define>
</Adefines>
<UsedFreeRTOS></UsedFreeRTOS>
<Aincludes>
<include></include>
</Aincludes>
<Cdefines>
<define>__weak="__attribute__((weak))"</define>
<define>__packed="__attribute__((__packed__))"</define>
</Cdefines>
<definestoremove>
<Adefines>
<define></define>
</Adefines>
<Cdefines>
<define>USE_FULL_LL_DRIVER</define>
<define>MBEDTLS_CONFIG_FILE="mbedtls_config.h"</define>
<define>_TIMEVAL_DEFINED</define>
<define>_SYS_TIME_H_</define>
</Cdefines>
</definestoremove>
<Cincludes>
<include>../Inc</include>
<include>../Drivers/STM32F1xx_HAL_Driver/Inc</include>
<include>../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy</include>
<include>../Drivers/CMSIS/Device/ST/STM32F1xx/Include</include>
<include>../Drivers/CMSIS/Include</include>
</Cincludes>
</config>
</configs>
<underRoot>true</underRoot>
<copyAsReference>false</copyAsReference>
<sourceEntries>
<sourceEntry>
<name>Inc</name>
</sourceEntry>
<sourceEntry>
<name>Src</name>
</sourceEntry>
<sourceEntry>
<name>Drivers</name>
</sourceEntry>
</sourceEntries>
</Project>