-
Notifications
You must be signed in to change notification settings - Fork 0
/
mx.scratch
99 lines (99 loc) · 3.62 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
89
90
91
92
93
94
95
96
97
98
99
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<ScratchFile FileVersion="3.0">
<FileVersion>3.0</FileVersion>
<Workspace>
<WorkspaceType>Single-project</WorkspaceType>
<WorkspacePath>D:\STM32-projects\LoRaOled\</WorkspacePath>
<underRoot>true</underRoot>
<TrustZone>0</TrustZone>
<HAL_Driver>C:\Users\Marcel\STM32Cube\Repository\STM32Cube_FW_F1_V1.8.0</HAL_Driver>
<CMSIS>Drivers/CMSIS</CMSIS>
<Toolchain>STM32CubeIDE</Toolchain>
<IocFile>LoRaOled.ioc</IocFile>
<Project>
<ProjectName>LoRaOled</ProjectName>
<ProjectNature>C</ProjectNature>
<Secure/>
<filestoremove/>
<sourceEntriesToRemove>
<sourceEntry/>
</sourceEntriesToRemove>
<configs>
<config>
<name>LoRaOled</name>
<mainSourceRepo>Src</mainSourceRepo>
<sourceStructure>Basic</sourceStructure>
<device>STM32F103C8Tx</device>
<cpucore>Arm Cortex-M3</cpucore>
<fpu>none</fpu>
<memories>
<memory access="xrw" name="RAM" size="20" start="0x20000000"/>
<memory access="rx" name="FLASH" size="64" start="0x8000000"/>
</memories>
<startup>C:\Users\Marcel\STM32Cube\Repository\STM32Cube_FW_F1_V1.8.0\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\gcc\startup_stm32f103xb.s</startup>
<LinkSettings>
<LinkAdditionalLibs/>
</LinkSettings>
<heapSize>0x200</heapSize>
<stackSize>0x400</stackSize>
<board>custom</board>
<debugprobe>swd</debugprobe>
<optimization/>
<Aincludes>
<include/>
</Aincludes>
<Adefines/>
<Cdefines>
<define>USE_HAL_DRIVER</define>
<define>STM32F103xB</define>
</Cdefines>
<Ldefines/>
<Cincludes>
<include>Inc</include>
<include>Drivers\STM32F1xx_HAL_Driver\Inc</include>
<include>Drivers\STM32F1xx_HAL_Driver\Inc\Legacy</include>
<include>Middlewares\ST\STM32_USB_Device_Library\Core\Inc</include>
<include>Middlewares\ST\STM32_USB_Device_Library\Class\CDC\Inc</include>
<include>Drivers\CMSIS\Device\ST\STM32F1xx\Include</include>
<include>Drivers\CMSIS\Include</include>
</Cincludes>
<definestoremove>
<Adefines/>
<Cdefines>
<define>USE_FULL_LL_DRIVER</define>
<define>MBEDTLS_CONFIG_FILE="mbedtls_config.h"</define>
<define>USE_FULL_ASSERT=1U</define>
</Cdefines>
<Ldefines/>
</definestoremove>
<inctoremove>
<Aincludes>
<include/>
</Aincludes>
<Cincludes>
<include>Drivers/STM32F1xx_HAL_Driver/Inc</include>
<include>Drivers/STM32F1xx_HAL_Driver/Inc/Legacy</include>
<include>Middlewares/ST/STM32_USB_Device_Library/Core/Inc</include>
<include>Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc</include>
<include>Drivers/CMSIS/Device/ST/STM32F1xx/Include</include>
<include>Drivers/CMSIS/Include</include>
</Cincludes>
</inctoremove>
</config>
</configs>
<copyAsReference>false</copyAsReference>
<sourceEntries>
<sourceEntry>
<name>Src</name>
</sourceEntry>
<sourceEntry>
<name>Drivers</name>
</sourceEntry>
<sourceEntry>
<name>Middlewares</name>
</sourceEntry>
</sourceEntries>
<Groups/>
</Project>
</Workspace>
</ScratchFile>