getting closer

This commit is contained in:
2025-02-21 15:44:45 +01:00
parent 21d618172b
commit 956f22b41b
5 changed files with 365 additions and 31 deletions

View File

@ -3,7 +3,7 @@
use core::panic::PanicInfo;
use cortex_r_a::asm::nop;
use cortex_r_a_rt as _;
use zynq_rt as _;
/// Entry point (not called like a normal main function)
#[no_mangle]