Commit Graph

563 Commits

Author SHA1 Message Date
Ing-Dom
cacbd9f175 add rp2040 build environment to knx-demo example for both example project and ci 2024-02-26 12:40:29 +01:00
Ing-Dom
9d7c8acde6 update library.properties to V2.0.0 2024-02-13 09:38:51 +01:00
Cornelius Köpp
a12ff2dcf8 Merge remote-tracking branch 'origin/master' into devel
# Conflicts:
#	src/knx/group_object.cpp
2024-02-12 10:24:12 +01:00
thelsing
57b5b05ce1
Merge pull request #272 from OpenKNX/feature/set-value-and-check-change
Allow Setting Value of Group-Object with Checking for Modification of Converted Value
2024-02-12 08:54:21 +01:00
thelsing
969b4c441e
Merge pull request #271 from OpenKNX/fix/dpt13_int32t
fixes the dpt13 converting
2024-02-12 08:52:46 +01:00
Marco Scholl
9ab6b6c51a
Merge pull request #20 from OpenKNX/openknx/fix/pipeline_knxusb 2024-01-31 07:13:55 +01:00
Dom
5521e4bb53
Merge branch 'thelsing:master' into devel 2024-01-30 12:27:34 +01:00
Ing-Dom
defffbd573 fix build pipeline errors
custom_hwids.py was never executed in the ci pipeline, but the missing script was just a warning. With Plattform I/O Core 6.1.11 missing scripts are errors, so the pipeline fails.
2024-01-30 10:49:26 +01:00
Cornelius Köpp
1f426e9203 Update for New Uninitialized-Handling 2024-01-24 21:54:08 +01:00
Cornelius Köpp
f5f45e2ce1 Allow Setting Value of GroupObject (KO) with Checking Change after Conversion by valueNoSendCompare(..)
* Return if Value was Changed
* Always Set the First Value
* Copy on Changes Only
* Make Comparison Independent of Sending
* Extend Doc of `valueNoSendCompare(..)`; Add Note for using `valueNoSend(..)`
2024-01-24 21:54:07 +01:00
thelsing
52b578091f
Merge pull request #277 from nerdoc/patch-2
replace deprecated CreateKnxProd link with Kaenx-Creator
2024-01-24 18:11:02 +01:00
Christian González
a81aa7f8f2
replace deprecated CreateKnxProd link with Kaenx-Creator 2024-01-23 20:22:31 +01:00
Waldemar Porscha
c6368db8a3 Finalize uninitialized handling 2024-01-18 22:43:31 +01:00
Waldemar Porscha
efe2c46d32 New implementation of Uninitialized state for group object
- old implementation is still there for compatibility reasons
- new implementation reflects the case "uninitialized while transmitting"
- Just states "Updated", "WriteRequest" and "Ok" remove uninitialized state
2024-01-16 00:39:26 +01:00
Cornelius Köpp
0b33f0d67e Fix Error Detected in Pipeline: Build knx-demo 2024-01-07 20:18:02 +01:00
Cornelius Köpp
e9541a9e76 Extend Doc of valueNoSendCompare(..); Add Note for using valueNoSend(..) 2024-01-07 19:55:42 +01:00
Cornelius Köpp
fd887b9df1 Fix: Prevent False-Positive Change-Detection from Undefined Bits in (at least) DPT1 2024-01-07 19:31:08 +01:00
Cornelius Köpp
ee55abd2b9 Allow Setting Value of GroupObject (KO) with Checking Change after Conversion
* Return if Value was Changed
* Always Set the First Value
* Copy on Changes Only
* Make Comparison Independent of Sending
2024-01-07 19:31:06 +01:00
Marco Scholl
50cde2cd0f fixes the dpt13 converting 2024-01-05 15:36:25 +01:00
thelsing
c8685facac
Merge pull request #270 from mgeramb/FixBuildErrorIfKNX_NETIFisNotDefined
Fix build error for missing variable if KNX_NETIF is not defined
2024-01-02 20:16:12 +01:00
Michael Geramb
4cd733b86d Fix build error for missing variable if KNX_NETIF is not defined 2024-01-02 19:37:52 +01:00
thelsing
4deead3342
Merge pull request #269 from mgeramb/FixRP2040UARTPinHandling
Fix for RP2040 UART pin handling: Setting of uart pins moved setupUart
2024-01-02 15:20:37 +01:00
Michael Geramb
c1691b7e81 Fix for RP2040 UART pin handling: Setting of uart pins moved setupUart method. 2023-12-31 14:25:24 +01:00
thelsing
7215f470af
Merge pull request #264 from OpenKNX/feature_activitycallback
Add activity callback function
2023-12-26 21:24:55 +01:00
Ing-Dom
142e0a2325 fixing issues from PR review 2023-12-26 13:48:50 +01:00
thelsing
946d116e63
Merge pull request #267 from OpenKNX/rp2040_ip_merge2
IP support for RP2040 plattform
2023-12-26 13:13:03 +01:00
thelsing
a1b7e5d459
Merge pull request #268 from mgeramb/setUartPins
Allow to set uart pins for RP2040 and ESP32 platform
2023-12-26 13:11:07 +01:00
Michael Geramb
ddd8284578 Allow to set uart pins for RP2040 and ESP32 platform 2023-12-25 19:45:52 +01:00
Ing-Dom
311abdd88f redesigned the activitycallback without using the facade and with a more flexible approach.
For performace reasons, the calls in the actual link layer is only activated when KNX_ACTIVITYCALLBACK is defined.

