-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'thelsing/master' into fix/group-object-…
…setting-invalid-value--thelsing/master # Conflicts: # src/knx/group_object.cpp
- Loading branch information
Showing
832 changed files
with
88,167 additions
and
58,571 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
cmake_policy(SET CMP0048 NEW) | ||
cmake_minimum_required(VERSION 3.16) | ||
project(knx VERSION 1.5) | ||
|
||
|
||
add_subdirectory(examples/knx-linux) | ||
add_subdirectory(examples/knx-linux-coupler) | ||
add_subdirectory(examples/knxPython) | ||
add_subdirectory(examples/knxPython) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,10 @@ | ||
# knx | ||
|
||
This is a fork of the thelsing/knx stack from Thomas Kunze for and by the OpenKNX Team. | ||
|
||
While we did not remove support for any plattform, the testing focus is on RP2040 (main), ESP32 (experimental) and SAMD21(deprecated). | ||
|
||
This projects provides a knx-device stack for arduino (ESP8266, ESP32, SAMD21, RP2040, STM32), CC1310 and linux. (more are quite easy to add) | ||
It implements most of System-B specification and can be configured with ETS. | ||
The necessary knxprod-files can be generated with the [Kaenx-Creator](https://github.com/OpenKNX/Kaenx-Creator) tool. | ||
|
||
Generated documentation can be found [here](https://knx.readthedocs.io/en/latest/). | ||
|
||
## Usage | ||
See the examples for basic usage options | ||
|
||
|
||
## Changelog | ||
|
||
### 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 | ||
- fix some issues with continous integration causing github actions to fail | ||
- added rp2040 plattform to knx-demo example | ||
- added bool GroupObject::valueCompare method for only sending the value when it has changed | ||
|
||
### V2.0.0 - 2024-02-13 | ||
- first OpenKNX version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ | |
* @example knx-demo.ino | ||
* @example knx-hdc1008.ino | ||
* @example knx-bme680.ino | ||
* | ||
* | ||
**/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
exhale | ||
breathe | ||
sphinx>=2.1.2 | ||
sphinx>=2.1.2 | ||
sphinx-rtd-theme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.