You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
506 B
20 lines
506 B
7 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE targetDefinitions [
|
||
|
<!ELEMENT targetDefinitions (board)>
|
||
|
<!ELEMENT board (name, dbgIF+, dbgDEV, mcuId)>
|
||
|
<!ELEMENT name (#PCDATA)>
|
||
|
<!ELEMENT dbgIF (#PCDATA)>
|
||
|
<!ELEMENT dbgDEV (#PCDATA)>
|
||
|
<!ELEMENT mcuId (#PCDATA)>
|
||
|
<!ATTLIST board id CDATA #REQUIRED>
|
||
|
]>
|
||
|
|
||
|
<targetDefinitions>
|
||
|
<board id="nucleo-l073rz">
|
||
|
<name>NUCLEO-L073RZ</name>
|
||
|
<dbgIF>SWD</dbgIF>
|
||
|
<dbgDEV>ST-Link</dbgDEV>
|
||
|
<mcuId>stm32l073rztx</mcuId>
|
||
|
</board>
|
||
|
</targetDefinitions>
|