Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.37 KB

CHANGELOG.md

File metadata and controls

40 lines (30 loc) · 1.37 KB

BaremetalPi.jl Changelog

Version 0.2.0

  • BREAKING The @asserts were removed and changed to conditionals. This modification can change the behavior of the code in some corner cases. However, the code is more robust.
  • Bug IOCTL calls were not working with structures (pointers), leading to problems when using SPI.

Version 0.1.2

  • Bug BaremetalPi.jl is now compatible with Julia 1.7.

Version 0.1.1

  • 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 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

  • Initial version.