Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Openknx merge #289

Merged
merged 59 commits into from
Aug 9, 2024
Merged
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
efe2c46
New implementation of Uninitialized state for group object
Jan 15, 2024
c6368db
Finalize uninitialized handling
Jan 18, 2024
f5f45e2
Allow Setting Value of GroupObject (KO) with Checking Change after Co…
cornelius-koepp Aug 13, 2023
1f426e9
Update for New Uninitialized-Handling
cornelius-koepp Jan 22, 2024
defffbd
fix build pipeline errors
Ing-Dom Jan 30, 2024
5521e4b
Merge branch 'thelsing:master' into devel
Ing-Dom Jan 30, 2024
9ab6b6c
Merge pull request #20 from OpenKNX/openknx/fix/pipeline_knxusb
traxanos Jan 31, 2024
a12ff2d
Merge remote-tracking branch 'origin/master' into devel
cornelius-koepp Feb 12, 2024
9d7c8ac
update library.properties to V2.0.0
Ing-Dom Feb 13, 2024
cacbd9f
add rp2040 build environment to knx-demo example for both example pro…
Ing-Dom Feb 26, 2024
03f55f5
Makes the data link layer accessible from outside
traxanos Feb 26, 2024
f5724c6
Extends the platforms with additional uart methods.
traxanos Feb 27, 2024
6b2ac7e
Adds dma support for rp2040 uart
traxanos Mar 28, 2024
1ee78a4
Reimplementation of the tpuart data link layer
traxanos Mar 28, 2024
8388c79
adds gcc optimize for tp frame
traxanos Mar 29, 2024
cf1b6bc
some bugfixes
traxanos Mar 29, 2024
6884734
fixes the missing processRx() in loop()
traxanos Mar 30, 2024
9d7e29d
auto format
traxanos Mar 30, 2024
7b910eb
small optimizes
traxanos Apr 4, 2024
e65afeb
reenable sendframe handling
traxanos Apr 4, 2024
1754e53
fixes some problems with txqueue
traxanos Apr 8, 2024
97e15c7
remove some debug output.
traxanos Apr 10, 2024
1ef4856
Update platformio-ci.ini
Ing-Dom Apr 22, 2024
7cbc0d8
Merge pull request #21 from OpenKNX/features/add_rp2040_to_demo
Ing-Dom Apr 23, 2024
f94bd0b
allow to change MAX_TX_QUEUE
traxanos May 19, 2024
a330699
Add function to group object to send a value only if it was changed.
Apr 17, 2024
9de8591
Merge pull request #23 from mgeramb/addValueCompareFunction
Ing-Dom May 21, 2024
06e0365
Merge branch 'v1dev-tp2' into v1dev
traxanos May 21, 2024
2adac5e
fix: resets stats
traxanos May 23, 2024
a645575
support detect acks with busy + nack and show in monitoring
traxanos May 23, 2024
6eb7af7
flag also repeated telegrams as echoed / own telegrams
Ing-Dom Jun 2, 2024
4f0e47f
drop unexpected udp data packet length
traxanos Jun 3, 2024
acf4a0b
remove annoying file
thewhobox Jun 3, 2024
e69f636
Release V2.1.0
Ing-Dom Jul 3, 2024
12fb67c
fix: only set pinMode of Prog button pin when pin is >= 0 and isr fun…
Ing-Dom Jul 17, 2024
093ae42
String \0 terminated in group objects (#25)
mgeramb Jul 20, 2024
d0b5e84
remove generic ethernet support on rp2040. uses now KNX_IP_LAN or KNX…
traxanos Jul 20, 2024
194de33
update rp2040 plattform version in examples and ci
Ing-Dom Jul 22, 2024
7f11927
Better Routing and new Tunneling Support (#26)
Ing-Dom Jul 29, 2024
84a0ce3
fixes modulo in rx queue
traxanos Aug 3, 2024
845aa38
Merge branch 'v1' into v1dev
traxanos Aug 3, 2024
f0cd44c
add DPT 27.001
mgeramb Aug 7, 2024
b2bcba7
Merge pull request #27 from mgeramb/add_DPT17.001
traxanos Aug 7, 2024
27ef9ee
cmake changes
thelsing Aug 9, 2024
85ac27a
add rp2040 build environment to knx-demo example for both example pro…
Ing-Dom Feb 26, 2024
f676cd2
Merge commit '06e0365' into openknx-merge
thelsing Aug 9, 2024
9a88b48
merge
thelsing Aug 9, 2024
934d9ca
translate german comments with deepL
thelsing Aug 9, 2024
2b11ecc
Merge branch 'master' into openknx-merge
thelsing Aug 9, 2024
5ddbff2
Merge commit '093ae42' into openknx-merge
thelsing Aug 9, 2024
dd5367e
lib props
thelsing Aug 9, 2024
ee4d4ba
Merge commit '7f11927' into openknx-merge
thelsing Aug 9, 2024
2043141
Merge commit 'b2bcba7' into openknx-merge
thelsing Aug 9, 2024
5ac8581
Merge branch 'master' of https://github.com/thelsing/knx
thelsing Aug 9, 2024
82f0774
Merge branch 'master' into openknx-merge
thelsing Aug 9, 2024
8480891
del files
thelsing Aug 9, 2024
7c85635
fix build
thelsing Aug 9, 2024
5293dd8
no more warnings
thelsing Aug 9, 2024
af96a76
empty lines
thelsing Aug 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adds dma support for rp2040 uart
traxanos committed Mar 28, 2024
commit 6b2ac7e50bccd468deba31ebafac68be72d0f3c8
Loading