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 3939448 commit ab61f20Copy full SHA for ab61f20
CHANGELOG.md
@@ -1,6 +1,17 @@
1
BaremetalPi.jl Changelog
2
========================
3
4
+Version 0.1.1
5
+-------------
6
+
7
+- ![Enhancement][badge-enhancement] The transfers using SPI do not allocate
8
+ anymore if the in-place version `spi_transfer!` is used, and if the number of
9
+ messages is lower than `BaremetalPi._SPI_BUFFER_SIZE`. This constant is
10
+ currently set to 16.
11
+- ![Enhancement][badge-enhancement] The transfers using I2C (read and write) do
12
+ not allocate anymore if the in-place version of the functions are used
13
+ (`i2c_smbus_*!`).
14
15
Version 0.1.0
16
-------------
17
0 commit comments