New Contiki port to STM32W108.
This commit is contained in:
parent
324796cd1a
commit
ec5e3ce0d7
130 changed files with 43157 additions and 0 deletions
1557
cpu/stm32w108/hal/doxygen/Doxygen_Release
Normal file
1557
cpu/stm32w108/hal/doxygen/Doxygen_Release
Normal file
File diff suppressed because it is too large
Load diff
18
cpu/stm32w108/hal/doxygen/STFooterHTML.html
Normal file
18
cpu/stm32w108/hal/doxygen/STFooterHTML.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<hr size="1">
|
||||
<table border="0" cellspacing="0" cellpadding="0" width=100%>
|
||||
<tr>
|
||||
<td><address><small>
|
||||
$projectname. <br>
|
||||
$projectnumber.
|
||||
</small></address>
|
||||
</td>
|
||||
<td align="right">
|
||||
<address><small>
|
||||
Copyright © 2009 by STMicrolectronics. All rights reserved.<br>
|
||||
Generated $datetime with <a href="http://www.doxygen.org/index.html">Doxygen</a> $doxygenversion.
|
||||
</small></address>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
16
cpu/stm32w108/hal/doxygen/STHeaderHTML.html
Normal file
16
cpu/stm32w108/hal/doxygen/STHeaderHTML.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>$title</title>
|
||||
<LINK HREF="doxygen.css" REL="stylesheet" TYPE="text/css">
|
||||
</head><body>
|
||||
<table border="0" cellspacing="0" cellpadding="0" width=100%>
|
||||
<tr>
|
||||
<td><img src="ST_Logo.gif"></td>
|
||||
<td> <div class="qindex">
|
||||
<a class="qindex" href="index.html">Home</a>
|
||||
| <a class="qindex" href="modules.html">Modules</a>
|
||||
| <a class="qindex" href="annotated.html">Data Structures</a>
|
||||
| <a class="qindex" href="files.html">File List</a>
|
||||
| <a class="qindex" href="globals.html">Index</a></div>
|
||||
</td>
|
||||
</table>
|
BIN
cpu/stm32w108/hal/doxygen/ST_Logo.gif
Normal file
BIN
cpu/stm32w108/hal/doxygen/ST_Logo.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
5
cpu/stm32w108/hal/doxygen/makefile
Normal file
5
cpu/stm32w108/hal/doxygen/makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
all:
|
||||
doxygen Doxygen_Release
|
||||
cp ST_Logo.gif html
|
||||
clean:
|
||||
- rm -fr html
|
Loading…
Add table
Add a link
Reference in a new issue