The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- [
removed
] Remove test-config folder from release
3.3.0 - 2020-12-09
- [
added
] SEN44 Support
3.2.0 - 2020-10-20
- [
added
] Add conversion functions for more types tosensirion_shdlc.*
. - [
changed
] Changed wrongly named functionsensirion_uart_release
in sample implementation for linux tosensirion_uart_close
as defined in the headerfilesensirion_uart.h
. - [
changed
] Use configuration independent endianness conversions: no need to defineSENSIRION_BIG_ENDIAN
anymore. - [
changed
] Allow to override the TTY device to use in the Linux UART sample implementation.
3.1.0 - 2020-07-03
- [
added
] Get version information withsps30_read_version
- [
added
] Add sleep / wake-up support (FW version >= 2.0)
3.0.1 - 2020-07-01
- [
changed
] Distinguishable return value when an SHDLC frame is longer than expected - [
fixed
] Fix function declarations to fix compilation on some platforms - [
changed
] Don't usefloat32_t
typedef butfloat
directly
3.0.0 - 2019-11-05
- [
added
] Multiple sensors APIsensirion_uart_select_port
- [
added
] Multiple sensors sample implementation for arduino MKR0 - [
changed
] Split outdefault_config.inc
from Makefile to configure paths and CFLAGS - [
fixed
] Fix strict-aliasing ans sign-conversion compiler warnings - [
added
] instantly start manual fan cleaning withsps30_start_manual_fan_cleaning()
- [
changed
] renameSPS_*
constants toSPS30_
2.0.0 - 2019-05-14
- [
added
].clang-format
Style-file for clang-format and helper targetsmake style-fix
andmake style-check
(#36) - [
changed
] Use stdint types (e.g.uint16_t
instead ofu16
)
1.1.1 - 2019-04-11
- [
fixed
] Rebuild whensps30_example_usage.c
changed (#30) - [
fixed
] Fix byte-stuffing issues resulting in commands not being accepted by the sensor or values being ignored (#32)
1.1.0 - 2019-03-07
- [
added
]sps_get_driver_version()
(#12) - [
fixed
] Send correct command insps30_stop_measurement()
(#23)
1.0.0 - 2018-11-30
- [
changed
] Rename driver to sps30-uart to avoid confusion with sps30-i2c (#9)
0.9.1 - 2018-09-28
- [
added
] Support compiling with C++ (#6) - [
added
] Add Arduino examples (#6)
0.9.0 - 2018-09-20
- Initial SHDLC UART release
- Initial SPS30 release