Initial import
This commit is contained in:
59
ChibiOS_2.0.2/docs/html/group__kernel.html
Normal file
59
ChibiOS_2.0.2/docs/html/group__kernel.html
Normal file
@@ -0,0 +1,59 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<title>ChibiOS/RT: Kernel</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><big>ChibiOS/RT</big></big><br><br>Architecture - Reference Manual - Guides</td>
|
||||
<td style="width: 80px;"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<hr size="1">
|
||||
<!-- Generated by Doxygen 1.6.3 -->
|
||||
<div class="navigation" id="top">
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="main.html"><span>Main Page</span></a></li>
|
||||
<li><a href="modules.html"><span>Modules</span></a></li>
|
||||
<li><a href="annotated.html"><span>Data Structures</span></a></li>
|
||||
<li><a href="files.html"><span>Files</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="contents">
|
||||
<h1>Kernel</h1>
|
||||
<p><div class="dynheader">
|
||||
Collaboration diagram for Kernel:</div>
|
||||
<div class="dynsection">
|
||||
<center><table><tr><td><img src="group__kernel.png" border="0" alt="" usemap="#group____kernel_map"/>
|
||||
<map name="group____kernel_map" id="group____kernel">
|
||||
<area shape="rect" href="group__registry.html" title="Registry" alt="" coords="171,5,232,29"/>
|
||||
<area shape="rect" href="group__internals.html" title="Internals" alt="" coords="171,53,232,77"/>
|
||||
<area shape="rect" href="group__base.html" title="Base Kernel Services" alt="" coords="139,101,264,125"/>
|
||||
<area shape="rect" href="group__synchronization.html" title="Synchronization" alt="" coords="152,149,251,173"/>
|
||||
<area shape="rect" href="group__types.html" title="Types" alt="" coords="176,197,227,221"/>
|
||||
<area shape="rect" href="group__io__support.html" title="I/O Support" alt="" coords="164,245,239,269"/>
|
||||
<area shape="rect" href="group__kernel__info.html" title="Version Numbers and Identification" alt="" coords="107,293,296,317"/>
|
||||
<area shape="rect" href="group__config.html" title="Configuration" alt="" coords="159,341,244,365"/>
|
||||
<area shape="rect" href="group__core.html" title="Port Templates" alt="" coords="156,389,247,413"/>
|
||||
<area shape="rect" href="group__debug.html" title="Debug" alt="" coords="176,437,227,461"/>
|
||||
<area shape="rect" href="group__memory.html" title="Memory Management" alt="" coords="140,485,263,509"/>
|
||||
</map></td></tr></table></center>
|
||||
</div>
|
||||
</p>
|
||||
<hr/><a name="_details"></a><h2>Description</h2>
|
||||
<p>The kernel is the portable part of ChibiOS/RT, this section documents the various kernel subsystems. </p>
|
||||
<table border="0" cellpadding="0" cellspacing="0">
|
||||
<tr><td colspan="2"><h2>Modules</h2></td></tr>
|
||||
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__kernel__info.html">Version Numbers and Identification</a></td></tr>
|
||||
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__config.html">Configuration</a></td></tr>
|
||||
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__types.html">Types</a></td></tr>
|
||||
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__base.html">Base Kernel Services</a></td></tr>
|
||||
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__synchronization.html">Synchronization</a></td></tr>
|
||||
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__memory.html">Memory Management</a></td></tr>
|
||||
Reference in New Issue
Block a user