LoRaWAN: use consistent naming for backend libraries#102035
LoRaWAN: use consistent naming for backend libraries#102035henrikbrixandersen merged 2 commits intozephyrproject-rtos:mainfrom
Conversation
3a167d7 to
8e80d98
Compare
8e80d98 to
ccfcbb1
Compare
6771038
|
Moving this to draft for now because cleaning |
4904587 to
9d33733
Compare
|
alright @martinjaeger @thedjnK @JordanYates I think this is the best we can do so PTAL. The problem is that:
So I'm trying to cleanup a bit this mess by:
|
I think it makes more sense to make the naming consistent now, given the library has only existed for a single release, than leave it forever. I don't believe that the name of CMake libraries falls under breaking API changes, since its not an API people write code against. Either way, LoRa is not currently a stable subsystem. |
Rename the lora_basics_modem backend directory to lora-basics-modem for consistency with the module naming convention. Signed-off-by: Carlo Caione <ccaione@baylibre.com>
9d33733 to
6d3087d
Compare
Makes sense, pushed new revision, thanks. |
|



Rename
drivers/lora/loramac_nodetodrivers/lora/loramac-nodeto align with the module naming convention (modules/loramac-node).Also fix the
lora-basics-modemvslora_basics_modeminconsistencies.