Releases: matrix-io/matrix-creator-hal
Releases · matrix-io/matrix-creator-hal
MATRIX Creator HAL v0.3.8
- Raspbian Buster support added.
MATRIX Creator HAL v0.3.7
- Added fix to memory leak in MatrixIOBus::Init().
- Few fixes and improvements to the main Readme.
MATRIX Creator HAL v0.3.6
- Add easy to use PWM functions in GPIOControl
MATRIX Creator HAL v0.3.5
- Fix getTimerCounter in GPIOBank class
MATRIX Creator HAL v0.3.4
- Add Zwave GPIO manager
MATRIX HAL v0.3.3
-
We are pleased to introduce the first feature of the matrix-microphone-core. It is implemented into the FPGA firmware. The first feature is a 128 TAP FIR filter. It allows to our customers to set up custom filters in the microphone core.
-
https://github.com/matrix-io/matrix-creator-hal/blob/master/cpp/driver/microphone_core.cpp
-
https://github.com/matrix-io/matrix-creator-hal/blob/master/cpp/driver/microphone_core_fir.h
MATRIX HAL v0.3.2
- Fixed the stack buffer overflow in the bus read (by @cmetz )
MATRIX HAL v0.3.1
- Kernel Modules compatibility: Major changes in the library in order to be compatible with the matrixio-kernel-modules.
- Bug Fix: Noise in Microphone array signals.
MATRIX HAL v0.3.0
- MATRIX Devices Support 96KHz in Microphone Sampling Rate
- LIRC Support IR-RX:RPI-GPIO16 IR-TX:RPI-GPIO13
- RGBW order in Everloop Driver
- Several changes in the Memory map distribution.
- Bug fixes.
- Support matrixio-creator-init v0.4.6
MATRIX HAL v0.2.3
- switched from SpiWrite16 to SpiWriteBurst in everloop driver - by @cmetz