aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-16The sleep mode seems to not work yet.Fredrik Thulin
2016-07-16Release MKM to the FPGA on initialization.Fredrik Thulin
2016-07-16mkm_wipe: Toggle CS to conclude spi_set_operation.Fredrik Thulin
2016-07-16Use -mmcu=attiny828 instead of -mmcu=avr25.Fredrik Thulin
2016-07-04Update build instructions to include dependency on avr-libc.Linus Nordberg
2016-07-04Have 'clean' complain less.Linus Nordberg
2016-06-10Do wipe MKM when tamper is detected, sleep when not.Linus Nordberg
2016-06-10Compile with -std=gnu99 and -Wpedantic.Linus Nordberg
2016-06-10Minor updates of README.Linus Nordberg
2016-05-19Explain SPI dummy write in comments.Linus Nordberg
2016-05-19Add copyright and licensing info.Linus Nordberg
2016-05-18Add info about building and uploading.Linus Nordberg
2016-05-18Read from and write to MKM when panic button is pressed.Linus Nordberg
3178727'>aa90cb4
2864813
aa90cb4

0d33ff8


























aa90cb4





















2864813
aa90cb4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63