-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstm32.xml
executable file
·29 lines (29 loc) · 1.02 KB
/
stm32.xml
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
<?xml version="1.0"?>
<EmbeddedProfile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ToolchainID>cc350056-42a2-4659-9911-fc24c7feb759</ToolchainID>
<BspID>com.sysprogs.arm.stm32</BspID>
<BspVersion>4.2</BspVersion>
<McuID>STM32F103C8</McuID>
<MCUDefinitionFile>STM32F1xxxx/DeviceDefinitions/stm32f103xb.xml</MCUDefinitionFile>
<MCUProperties>
<Entries>
<KeyValue>
<Key>com.sysprogs.bspoptions.primary_memory</Key>
<Value>flash</Value>
</KeyValue>
</Entries>
</MCUProperties>
<BSPSourceFolderName>Device-specific files</BSPSourceFolderName>
<MCUMakFile>stm32.mak</MCUMakFile>
<ReferencedFrameworks>
<string>com.sysprogs.arm.stm32.hal</string>
</ReferencedFrameworks>
<FrameworkProperties>
<Entries>
<KeyValue>
<Key>com.sysprogs.bspoptions.stm32.hal_legacy</Key>
<Value>USE_HAL_LEGACY </Value>
</KeyValue>
</Entries>
</FrameworkProperties>
</EmbeddedProfile>