Implement the radio driver in dev/radio.h for the SX1262 on the keystone platform. Doing so will allow the LoRa radio to be available to the netstack with:
#define NETSTACK_CONF_RADIO=sx126x_lora_driver
Note it could be possible to use the sx1262 as an FSK modem as well for traditional 802.15.4g applications; that might be called: sx1262_fsk_driver. We don't support that however; the CC1352 radio is used for FSK purposes.
Implement the radio driver in
dev/radio.h
for the SX1262 on the keystone platform. Doing so will allow the LoRa radio to be available to the netstack with:#define NETSTACK_CONF_RADIO=sx126x_lora_driver
Note it could be possible to use the sx1262 as an FSK modem as well for traditional 802.15.4g applications; that might be called: sx1262_fsk_driver. We don't support that however; the CC1352 radio is used for FSK purposes.