[Cryptech-Commits] [sw/tamper] 17/20: Release MKM to the FPGA on initialization.
    git at cryptech.is 
    git at cryptech.is
       
    Fri Jul 22 14:58:16 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch master
in repository sw/tamper.
commit b1abec4fb2478057da8e0e6788b015ce16e4985b
Author: Fredrik Thulin <fredrik at thulin.net>
AuthorDate: Sat Jul 16 15:04:09 2016 +0200
    Release MKM to the FPGA on initialization.
---
 tamper.c | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/tamper.c b/tamper.c
index 9169895..e3d12af 100644
--- a/tamper.c
+++ b/tamper.c
@@ -254,6 +254,8 @@ main()
   for (int i = 0; i < 16000; i++);
   AVR_LED_PORT &= ~0x0f;
 
+  mkm_release();
+
   while (1)
     {
       if (panic_p())
    
    
More information about the Commits
mailing list