-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (25 loc) · 752 Bytes
/
index.html
File metadata and controls
27 lines (25 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>AVRnix 1.0</title>
</head>
<body>
<h1>AVRnix 1.0 – Release Notes</h1>
<p><b>Release Date:</b> 04-01-26<br>
<b>Target MCU:</b> ATmega328P (Arduino Uno compatible)<br>
<b>Status:</b> Stable / Fully Functional</p>
<h2>Overview</h2>
<p>
AVRnix 1.0 is a tiny Unix-like operating system for AVR microcontrollers.
It features a modular shell, TinyBasic Plus, and hardware control commands.
</p>
<h2>Included Commands</h2>
<ul>
<li>memdump</li><li>editor</li><li>basic</li><li>help</li><li>sleep</li>
<li>forever</li><li>uptime</li><li>reboot</li><li>kill</li><li>free</li>
<li>clear</li><li>ps</li><li>echo</li><li>date</li><li>gpio</li>
<li>cal</li><li>wr</li><li>rd</li>
</ul>
</body>
</html>