working with DMA at 9600

This commit is contained in:
Priec
2025-11-19 18:32:18 +01:00
parent 110ddc0dcf
commit e2378cd436
25 changed files with 2843 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#![no_std]
pub mod software_uart;
pub mod config;
pub mod hw_uart_pc;
pub mod hw_uart_internal;