V2.1.1 (rq queue bugfix)

This commit is contained in:
Ing-Dom 2024-09-16 20:45:41 +02:00
parent 84a0ce3c22
commit f606f6da0d
3 changed files with 5 additions and 2 deletions

View File

@ -15,6 +15,9 @@ See the examples for basic usage options
## Changelog
### V2.1.1 - 2024-09-16
- fix minor bug in TP-Uart Driver (RX queue out of boundary)
### V2.1.0 - 2024-07-03
- complete rework of the TPUart DataLinkLayer with support interrupt-based handling and optimized queue handling
- added DMA support for RP2040 platform

View File

@ -1,6 +1,6 @@
{
"name": "knx",
"version": "2.1.0",
"version": "2.1.1",
"dependencies": {
},
"description": "knx stack",

View File

@ -1,5 +1,5 @@
name=knx
version=2.1.0
version=2.1.1
author=Thomas Kunze, the OpenKNX Team, et. al.
maintainer=OpenKNX Team
sentence=knx stack