Skip to content

Commit 4a1433a

Browse files
zelenskiCS107E BOT
authored andcommitted
Release A6
commit 177c9d23824577b9c1a984676ca28825fb42bb66 Author: Julie Zelenski <[email protected]> Date: Wed Nov 6 21:40:47 2024 -0800 Release A6
1 parent 5faa1cf commit 4a1433a

File tree

6 files changed

+401
-2
lines changed

6 files changed

+401
-2
lines changed

_data/unreleased.csv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
permalink,title,released
2-
"/assignments/assign6/","Assignment 6: Graphics Library and Console",false
32
"/assignments/assign7/","Assignment 7: System Monitor with Interrupts",false
43
"/project/","Final Project",false
54
"/labs/lab7/","Lab 7: Mango Pi, Interrupted",false

assignments/assign6/README.md

Lines changed: 400 additions & 0 deletions
Large diffs are not rendered by default.
553 Bytes
Loading
18.7 MB
Binary file not shown.
27.4 KB
Loading

cs107e/include/shell_commands.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ int cmd_clear(int argc, const char *argv[]);
9595
* `cmd_reboot`
9696
*
9797
* Usage: reboot
98-
* Description: reboot the Pi
98+
* Description: reboot the Mango Pi
9999
*
100100
* Example:
101101
* Pi> reboot

0 commit comments

Comments
 (0)