commit | 48f64de05bb50cb37bf2f69a2d33d86fa3de0ddb | [log] [tgz] |
---|---|---|
author | Jon Flatley <jflat@google.com> | Thu Jan 06 09:53:40 2022 -0500 |
committer | jon-flatley <47988881+jon-flatley@users.noreply.github.com> | Thu Jan 27 10:01:41 2022 -0500 |
tree | 0ed582182a7034bff60ee31fc94be635594e30df | |
parent | a5d6d35cc265b5a0e0903fbf32f8df8bd1b7e4d4 [diff] [blame] |
[opentitanlib] Add OTP hex file generation. Signed-off-by: Jon Flatley <jflat@google.com>
diff --git a/sw/host/opentitanlib/src/lib.rs b/sw/host/opentitanlib/src/lib.rs index 38e9c55..71ddeab 100644 --- a/sw/host/opentitanlib/src/lib.rs +++ b/sw/host/opentitanlib/src/lib.rs
@@ -5,6 +5,7 @@ pub mod app; pub mod bootstrap; pub mod io; +pub mod otp; pub mod spiflash; pub mod transport; pub mod util;