There is now a DataLinkLayerCallback class where a specific Bau *can* inherit from and - if the specific link layer supports it, pass itself to that linklayer(s).
2023-12-25 16:34:40 +01:00
Ing-Dom
470ec8b521 this adds IP (WiFi and wired Ethernet) support to the rp2040 platform.
It includes also some optimizations for KNX-IP in general.

Squashed commit of the following:

commit 14bf9bef25ccc2c9bddefe7c8f1e0f6b1d63b3bc
Author: Ing-Dom <dom@ing-dom.de>
Date:   Sun Dec 24 10:17:05 2023 +0100

    clean up, remove KNX_LOG_IP

commit 57223e46e414010662772989c2520cf1960ed268
Merge: 2911448 a870dd8
Author: Ing-Dom <dom@ing-dom.de>
Date:   Sun Dec 24 10:10:19 2023 +0100

    Merge remote-tracking branch 'remotes/origin/master' into rp2040_ip

commit 2911448d22a454aacae472762677381acce6a159
Merge: 8ac6aec 3c29d16
Author: Dom <dom@ing-dom.de>
Date:   Wed Dec 20 10:04:32 2023 +0100

    Merge pull request #13 from OpenKNX/fix_serialnumber

    Fix serialnumber

commit 8ac6aeccce20a9e5e1bbf5300008a72383f7ee71
Author: Ing-Dom <dom@ing-dom.de>
Date:   Thu Dec 14 12:28:02 2023 +0100

    fix macAddress reading for Wifi

commit 9db2cd58708e9d7bbfd485ada2ff38c829447c42
Author: Ing-Dom <dom@ing-dom.de>
Date:   Tue Dec 12 13:08:53 2023 +0100

    remove LARGE_BUFFERS and clean up header files of ETHERNET_GENERIC

commit 2f229ae90c6f72e01c2a9b9efe134f75fc85547c
Author: Ing-Dom <dom@ing-dom.de>
Date:   Tue Dec 12 00:56:32 2023 +0100

    temporary fix, solution needed for tunneling

commit f6e7e619a454f43db10e644b41c58b43a1a2b453
Author: Ing-Dom <dom@ing-dom.de>
Date:   Mon Dec 11 13:54:26 2023 +0100

    unified approach for different ip stacks with rp2040 plattform

commit 4723edab84986bca6d31ea7b3083b1b7b8ef907e
Author: Marco Scholl <develop@marco-scholl.de>
Date:   Mon Dec 11 08:34:25 2023 +0100

    wip

commit 5bf3e615c8649dd9c34be7b1fe6ad4062ce96c34
Author: Ing-Dom <dom@ing-dom.de>
Date:   Thu Dec 7 14:53:42 2023 +0100

    ip and not ip in one rp2040 plattform

commit aaca34a237686c5389888b7bd040b860331bdbff
Merge: fd97f59 d44606d
Author: Dom <dom@ing-dom.de>
Date:   Wed Dec 6 15:30:17 2023 +0100

    Merge branch 'thelsing:master' into rp2040_lwip

