mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Adds the following modes for display update: Fast (old style) Slow (1Hz) Rounded (Only shows to 10C increments) None (No temp, just symbol)
10 lines
434 B
XML
10 lines
434 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-Link</dbgDEV>
|
|
</board>
|
|
</targetDefinitions>
|