[Cryptech-Commits] [user/ft/tamper] 12/14: Release MKM to the FPGA on initialization.
    git at cryptech.is 
    git at cryptech.is
       
    Sat Jul 16 13:07:20 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
fredrik at thulin.net pushed a commit to branch master
in repository user/ft/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