-
Notifications
You must be signed in to change notification settings - Fork 5
/
mx.scratch
87 lines (87 loc) · 2.99 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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<ScratchFile FileVersion="3.0">
<FileVersion>3.0</FileVersion>
<Workspace>
<WorkspaceType>Single-project</WorkspaceType>
<WorkspacePath>/home/vikrant/STMicroelectronics/para-biomedical/</WorkspacePath>
<underRoot>true</underRoot>
<TrustZone>0</TrustZone>
<HAL_Driver>/home/vikrant/STM32Cube/Repository//STM32Cube_FW_F0_V1.11.0</HAL_Driver>
<CMSIS>Drivers/CMSIS</CMSIS>
<Toolchain>STM32CubeIDE</Toolchain>
<IocFile>para-biomedical.ioc</IocFile>
<Project>
<ProjectName>para-biomedical</ProjectName>
<ProjectNature>C</ProjectNature>
<Secure/>
<filestoremove/>
<sourceEntriesToRemove>
<sourceEntry/>
</sourceEntriesToRemove>
<configs>
<config>
<name>para-biomedical</name>
<mainSourceRepo>Core</mainSourceRepo>
<sourceStructure>Advanced</sourceStructure>
<device>STM32F051R8Tx</device>
<cpucore>Arm Cortex-M0</cpucore>
<fpu>none</fpu>
<memories>
<memory access="xrw" name="RAM" size="8" start="0x20000000"/>
<memory access="rx" name="FLASH" size="64" start="0x8000000"/>
</memories>
<startup>/home/vikrant/STM32Cube/Repository//STM32Cube_FW_F0_V1.11.0/Drivers/CMSIS/Device\ST\STM32F0xx\Source\Templates\gcc\startup_stm32f051x8.s</startup>
<LinkSettings>
<LinkAdditionalLibs/>
</LinkSettings>
<heapSize>0x200</heapSize>
<stackSize>0x400</stackSize>
<board>STM32F0DISCOVERY</board>
<debugprobe>swd</debugprobe>
<optimization/>
<Aincludes>
<include/>
</Aincludes>
<Adefines/>
<Cdefines>
<define>USE_HAL_DRIVER</define>
<define>STM32F051x8</define>
</Cdefines>
<Ldefines/>
<Cincludes>
<include>Core/Inc</include>
<include>Drivers/STM32F0xx_HAL_Driver/Inc</include>
<include>Drivers/STM32F0xx_HAL_Driver/Inc/Legacy</include>
<include>Drivers/CMSIS/Device/ST/STM32F0xx/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/>
</inctoremove>
</config>
</configs>
<copyAsReference>false</copyAsReference>
<sourceEntries>
<sourceEntry>
<name>Core</name>
</sourceEntry>
<sourceEntry>
<name>Drivers</name>
</sourceEntry>
</sourceEntries>
<Groups/>
</Project>
</Workspace>
</ScratchFile>