LoRa device type + SX1262 kernel driver (first checkpoint) (#565)
Adds sub-GHz radio support to Tactility as a first-class kernel device type, plus a driver for the Semtech SX1262. Continues the radio work discussed in #342, brought up to the current kernel driver model (rather than the deprecated tt::hal layer the earlier prototype targeted).
This commit is contained in:
@@ -84,5 +84,9 @@ dependencies:
|
||||
version: "1.1.4"
|
||||
rules:
|
||||
- if: "target in [esp32s3, esp32p4]"
|
||||
jgromes/radiolib:
|
||||
version: "7.3.0"
|
||||
rules:
|
||||
- if: "target in [esp32, esp32s3, esp32p4]"
|
||||
idf: '5.5.2'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user