init new shared periph crate

This commit is contained in:
2025-04-12 17:01:53 +02:00
parent 5b2ded51f9
commit adee40d953
63 changed files with 718 additions and 9119 deletions

View File

@ -3,7 +3,7 @@
#![no_std]
use cortex_m_rt::entry;
use panic_rtt_target as _;
use panic_probe as _;
use va108xx_hal as _;
#[entry]