You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andre Richter d212348931
Bump compiler version.
We have to remove the `#[naked]` attribute from `_start` for now, since it emits
a warning now when used with non-asm statements in the function body. For now,
just hope for the compiler's mercy to not emit code using the stack pointer
before we've actually set up a stack.
4 years ago
..
.vscode Run of prettier over whole repo 4 years ago
src Bump compiler version. 4 years ago
Cargo.lock Update dependencies 4 years ago
Cargo.toml Add LTO 4 years ago
Makefile Demangle++: Pipe through rustfilt 4 years ago
README.md Add code for tutorial 09 5 years ago
build.rs Let cargo track changed files 4 years ago
jtag_boot_rpi3.img Bump compiler version. 4 years ago
jtag_boot_rpi4.img Bump compiler version. 4 years ago
update.sh X1: Fix deletion of non-existent file 4 years ago

README.md

Xtra 1 - JTAG boot

Not much is happening here. The binary just patiently waits for a JTAG debugger to connect.