mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Create readme Started commenting the files in english NO Optimisations yet, just trying to get it all working over as is first Using newer STM StdPeriph libs (i think they are newer?)
10 lines
436 B
XML
10 lines
436 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<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="ts100">
|
|
<name>ts100</name>
|
|
<mcuId>stm32f103t8ux</mcuId>
|
|
<dbgIF>SWD</dbgIF>
|
|
<dbgDEV>ST-LinkV2</dbgDEV>
|
|
</board>
|
|
</targetDefinitions>
|