ARMmbed / mbed-os-example-lorawan

Simple LoRaWAN example application for mbed OS
Apache License 2.0
78 stars 92 forks source link

Pins configured at driver level #206

Closed jeromecoutant closed 3 years ago

jeromecoutant commented 3 years ago

Hi

This development is following https://github.com/ARMmbed/mbed-os/pull/14049

Pins are now defined at driver level. Application just need to override the needed pins.

Note that as DISCO_L072CZ_LRWAN1 is LORA capable by default, specific configuration is removed.

@ludoch-stm

jeromecoutant commented 3 years ago

Hi https://github.com/ARMmbed/mbed-os/pull/14049 is about to be merged. Please review this one

paul-szczepanek-arm commented 3 years ago

Does this supersede https://github.com/ARMmbed/mbed-os-example-lorawan/pull/181 ?

paul-szczepanek-arm commented 3 years ago

I switched the branch for you - on all examples development is the branch used by mbed-os, master is only used by our bots for making releases.

paul-szczepanek-arm commented 3 years ago

Needs ARMmbed/mbed-os#14049 to land first