mirror of
https://github.com/thelsing/knx.git
synced 2025-04-23 01:16:29 +02:00
V2.1.1 (rq queue bugfix)
This commit is contained in:
parent
84a0ce3c22
commit
f606f6da0d
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "knx",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"dependencies": {
|
||||
},
|
||||
"description": "knx stack",
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user