Add XIAO Wio-SX1262 overlay; support SX12xx bandwidths (including 62.5 kHz) as default

- boards/seeed/xiao_wio_sx1262: add overlay, .conf, board.yml
- app: support full set of SX12xx bandwidths; default BW set to 62 (62.5 kHz)
- Update Kconfig and prj.conf
- Update lora_modem.h/c for validation and mapping
This commit is contained in:
2026-03-26 13:01:47 +01:00
parent d074cd2e43
commit 45d1364a71
926 changed files with 174514 additions and 26 deletions

View File

@@ -41,9 +41,9 @@ config LORAMODEM_LORA_SF
config LORAMODEM_LORA_BW
int "Bandwidth (kHz)"
default 125
default 62
help
LoRa bandwidth in kHz. Valid values: 125, 250, 500.
LoRa bandwidth in kHz. Supported values include: 7, 10, 15, 20, 31, 41, 62 (62.5 kHz), 125, 200, 250, 400, 500, 800, 1000, 1600.
config LORAMODEM_LORA_CR
int "Coding rate denominator"