Add basic usb serial shell
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
use core::fmt::Write;
|
||||
use hal::{
|
||||
clock::Sercom0CoreClock,
|
||||
sercom::{RxpoTxpo, UART0Padout, UART0},
|
||||
//target_device::{NVIC, PM, SERCOM0},
|
||||
pac::{PM, SERCOM0},
|
||||
sercom::{RxpoTxpo, UART0Padout, UART0},
|
||||
time::Hertz,
|
||||
//prelude::_embedded_hal_serial_Read as Read,
|
||||
//prelude::_embedded_hal_serial_Write as WriteHal,
|
||||
|
||||
Reference in New Issue
Block a user