Add FreeRTOS-Plus directory.

This commit is contained in:
Richard Barry 2012-08-11 21:34:11 +00:00
parent 7bd5f21ad5
commit f508a5f653
6798 changed files with 134949 additions and 19 deletions

View file

@ -0,0 +1 @@
<html><body bgcolor="white"><center><h1>404 - file not found</h1></center></body></html>

View file

@ -0,0 +1,26 @@
# This script shows the access statistics for different files on the
# web server.
#
# First, we include the HTML header.
i /files_header.html
# Print out the name of the file, and call the function that prints
# the access statistics of that file.
t <tr><td><a href="/index.html">/index.html</a></td><td>
c b /index.html
t </td></tr> <tr><td><a href="/control.html">/control.html</a></td><td>
c b /control.html
t </td></tr> <tr><td><a href="/img/logo.png">/img/logo.png</a></td><td>
c b /img/logo.png
t </td></tr> <tr><td><a href="/404.html">/404.html</a></td><td>
c b /404.html
t </td></tr> <tr><td><a href="/cgi/files">/cgi/files</a></td><td>
c b /cgi/files
t </td></tr> <tr><td><a href="/cgi/stats">/cgi/stats</a></td><td>
c b /cgi/stats
t </td></tr> <tr><td><a href="/cgi/tcp">/cgi/tcp</a></td><td>
c b /cgi/tcp
t </td></tr>
# Include the HTML footer.
i /files_footer.plain
# End of script.
.

View file

@ -0,0 +1,6 @@
t <html><head><title>uIP Open Source Embedded TCP/IP Stack On FreeRTOS Kernel</title></head><body BGCOLOR="#CCCCFF"><font face="arial"><small><b><a href="http://www.freertos.org" target="_top">FreeRTOS Homepage</a></b></small><p><H1>AT91SAM7X Embedded WEB Server Demo<br><small>Using uIP and the FreeRTOS real time kernel</small></h1><p>These pages are being served by an Atmel AT91SAM7X256 microcontroller, using Adam Dunkels open source uIP TCP/IP stack.<p>The uIP stack is executing from a single task under control of the FreeRTOS real time kernel. The table below shows the statistics for all the tasks in the demo applicaiton.<p><pre>Task State Priority Stack #<br>************************************************<br>
c d
t </pre></font></body></html>
.

View file

@ -0,0 +1,4 @@
i /stats_header.html
c a
i /stats_footer.plain
.

View file

@ -0,0 +1,4 @@
i /tcp_header.html
c c
i /tcp_footer.plain
.

View file

@ -0,0 +1,20 @@
<html>
<head>
<title>AT91SAM7X Embedded WEB Server using uIP and FreeRTOS</title>
</head>
<body bgcolor="#ccccff">
<font face="arial">
<img src="/img/logo.png" align="right">
<a href="/cgi/rtos" target="main">Tasks</a> |
<a href="/cgi/tcp" target="main">Connections</a> |
<a href="/cgi/files" target="main">Files</a> |
<a href="/cgi/stats" target="main">Statistics</a><br>
<br>
</font>
</body>
</html>

View file

@ -0,0 +1,3 @@
</td></tr></table>
</body>
</html>

View file

@ -0,0 +1,4 @@
<html>
<body bgcolor="#CCCCFF">
<center>
<table width="600" border="0">

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

View file

@ -0,0 +1,15 @@
<html>
<head>
</head>
<frameset cols="*" rows="120,*" frameborder="no">
<frame src="control.html">
<frame src="/cgi/rtos" name="main">
</frameset>
<noframes>
<body>
Your browser must support frames
</body>
</noframes>
</html>

View file

@ -0,0 +1,3 @@
</td></tr></table>
</body>
</html>

View file

@ -0,0 +1,30 @@
<html>
<body bgcolor="#ccccff">
<center>
<table width="600" border="0">
<tr><td>
<pre>
IP Packets dropped
Packets received
Packets sent
IP errors IP version/header length
IP length, high byte
IP length, low byte
IP fragments
Header checksum
Wrong protocol
ICMP Packets dropped
Packets received
Packets sent
Type errors
TCP Packets dropped
Packets received
Packets sent
Checksum errors
Data packets without ACKs
Resets
Retransmissions
No connection avaliable
Connection attempts to closed ports
</pre>
</td><td><pre>

View file

@ -0,0 +1,5 @@
</td></tr></table>
</center>
</body>
</html>

View file

@ -0,0 +1,6 @@
<html>
<body bgcolor="#ccccff">
<center>
<table width="600" border="0">
<tr><th>Remote</th><th>State</th><th>Retransmissions</th><th>Timer</th><th>Flags</th></tr>