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 f6190f85b7
ASM: Remove use of .equ
The LLVM assembler apparently causes the .equ directive to create symbols
instead of just a local and temporary variable.

Work around this by using const operands with global_asm!.
2 years ago
..
.vscode Remove RA helper target from Makefile 2 years ago
src ASM: Remove use of .equ 2 years ago
tests Refactor Tests and Makefile 3 years ago
Cargo.lock Bump dependencies 2 years ago
Cargo.toml Bump toolchain 3 years ago
Makefile Various minor fixes 2 years ago
README.md Add code for tutorial 09 5 years ago
build.rs Linker: Use absolute library path 2 years ago
jtag_boot_rpi3.img ASM: Remove use of .equ 2 years ago
jtag_boot_rpi4.img ASM: Remove use of .equ 2 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.