6 Commits (3f683a19b1fd28c7a6e2a27ee02f1a1ac5d3f6f2)

Author SHA1 Message Date
jameszow 3f683a19b1 update copyright year 9 months ago
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
Andre Richter d901ae6cfe
Update copyright 2 years ago
Andre Richter 7d02537515
Bump toolchain 3 years ago
Andre Richter 7f666000ce
Init DRAM in assembly instead of Rust
See https://github.com/rust-embedded/cortex-m-rt/issues/300
3 years ago
Andre Richter f81eb7428d
Adapt tutorial numbers 3 years ago