Add tool (WIP)

This commit is contained in:
Jeremy Soller
2020-02-20 14:20:16 -07:00
parent b0cd6f50e4
commit 08490002b9
10 changed files with 379 additions and 0 deletions

7
tool/src/lib.rs Normal file
View File

@@ -0,0 +1,7 @@
#![no_std]
pub mod ec;
pub mod error;
pub mod pmc;
pub mod super_io;
pub mod timeout;