Skip to content

Commit 7a54ea2

Browse files
zelenskiCS107E BOT
authored andcommitted
Update lab1, follow up on postmortem issues, release
commit c4a397c25a7897e9ec52eab0a5a6e73139f94220 Author: Julie Zelenski <[email protected]> Date: Sun Jan 12 12:07:22 2025 -0800 Update lab1, follow up on postmortem issues, release
1 parent a11aad0 commit 7a54ea2

36 files changed

+425
-69582
lines changed

_data/unreleased.csv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ permalink,title,released
77
"/assignments/assign6/","Assignment 6: Graphics Library and Console",false
88
"/assignments/assign7/","Assignment 7: System Monitor with Interrupts",false
99
"/project/","Final Project",false
10-
"/labs/lab1/","Lab 1: Getting to know your Mango Pi",false
1110
"/labs/lab2/","Lab 2: Below C Level",false
1211
"/labs/lab3/","Lab 3: Debugging and Testing",false
1312
"/labs/lab4/","Lab 4: Linked and Loaded",false

grading-tests/README.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

grading-tests/assign0/README.md

Lines changed: 0 additions & 62 deletions
This file was deleted.

grading-tests/assign1/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

grading-tests/ps2_emulator/README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
layout: base
3-
permalink: /ps2
4-
---
51
# PS2 Emulator
62

73
### Motivation and design
@@ -31,11 +27,11 @@ $ RPI_CS107E=<location of rpi cs107e directory> make install
3127
1. Plug driver into laptop to power up both Pi's.
3228
1. Confirm configuration is working using `test_driver` from assign5. See [Testing](#testing) below for info on test driver.
3329

34-
The emulator Pi uses the ACT(green) and PWR(red) LEDs to tell you what it is doing. Here is how to read the tea leaves:
30+
The emulator RPi uses the ACT(green) and PWR(red) LEDs to tell you what it is doing. Here is how to read the tea leaves:
3531
- Red on, green slow toggle means emulator RPi is waiting for handshake. This is where emulator RPi spends most of its time.
3632
- During handshake, slow pulse both green and red N times where N is the sequence number requested.
3733
- During send of scancode sequence, both green and red stay on solid.
38-
- After sending, emulator goes back to waiting for handshake (red on, green slow toggle)
34+
- After sending, emulator Rpi goes back to waiting for handshake (red on, green slow toggle)
3935
- Fast blinking of red indicates something unexpected has gone wrong and emulator RPi needs to be reset.
4036

4137
### Usage

0 commit comments

Comments
 (0)