Skip to content

Commit

Permalink
📚 Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisbr committed Jun 24, 2020
1 parent 3939448 commit ab61f20
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
BaremetalPi.jl Changelog
========================

Version 0.1.1
-------------

- ![Enhancement][badge-enhancement] The transfers using SPI do not allocate
anymore if the in-place version `spi_transfer!` is used, and if the number of
messages is lower than `BaremetalPi._SPI_BUFFER_SIZE`. This constant is
currently set to 16.
- ![Enhancement][badge-enhancement] The transfers using I2C (read and write) do
not allocate anymore if the in-place version of the functions are used
(`i2c_smbus_*!`).

Version 0.1.0
-------------

Expand Down

0 comments on commit ab61f20

Please sign in to comment.