tasks: first implementation of protocol for the TUSB320 USB-PD chip. also untested!!!

This commit is contained in:
2026-03-11 14:01:40 +01:00
parent ccb2680954
commit e09649592b
5 changed files with 387 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ pub mod tracing;
pub mod storage;
pub mod simdata;
pub mod gpio_interrupt;
pub mod tusb320;
extern crate alloc;