commit fd97f5920ef486ca955f5425cbcaec062e3ef977
Author: Marco Scholl <develop@marco-scholl.de>
Date:   Thu Nov 30 23:19:13 2023 +0100

    dd sime ifdef to allow build without ip interface

commit c665a79db9cee7063dd77a155108633db81ef8e8
Author: Ing-Dom <dom@ing-dom.de>
Date:   Tue Nov 14 10:03:48 2023 +0100

    stub for handling SearchRequestExt to prevent console messages

commit 50745be66681616681f67d7bdf17008f5d19640d
Author: Ing-Dom <dom@ing-dom.de>
Date:   Tue Nov 14 00:02:49 2023 +0100

    adding ip support for rp2040 plattform
2023-12-24 10:20:23 +01:00
thelsing
a870dd812d
Merge pull request #265 from OpenKNX/fix_serialnumber
fixes the serial number handling
2023-12-20 22:45:17 +01:00
Marco Scholl
3c29d16450 fix IndividualAddressSerialNumberReadResponse 2023-12-20 09:35:29 +01:00
Marco Scholl
38300f7e0d Revert "fix serialNumberReadResponse"
This reverts commit 9f28f8efd2.
2023-12-20 09:24:29 +01:00
Ing-Dom
53842ad0c5 Add the possibility to have a callback function signaling knx activity (for e.g. flashing LEDs)
Can be enabled with KNX_ACTIVITYCALLBACK

# Conflicts:
#	src/knx/ip_data_link_layer.cpp
2023-12-17 14:53:50 +01:00
thelsing
d44606df72
Merge pull request #262 from OpenKNX/fix_serialreadnumberresponse
fix serialNumberReadResponse
2023-12-06 13:30:53 +01:00
thewhobox
9f28f8efd2 fix serialNumberReadResponse 2023-12-01 20:25:58 +01:00
thelsing
e602b59fe3
Merge pull request #261 from OpenKNX/remove-byteorder-rp2040
remove byteorder macros for rp2040 platform
2023-11-03 14:50:48 +01:00
Marco Scholl
354e5f56bb remove byteorder macros for rp2040 platform as they are already included in lwip 2023-10-25 13:03:17 +02:00
thelsing
f8f34c5994
Merge pull request #259 from OpenKNX/fixes--increase-kFunctionPropertyResultBufferMaxSize
increase kFunctionPropertyResultBufferMaxSize to 0xFF
2023-09-20 21:51:36 +02:00
Marco Scholl
f89a3919e4 increase kFunctionPropertyResultBufferMaxSize to 0xFF 2023-09-14 19:55:20 +02:00
thelsing
43ed529115
Update conf.py 2023-09-09 21:31:37 +02:00
thelsing
cf09bcd128
Update .readthedocs.yaml 2023-09-09 21:16:48 +02:00
thelsing
6eba663035
Create .readthedocs.yaml 2023-09-09 21:13:09 +02:00
thelsing
4c16a38803
Merge pull request #256 from OpenKNX/add-flash-callback
add support for external flash system by using callbacks
2023-08-28 15:27:58 +02:00
Marco Scholl
3202b33fcb
add support for external flash system by using callbacks 2023-08-25 22:42:32 +02:00
thelsing
15bf1c0a9d
Merge pull request #257 from OpenKNX/devel
FIX: float16ToPayload
2023-08-25 15:22:16 +02:00
Waldemar Porscha
fd952c817e soved merge problem 2023-08-24 10:49:55 +02:00
Waldemar Porscha
a5c79214e3 Improved float16ToPayload correction 2023-08-24 10:43:21 +02:00
Waldemar Porscha
9c4e5d259a FIX: float16ToPayload
- all DPT9 numbers of the form (2^n)/100, n>10 (first value is 20.48) were converted to a payload of 0
- in other words: 20.48; 40.96; 81.92; etc. were send as 0!
2023-08-22 11:28:10 +02:00
thelsing
6dda682fa7
Merge pull request #253 from OpenKNX/feature/dpt-14-80
Add Support for DPT 14.080 (`DPT_Value_ApparentPower`)
2023-08-09 10:28:38 +02:00