File tree Expand file tree Collapse file tree 1 file changed +25
-3
lines changed Expand file tree Collapse file tree 1 file changed +25
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Release notes
2
2
3
- ## unrelease
3
+ ## v0.0.2
4
+
5
+ This release contains some changes that forces applications that use
6
+ TKey-libs to be updated to work with this release.
7
+
8
+ Breaking changes:
9
+ - Introducing include hierarchy to make it less generic, e.g.,
10
+ ` #include <tkey/led.h> ` .
11
+ - Use stdint.h/stddef.h infavor of types.h.
12
+ - Library .a files built on top level to simplify inclusion.
13
+ - Upgraded Monocypher to 4.0.1.
14
+ - QEMU debug behaviour changed, instead of defining ` NODEBUG ` to
15
+ disable debug, one has to enable it by defining ` QEMU_DEBUG ` .
16
+
17
+ Changes:
18
+ - Introduce functions to control the LED, led.h and led.c.
19
+ - New function, assert() to make an illegal instruction and forcing
20
+ the CPU to halt.
21
+ - Add functions memcpy_s(), wordcpy_s(), memeq() from firmware
22
+ - Adding ` const ` to MMIO variables and qemu_ * functions.
23
+ - Minor tweaks, clean up and bugfixes.
24
+
25
+ Full changelog:
26
+ [ v0.0.1...v0.0.2] ( https://github.com/tillitis/tkey-libs/compare/v0.0.1...v0.0.2 )
4
27
5
- Upgraded Monocypher to 4.0.1.
6
28
7
29
## v0.0.1
8
30
9
- Just ripped from
31
+ Just ripped from
10
32
11
33
https://github.com/tillitis/tillitis-key1-apps
12
34
You can’t perform that action at this time.
0 commit comments