No description
Find a file
2022-11-22 23:51:10 +01:00
bootloader_files first commit: rpi3 blinking led 2022-10-11 23:53:12 +02:00
doc first commit: rpi3 blinking led 2022-10-11 23:53:12 +02:00
src Implement low level communication with LCD+begining of the init process 2022-11-22 23:51:10 +01:00
.gitignore first commit: rpi3 blinking led 2022-10-11 23:53:12 +02:00
build.rs first commit: rpi3 blinking led 2022-10-11 23:53:12 +02:00
Cargo.lock first commit: rpi3 blinking led 2022-10-11 23:53:12 +02:00
Cargo.toml first commit: rpi3 blinking led 2022-10-11 23:53:12 +02:00
dodo.py add dummy syncro 2022-11-07 19:58:09 +01:00
flash.sh add dummy syncro 2022-11-07 19:58:09 +01:00
linker.ld first commit: rpi3 blinking led 2022-10-11 23:53:12 +02:00
README.md first commit: rpi3 blinking led 2022-10-11 23:53:12 +02:00
rust-toolchain.toml first commit: rpi3 blinking led 2022-10-11 23:53:12 +02:00
TODO.md Implement low level communication with LCD+begining of the init process 2022-11-22 23:51:10 +01:00

Juda

Juda is a toy raspberry pi bear metal project that maybe will become some sort of OS (or not).

It is heavily inspired by rust-raspberrypi-OS-tutorials, although I'm trying to make it my own.