Closed jeromecoutant closed 4 years ago
I don't recall.
cc @AnttiKauppila
It was a decision made while bringing LoRaWAN stack into Mbed OS 5.7. The reason given was to keep Mbed OS as light-weight as possible (if I remember correctly).
Goal would be to enable LORA in default configuration for DISCO_L072CZ_LRWAN1
and also for coming STM32WL chips
That is a good reason to bring the drivers into Mbed Os. I need to fix one licence header for SX1262 driver, but after that it needs only a PR to be made for Mbed Os.
@LMESTM
Copyrights should be fine now
@AnttiKauppila any updates ?
PR to include Lora drivers in mbed-os: https://github.com/ARMmbed/mbed-os/pull/12741
PR got merged, so closing this issue. In order to use driver corresponding component must be enabled in mbed_app.json. E.g.:
"target.components_add": ["SX126X"],
Hi
Just wondering why these files are not part of mbed-os ? As COMPONENT for ex ?
Thx
@0xc0170 @MarceloSalazar