mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-18 09:08:33 -04:00
Add FreeRTOS-Plus directory.
This commit is contained in:
parent
7bd5f21ad5
commit
f508a5f653
6798 changed files with 134949 additions and 19 deletions
1
FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/uip/fs/404.html
Normal file
1
FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/uip/fs/404.html
Normal file
|
@ -0,0 +1 @@
|
|||
<html><body bgcolor="white"><center><h1>404 - file not found</h1></center></body></html>
|
18
FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/uip/fs/about.html
Normal file
18
FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/uip/fs/about.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<html>
|
||||
<body bgcolor="white">
|
||||
<center>
|
||||
<table width="600" border="0"><tr><td>
|
||||
<h2>Welcome</h2>
|
||||
<p align="justify">
|
||||
These web pages are served by the small web server running on top of
|
||||
the <a href="http://dunkels.com/adam/uip/" target="_top">uIP TCP/IP
|
||||
stack</a>.
|
||||
</p>
|
||||
<p align="justify">
|
||||
Click on the links above to see some status information about the web
|
||||
server and the TCP/IP stack.
|
||||
</p>
|
||||
</td></tr></table>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
28
FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/uip/fs/cgi/files
Normal file
28
FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/uip/fs/cgi/files
Normal file
|
@ -0,0 +1,28 @@
|
|||
# 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="/about.html">/about.html</a></td><td>
|
||||
c b /about.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/bg.png">/img/bg.png</a></td><td>
|
||||
c b /img/bg.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.
|
||||
.
|
4
FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/uip/fs/cgi/stats
Normal file
4
FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/uip/fs/cgi/stats
Normal file
|
@ -0,0 +1,4 @@
|
|||
i /stats_header.html
|
||||
c a
|
||||
i /stats_footer.plain
|
||||
.
|
4
FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/uip/fs/cgi/tcp
Normal file
4
FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/uip/fs/cgi/tcp
Normal file
|
@ -0,0 +1,4 @@
|
|||
i /tcp_header.html
|
||||
c c
|
||||
i /tcp_footer.plain
|
||||
.
|
14
FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/uip/fs/control.html
Normal file
14
FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/uip/fs/control.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<body bgcolor="white">
|
||||
<center>
|
||||
<table width="797" height="94" border="0" cellpadding="0"
|
||||
cellspacing="0" background="/img/bg.png"><tr><td align="center">
|
||||
<h1>uIP web server test pages</h1>
|
||||
[ <a href="about.html" target="main">About</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> ]
|
||||
</td></tr></table>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,3 @@
|
|||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,4 @@
|
|||
<html>
|
||||
<body bgcolor="white">
|
||||
<center>
|
||||
<table width="600" border="0">
|
BIN
FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/uip/fs/img/bg.png
Normal file
BIN
FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/uip/fs/img/bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
14
FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/uip/fs/index.html
Normal file
14
FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/uip/fs/index.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<head><title>uIP web server test page</title></head>
|
||||
|
||||
<frameset cols="*" rows="120,*" frameborder="no">
|
||||
<frame src="control.html">
|
||||
<frame src="about.html" name="main">
|
||||
</frameset>
|
||||
|
||||
<noframes>
|
||||
<body>
|
||||
Your browser must support frames
|
||||
</body>
|
||||
</noframes>
|
||||
</html>
|
|
@ -0,0 +1,3 @@
|
|||
</td></tr></table>
|
||||
</body>
|
||||
</html>
|
30
FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/uip/fs/stats_header.html
Normal file
30
FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/uip/fs/stats_header.html
Normal file
|
@ -0,0 +1,30 @@
|
|||
<html>
|
||||
<body bgcolor="white">
|
||||
<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>
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
</td></tr></table>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,6 @@
|
|||
<html>
|
||||
<body bgcolor="white">
|
||||
<center>
|
||||
<table width="600" border="0">
|
||||
<tr><th>Remote</th><th>State</th><th>Retransmissions</th><th>Timer</th><th>Flags</th></tr>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue