Sagar Acharya 72fb842564 Moved towards Riscy-SoC based on rv64 and added some datasheets 1 anno fa
..
Riscy-SoC @ abbb762fc8 72fb842564 Moved towards Riscy-SoC based on rv64 and added some datasheets 1 anno fa
README 72fb842564 Moved towards Riscy-SoC based on rv64 and added some datasheets 1 anno fa
eink_154.v 72fb842564 Moved towards Riscy-SoC based on rv64 and added some datasheets 1 anno fa
eink_73.v 72fb842564 Moved towards Riscy-SoC based on rv64 and added some datasheets 1 anno fa
ereader.pcf 72fb842564 Moved towards Riscy-SoC based on rv64 and added some datasheets 1 anno fa
ereader.v 72fb842564 Moved towards Riscy-SoC based on rv64 and added some datasheets 1 anno fa
sdcard.v 72fb842564 Moved towards Riscy-SoC based on rv64 and added some datasheets 1 anno fa

README

# Steps:
- [] eink takes 200x200 IMAGE_BLACK, IMAGE_RED or 800x480 IMAGE pixel inputs and sends them to eink.
- [] Take PS2 input hex and keep memory of image in shell program. Clear on backspace. Add and subtract sufficient pixels.
- [] Print $ on leftmost part. On enter click, test matches for program list, shift to next line if program name doesn't exist in memory.
When at last line, trigger change.
- [] Create program echo and echo2 that can be run in the shell program.
- [] Program call -> Run program -> Shell
Any interrupt -> Clear all program memory -> Shell

Use swap on sd card as RAM

$echo yo
yo
$echo2 yo
yoyo

# Steps2 = Steps ++:
- [] Read from FAT32 formatted sd card.
- [] Transfer all programs to sd card. Keep only shell and a program which fetches a list of all programs from sd card on flash.

- [] Keep a memory register that records UNIX timestamp. (Optional)