Skip to content

Commit ab61f20

Browse files
committed
📚 Update CHANGELOG.md
1 parent 3939448 commit ab61f20

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
BaremetalPi.jl Changelog
22
========================
33

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+
415
Version 0.1.0
516
-------------
617

0 commit comments

Comments
 (0)