ARMmbed / mbed-semtech-lora-rf-drivers

Semtech's LoRa RF drivers for mbed OS
Other
30 stars 25 forks source link

Add Semtech drivers configuration as mbed-os component ? #51

Closed jeromecoutant closed 4 years ago

jeromecoutant commented 4 years ago

Hi

Just wondering why these files are not part of mbed-os ? As COMPONENT for ex ?

Thx

@0xc0170 @MarceloSalazar

0xc0170 commented 4 years ago

I don't recall.

cc @AnttiKauppila

AnttiKauppila commented 4 years ago

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).

jeromecoutant commented 4 years ago

Goal would be to enable LORA in default configuration for DISCO_L072CZ_LRWAN1

and also for coming STM32WL chips

AnttiKauppila commented 4 years ago

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.

jeromecoutant commented 4 years ago

@LMESTM

AnttiKauppila commented 4 years ago

Copyrights should be fine now

jeromecoutant commented 4 years ago

@AnttiKauppila any updates ?

kivaisan commented 4 years ago

PR to include Lora drivers in mbed-os: https://github.com/ARMmbed/mbed-os/pull/12741

kivaisan commented 4 years ago

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"],