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

@ -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,