jameszow
3f683a19b1
update copyright year
2023-09-13 10:03:24 +08:00
Andre Richter
b22b0b1792
Be more consistent in boot.rs GPR choices
2022-09-23 22:56:32 +02:00
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!.
2022-05-03 23:53:45 +02:00
Andre Richter
d901ae6cfe
Update copyright
2022-01-15 21:50:11 +01:00
Andre Richter
7d02537515
Bump toolchain
2021-12-20 00:01:38 +01:00
Andre Richter
8c2cec00be
Assembly: Use local label syntax for named labels
...
This prevents that they show up in the symbol table.
2021-07-04 15:50:46 +02:00
Andre Richter
7f666000ce
Init DRAM in assembly instead of Rust
...
See https://github.com/rust-embedded/cortex-m-rt/issues/300
2021-07-02 23:14:35 +02:00
Andre Richter
b4ed84dd77
Replace ldr pseudo-instruction with adrp/add
2021-03-22 22:54:08 +01:00
Andre Richter
f81eb7428d
Adapt tutorial numbers
2021-03-20 10:47:39 +01:00