Add KBOOT.

This commit is contained in:
László Monda
2016-08-10 01:45:15 +02:00
commit e6c1fce5b4
9392 changed files with 3751375 additions and 0 deletions

View File

@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.38.0 (20140413.2041)
-->
<!-- Title: blfwk::Bootloader Pages: 1 -->
<svg width="190pt" height="84pt"
viewBox="0.00 0.00 190.00 84.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 80)">
<title>blfwk::Bootloader</title>
<polygon fill="white" stroke="none" points="-4,4 -4,-80 186,-80 186,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node"><title>Node1</title>
<polygon fill="#bfbfbf" stroke="black" points="47.5,-56.5 47.5,-75.5 138.5,-75.5 138.5,-56.5 47.5,-56.5"/>
<text text-anchor="middle" x="93" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">blfwk::Bootloader</text>
</g>
<!-- Node2 -->
<g id="node2" class="node"><title>Node2</title>
<g id="a_node2"><a xlink:href="classblfwk_1_1_simulator.html" target="_top" xlink:title="Represents the host bootloader. ">
<polygon fill="white" stroke="black" points="0,-0.5 0,-19.5 86,-19.5 86,-0.5 0,-0.5"/>
<text text-anchor="middle" x="43" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">blfwk::Simulator</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge"><title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M77.9237,-48.7175C69.1109,-39.1997 58.3341,-27.5608 51.1028,-19.7511"/>
<polygon fill="midnightblue" stroke="midnightblue" points="75.3812,-51.1233 84.7435,-56.083 80.5176,-46.3674 75.3812,-51.1233"/>
</g>
<!-- Node3 -->
<g id="node3" class="node"><title>Node3</title>
<g id="a_node3"><a xlink:href="classblfwk_1_1_updater.html" target="_top" xlink:title="Update class contains the functionality necessary to update the firmware on a device running Bootload...">
<polygon fill="white" stroke="black" points="104,-0.5 104,-19.5 182,-19.5 182,-0.5 104,-0.5"/>
<text text-anchor="middle" x="143" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">blfwk::Updater</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge"><title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M108.076,-48.7175C116.889,-39.1997 127.666,-27.5608 134.897,-19.7511"/>
<polygon fill="midnightblue" stroke="midnightblue" points="105.482,-46.3674 101.256,-56.083 110.619,-51.1233 105.482,-46.3674"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB