Add basic usb serial shell

This commit is contained in:
2021-01-25 22:36:11 +01:00
parent 8e00a9b341
commit ecd2d92b52
12 changed files with 777 additions and 192 deletions

View File

@ -3,10 +3,10 @@ use core::panic::PanicInfo;
use hal::{
clock::GenericClockController,
gpio::{Pa10, Pa11, PfC},
pac::Peripherals,
prelude::*,
sercom::{PadPin, Sercom0Pad2, Sercom0Pad3, UART0},
time,
pac::Peripherals,
};
#[panic_handler]