We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab3070 commit 98d7ed0Copy full SHA for 98d7ed0
CHANGELOG.md
@@ -1,6 +1,16 @@
1
BaremetalPi.jl Changelog
2
========================
3
4
+Version 0.2.0
5
+-------------
6
+
7
+- ![BREAKING][badge-breaking] The `@assert`s were removed and changed to
8
+ conditionals. This modification can change the behavior of the code in some
9
+ corner cases. However, the code is more robust.
10
+- ![Bug][badge-bugfix] IOCTL calls were not working with structures (pointers),
11
+ leading to problems when using SPI.
12
13
14
Version 0.1.2
15
-------------
16
0 commit comments