Add ability to flash backup rom

This commit is contained in:
Jeremy Soller
2020-02-26 13:43:31 -07:00
parent 1e1c626d71
commit 68b9acd249
8 changed files with 71 additions and 26 deletions

View File

@@ -15,7 +15,7 @@ mod legacy;
pub use self::pmc::Pmc;
mod pmc;
pub use self::spi::{Spi, SpiRom};
pub use self::spi::{Spi, SpiRom, SpiTarget};
mod spi;
pub use self::super_io::SuperIo;