aboutsummaryrefslogtreecommitdiffstats
path: root/docs/rsc
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-03-02 15:42:19 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-03-02 15:42:19 +0000
commit1d222307d4b60222ac1f3e619549ecd672a1e710 (patch)
tree39cdec3bb50f3f09ae6ee5c767a45d783f549381 /docs/rsc
parent51cd59474622bc671ca57d8674a6856104305400 (diff)
downloadChibiOS-1d222307d4b60222ac1f3e619549ecd672a1e710.tar.gz
ChibiOS-1d222307d4b60222ac1f3e619549ecd672a1e710.tar.bz2
ChibiOS-1d222307d4b60222ac1f3e619549ecd672a1e710.zip
Documentation improvements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@807 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/rsc')
-rw-r--r--docs/rsc/custom.css441
-rw-r--r--docs/rsc/footer.html4
-rw-r--r--docs/rsc/header.html17
-rw-r--r--docs/rsc/logo.pngbin0 -> 16818 bytes
-rw-r--r--docs/rsc/readylist.pngbin0 -> 9766 bytes
-rw-r--r--docs/rsc/readylist.svg341
-rw-r--r--docs/rsc/tabs.css102
-rw-r--r--docs/rsc/workspace.pngbin0 -> 20994 bytes
-rw-r--r--docs/rsc/workspace.svg280
9 files changed, 1185 insertions, 0 deletions
diff --git a/docs/rsc/custom.css b/docs/rsc/custom.css
new file mode 100644
index 000000000..32a1f4dc3
--- /dev/null
+++ b/docs/rsc/custom.css
@@ -0,0 +1,441 @@
+body, table, div, p, dl {
+ font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
+ font-size: 12px;
+}
+
+/* @group Heading Levels */
+
+h1 {
+ text-align: center;
+ font-size: 150%;
+}
+
+h2 {
+ font-size: 120%;
+}
+
+h3 {
+ font-size: 100%;
+}
+
+/* @end */
+
+caption {
+ font-weight: bold;
+}
+
+div.qindex, div.navpath, div.navtab{
+ background-color: #e8eef2;
+ border: 1px solid #84b0c7;
+ text-align: center;
+ margin: 2px;
+ padding: 2px;
+}
+
+div.qindex, div.navpath {
+ width: 100%;
+ line-height: 140%;
+}
+
+div.navtab {
+ margin-right: 15px;
+}
+
+/* @group Link Styling */
+
+a {
+ color: #153788;
+ font-weight: normal;
+ text-decoration: none;
+}
+
+.contents a:visited {
+ color: #1b77c5;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
+a.qindex {
+ font-weight: bold;
+}
+
+a.qindexHL {
+ font-weight: bold;
+ background-color: #6666cc;
+ color: #ffffff;
+ border: 1px double #9295C2;
+}
+
+a.el {
+ font-weight: bold;
+}
+
+a.elRef {
+}
+
+a.code {
+}
+
+a.codeRef {
+}
+
+/* @end */
+
+dl.el {
+ margin-left: -1cm;
+}
+
+.fragment {
+ font-family: monospace, fixed;
+ font-size: 105%;
+}
+
+pre.fragment {
+ border: 1px solid #CCCCCC;
+ background-color: #f5f5f5;
+ padding: 4px 6px;
+ margin: 4px 8px 4px 2px;
+}
+
+div.ah {
+ background-color: black;
+ font-weight: bold;
+ color: #ffffff;
+ margin-bottom: 3px;
+ margin-top: 3px
+}
+
+div.groupHeader {
+ margin-left: 16px;
+ margin-top: 12px;
+ margin-bottom: 6px;
+ font-weight: bold;
+}
+
+div.groupText {
+ margin-left: 16px;
+ font-style: italic;
+}
+
+body {
+ background: white;
+ color: black;
+ margin-right: 20px;
+ margin-left: 20px;
+}
+
+td.indexkey {
+ background-color: #e8eef2;
+ font-weight: bold;
+ border: 1px solid #CCCCCC;
+ margin: 2px 0px 2px 0;
+ padding: 2px 10px;
+}
+
+td.indexvalue {
+ background-color: #e8eef2;
+ border: 1px solid #CCCCCC;
+ padding: 2px 10px;
+ margin: 2px 0px;
+}
+
+tr.memlist {
+ background-color: #f0f0f0;
+}
+
+p.formulaDsp {
+ text-align: center;
+}
+
+img.formulaDsp {
+
+}
+
+img.formulaInl {
+ vertical-align: middle;
+}
+
+/* @group Code Colorization */
+
+span.keyword {
+ color: #008000
+}
+
+span.keywordtype {
+ color: #604020
+}
+
+span.keywordflow {
+ color: #e08000
+}
+
+span.comment {
+ color: #800000
+}
+
+span.preprocessor {
+ color: #806020
+}
+
+span.stringliteral {
+ color: #002080
+}
+
+span.charliteral {
+ color: #008080
+}
+
+span.vhdldigit {
+ color: #ff00ff
+}
+
+span.vhdlchar {
+ color: #000000
+}
+
+span.vhdlkeyword {
+ color: #700070
+}
+
+span.vhdllogic {
+ color: #ff0000
+}
+
+/* @end */
+
+.search {
+ color: #003399;
+ font-weight: bold;
+}
+
+form.search {
+ margin-bottom: 0px;
+ margin-top: 0px;
+}
+
+input.search {
+ font-size: 75%;
+ color: #000080;
+ font-weight: normal;
+ background-color: #e8eef2;
+}
+
+td.tiny {
+ font-size: 75%;
+}
+
+.dirtab {
+ padding: 4px;
+ border-collapse: collapse;
+ border: 1px solid #84b0c7;
+}
+
+th.dirtab {
+ background: #e8eef2;
+ font-weight: bold;
+}
+
+hr {
+ height: 0;
+ border: none;
+ border-top: 1px solid #666;
+}
+
+/* @group Member Descriptions */
+
+.mdescLeft, .mdescRight,
+.memItemLeft, .memItemRight,
+.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
+ background-color: #FAFAFA;
+ border: none;
+ margin: 4px;
+ padding: 1px 0 0 8px;
+}
+
+.mdescLeft, .mdescRight {
+ padding: 0px 8px 4px 8px;
+ color: #555;
+}
+
+.memItemLeft, .memItemRight, .memTemplParams {
+ border-top: 1px solid #ccc;
+}
+
+.memTemplParams {
+ color: #606060;
+}
+
+/* @end */
+
+/* @group Member Details */
+
+/* Styles for detailed member documentation */
+
+.memtemplate {
+ font-size: 80%;
+ color: #606060;
+ font-weight: normal;
+ margin-left: 3px;
+}
+
+.memnav {
+ background-color: #e8eef2;
+ border: 1px solid #84b0c7;
+ text-align: center;
+ margin: 2px;
+ margin-right: 15px;
+ padding: 2px;
+}
+
+.memitem {
+ padding: 0;
+}
+
+.memname {
+ white-space: nowrap;
+ font-weight: bold;
+}
+
+.memproto, .memdoc {
+ border: 1px solid #84b0c7;
+}
+
+.memproto {
+ padding: 0;
+ background-color: #d5e1e8;
+ font-weight: bold;
+ -webkit-border-top-left-radius: 8px;
+ -webkit-border-top-right-radius: 8px;
+ -moz-border-radius-topleft: 8px;
+ -moz-border-radius-topright: 8px;
+}
+
+.memdoc {
+ padding: 2px 5px;
+ background-color: #eef3f5;
+ border-top-width: 0;
+ -webkit-border-bottom-left-radius: 8px;
+ -webkit-border-bottom-right-radius: 8px;
+ -moz-border-radius-bottomleft: 8px;
+ -moz-border-radius-bottomright: 8px;
+}
+
+.memdoc p, .memdoc dl, .memdoc ul {
+ margin: 6px 0;
+}
+
+.paramkey {
+ text-align: right;
+}
+
+.paramtype {
+ white-space: nowrap;
+}
+
+.paramname {
+ color: #602020;
+ white-space: nowrap;
+}
+.paramname em {
+ font-style: normal;
+}
+
+/* @end */
+
+/* @group Directory (tree) */
+
+/* for the tree view */
+
+.ftvtree {
+ font-family: sans-serif;
+ margin: 0.5em;
+}
+
+/* these are for tree view when used as main index */
+
+.directory {
+ font-size: 9pt;
+ font-weight: bold;
+}
+
+.directory h3 {
+ margin: 0px;
+ margin-top: 1em;
+ font-size: 11pt;
+}
+
+/*
+The following two styles can be used to replace the root node title
+with an image of your choice. Simply uncomment the next two styles,
+specify the name of your image and be sure to set 'height' to the
+proper pixel height of your image.
+*/
+
+/*
+.directory h3.swap {
+ height: 61px;
+ background-repeat: no-repeat;
+ background-image: url("yourimage.gif");
+}
+.directory h3.swap span {
+ display: none;
+}
+*/
+
+.directory > h3 {
+ margin-top: 0;
+}
+
+.directory p {
+ margin: 0px;
+ white-space: nowrap;
+}
+
+.directory div {
+ display: none;
+ margin: 0px;
+}
+
+.directory img {
+ vertical-align: -30%;
+}
+
+/* these are for tree view when not used as main index */
+
+.directory-alt {
+ font-size: 100%;
+ font-weight: bold;
+}
+
+.directory-alt h3 {
+ margin: 0px;
+ margin-top: 1em;
+ font-size: 11pt;
+}
+
+.directory-alt > h3 {
+ margin-top: 0;
+}
+
+.directory-alt p {
+ margin: 0px;
+ white-space: nowrap;
+}
+
+.directory-alt div {
+ display: none;
+ margin: 0px;
+}
+
+.directory-alt img {
+ vertical-align: -30%;
+}
+
+/* @end */
+
+address {
+ font-style: normal;
+ color: #333;
+}
diff --git a/docs/rsc/footer.html b/docs/rsc/footer.html
new file mode 100644
index 000000000..08db8f4ed
--- /dev/null
+++ b/docs/rsc/footer.html
@@ -0,0 +1,4 @@
+<hr size="1"><address style="text-align: right;"><small>
+Generated on $datetime for $projectname by&nbsp;<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> $doxygenversion</small></address>
+</body>
+</html>
diff --git a/docs/rsc/header.html b/docs/rsc/header.html
new file mode 100644
index 000000000..540648e31
--- /dev/null
+++ b/docs/rsc/header.html
@@ -0,0 +1,17 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+<title>$title</title>
+<link href="custom.css" rel="stylesheet" type="text/css">
+<link href="tabs.css" rel="stylesheet" type="text/css">
+</head><body>
+<table style="text-align: center; width: 100%;" border="0"
+ cellpadding="2" cellspacing="2">
+ <tbody>
+ <tr>
+ <td style="width: 80px;"><img alt="ChibiOS/RT Logo" src="logo_small.png"></td>
+ <td><big>ChibiOS/RT</big><br><br>Architecture - Reference Manual - Guides</td>
+ <td style="width: 80px;"></td>
+ </tr>
+ </tbody>
+</table>
+<hr size="1"> \ No newline at end of file
diff --git a/docs/rsc/logo.png b/docs/rsc/logo.png
new file mode 100644
index 000000000..7948daefb
--- /dev/null
+++ b/docs/rsc/logo.png
Binary files differ
diff --git a/docs/rsc/readylist.png b/docs/rsc/readylist.png
new file mode 100644
index 000000000..32886ba3e
--- /dev/null
+++ b/docs/rsc/readylist.png
Binary files differ
diff --git a/docs/rsc/readylist.svg b/docs/rsc/readylist.svg
new file mode 100644
index 000000000..afd957236
--- /dev/null
+++ b/docs/rsc/readylist.svg
@@ -0,0 +1,341 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="600"
+ height="200"
+ id="svg2160"
+ sodipodi:version="0.32"
+ inkscape:version="0.45.1"
+ version="1.0"
+ sodipodi:docbase="D:\Progetti\ChibiOS-RT\docs\img"
+ sodipodi:docname="readylist.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:export-filename="D:\Progetti\ChibiOS-RT\docs\img\readylist.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <defs
+ id="defs2162">
+ <marker
+ inkscape:stockid="Arrow2Mend"
+ orient="auto"
+ refY="0.0"
+ refX="0.0"
+ id="Arrow2Mend"
+ style="overflow:visible;">
+ <path
+ id="path3257"
+ style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
+ d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
+ transform="scale(0.6) rotate(180) translate(0,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Dot_l"
+ orient="auto"
+ refY="0.0"
+ refX="0.0"
+ id="Dot_l"
+ style="overflow:visible">
+ <path
+ id="path3352"
+ d="M -2.5,-1.0 C -2.5,1.7600000 -4.7400000,4.0 -7.5,4.0 C -10.260000,4.0 -12.5,1.7600000 -12.5,-1.0 C -12.5,-3.7600000 -10.260000,-6.0 -7.5,-6.0 C -4.7400000,-6.0 -2.5,-3.7600000 -2.5,-1.0 z "
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;marker-end:none"
+ transform="scale(0.8) translate(7.4, 1)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="Arrow1Mend"
+ style="overflow:visible">
+ <path
+ id="path3299"
+ d="M 0,0 L 5,-5 L -12.5,0 L 5,5 L 0,0 z "
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)" />
+ </marker>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3224">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3226" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0"
+ offset="1"
+ id="stop3228" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3224"
+ id="linearGradient3230"
+ x1="199.30756"
+ y1="341.00253"
+ x2="348.78439"
+ y2="341.00253"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="1"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1.515"
+ inkscape:cx="306.4941"
+ inkscape:cy="100"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ width="600px"
+ height="200px"
+ gridspacingx="5px"
+ gridspacingy="5px"
+ inkscape:grid-points="false"
+ inkscape:grid-bbox="true"
+ gridtolerance="10"
+ inkscape:object-paths="true"
+ objecttolerance="1"
+ guidetolerance="1"
+ inkscape:window-width="993"
+ inkscape:window-height="870"
+ inkscape:window-x="126"
+ inkscape:window-y="46" />
+ <metadata
+ id="metadata2165">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Livello 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <g
+ id="g3209"
+ transform="translate(-46.668657,15)">
+ <rect
+ y="75.531006"
+ x="180.5"
+ height="48.968994"
+ width="98.968987"
+ id="rect3211"
+ style="fill:#ffffff;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ id="path3213"
+ d="M 200,75 C 200,125 200,125 200,125 L 200,125"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" />
+ <path
+ id="path3215"
+ d="M 219.5,75.5 C 219.5,125.5 219.5,125.5 219.5,125.5 L 219.5,125.5"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" />
+ <flowRoot
+ transform="translate(7.6621094,2.0766339)"
+ id="flowRoot3217"
+ xml:space="preserve"><flowRegion
+ id="flowRegion3219"><rect
+ y="92.739273"
+ x="231.0231"
+ height="17.601761"
+ width="37.953796"
+ id="rect3221" /></flowRegion><flowPara
+ id="flowPara3223">63</flowPara></flowRoot> </g>
+ <flowRoot
+ xml:space="preserve"
+ id="flowRoot3188"
+ transform="translate(10.05033,-294.4214)"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"><flowRegion
+ id="flowRegion3190"><rect
+ id="rect3192"
+ width="207.01047"
+ height="22.563538"
+ x="2.9895365"
+ y="332.43646" /></flowRegion><flowPara
+ id="flowPara3196">Ready List organization</flowPara></flowRoot> <flowRoot
+ xml:space="preserve"
+ id="flowRoot3208"
+ transform="translate(-99.457031,-40.853054)"
+ style="fill:url(#linearGradient3230);fill-opacity:1"><flowRegion
+ id="flowRegion3210"
+ style="fill:url(#linearGradient3230);fill-opacity:1"><rect
+ id="rect3212"
+ width="139.31241"
+ height="50.822121"
+ x="99.850525"
+ y="299.55157"
+ style="fill:url(#linearGradient3230);fill-opacity:1" /></flowRegion><flowPara
+ id="flowPara3214"
+ style="fill:url(#linearGradient3230);fill-opacity:1">Thread Structure</flowPara></flowRoot> <g
+ id="g5453"
+ transform="translate(-166.66866,15)">
+ <rect
+ y="75.531006"
+ x="180.5"
+ height="48.968994"
+ width="98.968987"
+ id="rect2196"
+ style="fill:#ffffff;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ id="path5441"
+ d="M 200,75 C 200,125 200,125 200,125 L 200,125"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" />
+ <path
+ id="path5443"
+ d="M 219.5,75.5 C 219.5,125.5 219.5,125.5 219.5,125.5 L 219.5,125.5"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" />
+ <flowRoot
+ transform="translate(7.6621094,2.0766339)"
+ id="flowRoot5445"
+ xml:space="preserve"><flowRegion
+ id="flowRegion5447"><rect
+ y="92.739273"
+ x="231.0231"
+ height="17.601761"
+ width="37.953796"
+ id="rect5449" /></flowRegion><flowPara
+ id="flowPara5451">62</flowPara></flowRoot> </g>
+ <g
+ id="g5478"
+ transform="translate(73.331343,15)">
+ <rect
+ y="75.531006"
+ x="180.5"
+ height="48.968994"
+ width="98.968987"
+ id="rect5480"
+ style="fill:#ffffff;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ id="path5482"
+ d="M 200,75 C 200,125 200,125 200,125 L 200,125"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" />
+ <path
+ id="path5484"
+ d="M 219.5,75.5 C 219.5,125.5 219.5,125.5 219.5,125.5 L 219.5,125.5"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" />
+ <flowRoot
+ transform="translate(7.6621094,2.0766339)"
+ id="flowRoot5486"
+ xml:space="preserve"><flowRegion
+ id="flowRegion5488"><rect
+ y="92.739273"
+ x="231.0231"
+ height="17.601761"
+ width="37.953796"
+ id="rect5490" /></flowRegion><flowPara
+ id="flowPara5492">64</flowPara></flowRoot> </g>
+ <g
+ id="g5494"
+ transform="translate(193.33134,15)">
+ <rect
+ y="75.531006"
+ x="180.5"
+ height="48.968994"
+ width="98.968987"
+ id="rect5496"
+ style="fill:#ffffff;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ id="path5498"
+ d="M 200,75 C 200,125 200,125 200,125 L 200,125"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" />
+ <path
+ id="path5500"
+ d="M 219.5,75.5 C 219.5,125.5 219.5,125.5 219.5,125.5 L 219.5,125.5"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" />
+ <flowRoot
+ transform="translate(7.6621094,2.0766339)"
+ id="flowRoot5502"
+ xml:space="preserve"><flowRegion
+ id="flowRegion5504"><rect
+ y="92.739273"
+ x="231.0231"
+ height="17.601761"
+ width="37.953796"
+ id="rect5506" /></flowRegion><flowPara
+ id="flowPara5508">64</flowPara></flowRoot> </g>
+ <g
+ id="g5533"
+ transform="translate(3.30033,14.5)">
+ <rect
+ y="76.031006"
+ x="490.53101"
+ height="48.968994"
+ width="98.968987"
+ id="rect5512"
+ style="fill:#ffffff;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ id="path5514"
+ d="M 510.03101,75.5 C 510.03101,125.5 510.03101,125.5 510.03101,125.5 L 510.03101,125.5"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" />
+ <path
+ id="path5516"
+ d="M 529.53101,76 C 529.53101,126 529.53101,126 529.53101,126 L 529.53101,126"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1" />
+ <flowRoot
+ transform="translate(308.00781,2.0824933)"
+ id="flowRoot5518"
+ xml:space="preserve"><flowRegion
+ id="flowRegion5520"><rect
+ y="92.739273"
+ x="231.0231"
+ height="17.260727"
+ width="58.976898"
+ id="rect5522" /></flowRegion><flowPara
+ id="flowPara5524">Header</flowPara></flowRoot> </g>
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker-start:url(#Dot_l);marker-mid:none;marker-end:url(#Arrow1Mend);stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 42.80033,114.92 C 42.80033,74.839108 42.80033,74.839108 42.80033,74.839108 C 133.87857,74.839108 133.87857,74.839108 133.87857,74.839108 C 133.87857,89.869443 133.87857,89.869443 133.87857,89.869443"
+ id="path6523" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker-start:url(#Dot_l);marker-end:url(#Arrow1Mend);stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 523.80033,114.98159 L 523.80033,60 L 14.051851,60 L 14.051851,60 L 14.051851,89.989955"
+ id="path6535" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker-start:url(#Dot_l);marker-mid:none;marker-end:url(#Arrow1Mend);stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 162.80033,114.92 C 162.80033,74.8391 162.80033,74.8391 162.80033,74.8391 C 253.87857,74.8391 253.87857,74.8391 253.87857,74.8391 C 253.87857,89.86944 253.87857,89.86944 253.87857,89.86944"
+ id="path3195" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker-start:url(#Dot_l);marker-mid:none;marker-end:url(#Arrow1Mend);stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 282.80033,114.92 C 282.80033,74.83911 282.80033,74.83911 282.80033,74.83911 C 373.87857,74.83911 373.87857,74.83911 373.87857,74.83911 C 373.87857,89.86944 373.87857,89.86944 373.87857,89.86944"
+ id="path3197" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker-start:url(#Dot_l);marker-mid:none;marker-end:url(#Arrow1Mend);stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 402.80033,114.92 C 402.80033,74.83911 402.80033,74.83911 402.80033,74.83911 C 493.87857,74.83911 493.87857,74.83911 493.87857,74.83911 C 493.87857,89.86944 493.87857,89.86944 493.87857,89.86944"
+ id="path3199" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker-start:url(#Dot_l);marker-mid:none;marker-end:url(#Arrow1Mend);stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 143.80033,114.08 C 143.80033,153.98422 143.80033,153.98422 143.80033,153.98422 C 13.23773,153.98422 13.23773,153.98422 13.23773,153.98422 C 13.23773,139.02014 13.23773,139.02014 13.23773,139.02014"
+ id="path3201" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker-start:url(#Dot_l);marker-mid:none;marker-end:url(#Arrow1Mend);stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 383.80033,114.08 C 383.80033,153.98422 383.80033,153.98422 383.80033,153.98422 C 253.23773,153.98422 253.23773,153.98422 253.23773,153.98422 C 253.23773,139.02014 253.23773,139.02014 253.23773,139.02014"
+ id="path3205" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker-start:url(#Dot_l);marker-end:url(#Arrow2Mend);stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 263.80033,114.08 L 263.80033,164.08 L 133.80033,164.08 L 133.80033,139.08"
+ id="path3225" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker-start:url(#Dot_l);marker-end:url(#Arrow2Mend);stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 503.80033,114.08 L 503.80033,164.08 L 373.80033,164.08 L 373.80033,139.08"
+ id="path3425" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker-start:url(#Dot_l);marker-end:url(#Arrow2Mend);stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 23.30033,114.5 L 23.30033,174.5 L 493.30033,174.5 L 493.30033,139.5"
+ id="path3427" />
+ </g>
+</svg>
diff --git a/docs/rsc/tabs.css b/docs/rsc/tabs.css
new file mode 100644
index 000000000..16b1be0d7
--- /dev/null
+++ b/docs/rsc/tabs.css
@@ -0,0 +1,102 @@
+/* tabs styles, based on http://www.alistapart.com/articles/slidingdoors */
+
+DIV.tabs
+{
+ float : left;
+ width : 100%;
+ background : url("tab_b.gif") repeat-x bottom;
+ margin-bottom : 4px;
+}
+
+DIV.tabs UL
+{
+ margin : 0px;
+ padding-left : 10px;
+ list-style : none;
+}
+
+DIV.tabs LI, DIV.tabs FORM
+{
+ display : inline;
+ margin : 0px;
+ padding : 0px;
+}
+
+DIV.tabs FORM
+{
+ float : right;
+}
+
+DIV.tabs A
+{
+ float : left;
+ background : url("tab_r.gif") no-repeat right top;
+ border-bottom : 1px solid #84B0C7;
+ font-size : 8px;
+ font-weight : bold;
+ text-decoration : none;
+}
+
+DIV.tabs A:hover
+{
+ background-position: 100% -150px;
+}
+
+DIV.tabs A:link, DIV.tabs A:visited,
+DIV.tabs A:active, DIV.tabs A:hover
+{
+ color: #1A419D;
+}
+
+DIV.tabs SPAN
+{
+ float : left;
+ display : block;
+ background : url("tab_l.gif") no-repeat left top;
+ padding : 5px 9px;
+ white-space : nowrap;
+}
+
+DIV.tabs INPUT
+{
+ float : right;
+ display : inline;
+ font-size : 1em;
+}
+
+DIV.tabs TD
+{
+ font-size : 8px;
+ font-weight : bold;
+ text-decoration : none;
+}
+
+
+
+/* Commented Backslash Hack hides rule from IE5-Mac \*/
+DIV.tabs SPAN {float : none;}
+/* End IE5-Mac hack */
+
+DIV.tabs A:hover SPAN
+{
+ background-position: 0% -150px;
+}
+
+DIV.tabs LI.current A
+{
+ background-position: 100% -150px;
+ border-width : 0px;
+}
+
+DIV.tabs LI.current SPAN
+{
+ background-position: 0% -150px;
+ padding-bottom : 6px;
+}
+
+DIV.navpath
+{
+ background : none;
+ border : none;
+ border-bottom : 1px solid #84B0C7;
+}
diff --git a/docs/rsc/workspace.png b/docs/rsc/workspace.png
new file mode 100644
index 000000000..689178c0b
--- /dev/null
+++ b/docs/rsc/workspace.png
Binary files differ
diff --git a/docs/rsc/workspace.svg b/docs/rsc/workspace.svg
new file mode 100644
index 000000000..acc5de238
--- /dev/null
+++ b/docs/rsc/workspace.svg
@@ -0,0 +1,280 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://web.resource.org/cc/"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="250"
+ height="300"
+ id="svg2160"
+ sodipodi:version="0.32"
+ inkscape:version="0.45.1"
+ version="1.0"
+ sodipodi:docbase="D:\Progetti\ChibiOS-RT\docs\img"
+ sodipodi:docname="workspace.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:export-filename="D:\Progetti\ChibiOS-RT\docs\img\workspace.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <defs
+ id="defs2162">
+ <marker
+ inkscape:stockid="Arrow1Mend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="Arrow1Mend"
+ style="overflow:visible">
+ <path
+ id="path3299"
+ d="M 0,0 L 5,-5 L -12.5,0 L 5,5 L 0,0 z "
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+ transform="matrix(-0.4,0,0,-0.4,-4,0)" />
+ </marker>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3224">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3226" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0"
+ offset="1"
+ id="stop3228" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3224"
+ id="linearGradient3230"
+ x1="199.30756"
+ y1="341.00253"
+ x2="348.78439"
+ y2="341.00253"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3224"
+ id="linearGradient2357"
+ gradientUnits="userSpaceOnUse"
+ x1="199.30756"
+ y1="341.00253"
+ x2="348.78439"
+ y2="341.00253" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1.6725"
+ inkscape:cx="125"
+ inkscape:cy="128.25112"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ width="250px"
+ height="300px"
+ gridspacingx="5px"
+ gridspacingy="5px"
+ inkscape:grid-points="false"
+ inkscape:grid-bbox="true"
+ gridtolerance="10"
+ inkscape:object-paths="true"
+ objecttolerance="1"
+ guidetolerance="1"
+ inkscape:window-width="993"
+ inkscape:window-height="871"
+ inkscape:window-x="352"
+ inkscape:window-y="69" />
+ <metadata
+ id="metadata2165">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Livello 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <rect
+ style="fill:#ffffff;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect2196"
+ width="139.07188"
+ height="279.0719"
+ x="110.46406"
+ y="10.464057" />
+ <flowRoot
+ xml:space="preserve"
+ id="flowRoot3180"
+ transform="translate(1.8535156,-54.849147)"><flowRegion
+ id="flowRegion3182"><rect
+ id="rect3184"
+ width="97.01046"
+ height="17.563538"
+ x="2.9895365"
+ y="332.43646" /></flowRegion><flowPara
+ id="flowPara3186">Workspace base</flowPara></flowRoot> <flowRoot
+ xml:space="preserve"
+ id="flowRoot3188"
+ transform="translate(1.8535156,-329.84915)"><flowRegion
+ id="flowRegion3190"><rect
+ id="rect3192"
+ width="97.01046"
+ height="17.563538"
+ x="2.9895365"
+ y="332.43646" /></flowRegion><flowPara
+ id="flowPara3196">Workspace top</flowPara></flowRoot> <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1,1;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 109.94816,260.4823 C 249.5177,260.4823 249.5177,260.4823 249.5177,260.4823"
+ id="path3243"
+ inkscape:export-filename="C:\Progetti\ChibiOS\homepage\workspace.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker-start:none;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 110.5,74.5 C 249.57284,74.5 249.57284,74.5 249.57284,74.5"
+ id="path3245" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 110.5,149.5 C 249.57284,149.5 249.57284,149.5 249.57284,149.5"
+ id="path3247" />
+ <flowRoot
+ xml:space="preserve"
+ id="flowRoot3249"
+ transform="translate(125.4043,-62.808117)"><flowRegion
+ id="flowRegion3251"><rect
+ id="rect3253"
+ width="107.01046"
+ height="12.563538"
+ x="2.9895365"
+ y="332.43646" /></flowRegion><flowPara
+ id="flowPara3255">Thread Structure</flowPara></flowRoot> <flowRoot
+ xml:space="preserve"
+ id="flowRoot3257"
+ transform="translate(133.58398,-197.80812)"><flowRegion
+ id="flowRegion3259"><rect
+ id="rect3261"
+ width="102.01046"
+ height="17.563538"
+ x="2.9895365"
+ y="332.43646" /></flowRegion><flowPara
+ id="flowPara3263">intctx Structure</flowPara></flowRoot> <flowRoot
+ xml:space="preserve"
+ id="flowRoot3265"
+ transform="translate(137.71094,-292.80812)"><flowRegion
+ id="flowRegion3267"><rect
+ id="rect3269"
+ width="97.01046"
+ height="17.563538"
+ x="2.9895365"
+ y="332.43646" /></flowRegion><flowPara
+ id="flowPara3273">Thread Stack</flowPara></flowRoot> <flowRoot
+ xml:space="preserve"
+ id="flowRoot3277"
+ transform="translate(1.2089844,-187.09523)"><flowRegion
+ id="flowRegion3279"><rect
+ id="rect3281"
+ width="97.01046"
+ height="17.563538"
+ x="2.9895365"
+ y="332.43646" /></flowRegion><flowPara
+ id="flowPara3283">Stack Pointer</flowPara></flowRoot> <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.6978516px;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow1Mend);stroke-opacity:1"
+ d="M 100.34893,288.42983 C 109.31485,288.42983 109.31485,288.42983 109.31485,288.42983"
+ id="path3487" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.6978516px;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow1Mend);stroke-opacity:1"
+ d="M 100.34893,148.42983 C 109.31485,148.42983 109.31485,148.42983 109.31485,148.42983"
+ id="path3489" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.6978516px;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow1Mend);stroke-opacity:1"
+ d="M 100.16177,11.570166 C 109.12769,11.570166 109.12769,11.570166 109.12769,11.570166"
+ id="path3491" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 109.93046,230.5 C 249.5,230.5 249.5,230.5 249.5,230.5"
+ id="path2206"
+ inkscape:export-filename="C:\Progetti\ChibiOS\homepage\workspace.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <flowRoot
+ xml:space="preserve"
+ id="flowRoot2208"
+ transform="translate(112.03516,-92.095227)"><flowRegion
+ id="flowRegion2210"><rect
+ id="rect2212"
+ width="132.01047"
+ height="17.563538"
+ x="2.9895365"
+ y="332.43646" /></flowRegion><flowPara
+ id="flowPara2214">Thread Local Storage</flowPara></flowRoot> <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.6978516px;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow1Mend);stroke-opacity:1"
+ d="M 100.16177,261.57017 C 109.12769,261.57017 109.12769,261.57017 109.12769,261.57017"
+ id="path2216" />
+ <flowRoot
+ xml:space="preserve"
+ id="flowRoot2218"
+ transform="translate(1.359375,-83.728054)"><flowRegion
+ id="flowRegion2220"><rect
+ id="rect2222"
+ width="117.01046"
+ height="17.563538"
+ x="2.9895365"
+ y="332.43646" /></flowRegion><flowPara
+ id="flowPara2224">chThdLS()</flowPara></flowRoot> <flowRoot
+ xml:space="preserve"
+ id="flowRoot2209"
+ transform="translate(2.3710937,-107.80812)"><flowRegion
+ id="flowRegion2211"><rect
+ id="rect2213"
+ width="97.01046"
+ height="17.563538"
+ x="2.9895365"
+ y="332.43646" /></flowRegion><flowPara
+ id="flowPara2215">Stack Limit</flowPara></flowRoot> <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.6978516px;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow1Mend);stroke-opacity:1"
+ d="M 100.16177,231.57017 C 109.12769,231.57017 109.12769,231.57017 109.12769,231.57017"
+ id="path2217" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 110.42716,125.5 C 249.5,125.5 249.5,125.5 249.5,125.5"
+ id="path2221" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1, 1;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 110.42716,100.5 C 249.5,100.5 249.5,100.5 249.5,100.5"
+ id="path2223" />
+ <flowRoot
+ xml:space="preserve"
+ id="flowRoot2225"
+ transform="translate(130.04492,-248.01905)"><flowRegion
+ id="flowRegion2227"><rect
+ id="rect2229"
+ width="102.01046"
+ height="17.563538"
+ x="2.9895365"
+ y="332.43646" /></flowRegion><flowPara
+ id="flowPara2231">extctx Structure</flowPara></flowRoot> <flowRoot
+ xml:space="preserve"
+ id="flowRoot2235"
+ transform="translate(110.82227,-224.75538)"><flowRegion
+ id="flowRegion2237"><rect
+ id="rect2239"
+ width="137.01047"
+ height="17.563538"
+ x="2.9895365"
+ y="332.43646" /></flowRegion><flowPara
+ id="flowPara2241">INT_REQUIRED_STACK</flowPara></flowRoot> </g>
+</svg>