No description
- Rust 50.4%
- Linker Script 49.6%
- _start: naked function, laedt _stack_start in sp (la) und ruft
start_rust auf (call) - die allerersten Instruktionen nach Reset,
bevor irgendein Rust-Prolog den Stack braucht
- start_rust (extern "C", -> !): init_data_bss(), dann main()
- main() -> !: Platzhalter (loop {})
- memory.x: _stack_start = ORIGIN(RAM) + LENGTH(RAM) = 0x3FCE0000
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
||
|---|---|---|
| .cargo | ||
| src | ||
| .gitignore | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||
| memory.x | ||