Skip to content

Commit

Permalink
Fix: device profile for OpenDTU Fusion with W5500 (#1259)
Browse files Browse the repository at this point in the history
* explicitly disable NRF24 when using CMT + W5500. fixes #1257.
* explicitly disable CMT when using NRF + W5500
* added missing LED mapping for W5500 profiles
  • Loading branch information
vaterlangen committed Sep 16, 2024
1 parent 8ff94e7 commit 27f5a94
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/DeviceProfiles/opendtu_fusion.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,18 @@
"en": 38,
"cs": 37
},
"cmt": {
"clk": -1,
"cs": -1,
"fcs": -1,
"sdio": -1,
"gpio2": -1,
"gpio3": -1
},
"led": {
"led0": 17,
"led1": 18
},
"w5500": {
"sclk": 39,
"mosi": 40,
Expand All @@ -208,6 +220,14 @@
},
{
"name": "OpenDTU Fusion v2 with CMT2300A and W5500 ethernet",
"nrf24": {
"miso": -1,
"mosi": -1,
"clk": -1,
"irq": -1,
"en": -1,
"cs": -1
},
"cmt": {
"clk": 6,
"cs": 4,
Expand All @@ -216,6 +236,10 @@
"gpio2": 3,
"gpio3": 8
},
"led": {
"led0": 17,
"led1": 18
},
"w5500": {
"sclk": 39,
"mosi": 40,
Expand Down

0 comments on commit 27f5a94

Please sign in to comment.