-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dad493f
commit 5d0fd80
Showing
4 changed files
with
18 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<targetDefinitions xmlns="http://openstm32.org/stm32TargetDefinitions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://openstm32.org/stm32TargetDefinitions stm32TargetDefinitions.xsd"> | ||
<board id="LishuiFOC_01"> | ||
<!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="lishuifoc_01"> | ||
<name>LishuiFOC_01</name> | ||
<mcuId>STM32F103C6Tx</mcuId> <!-- mcu--> | ||
<dbgIF>SWD</dbgIF> | ||
<dbgDEV>ST-LinkV2-1</dbgDEV> | ||
<dbgDEV>ST-Link</dbgDEV> | ||
<mcuId>stm32f103c6tx</mcuId> | ||
</board> | ||
</targetDefinitions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters