-
Notifications
You must be signed in to change notification settings - Fork 8.5k
drivers: lora: rename loramac_node directory to loramac-node #102035
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
drivers: lora: rename loramac_node directory to loramac-node #102035
Conversation
3a167d7 to
8e80d98
Compare
| set(ZEPHYR_CURRENT_LIBRARY lora-basics-modem) | ||
| else() | ||
| zephyr_library_named(lora_basics_modem) | ||
| zephyr_library_named(lora-basics-modem) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this breaks out of tree users (if someone was using zephyr_library_amend), though I have no suggestion for a way to work around that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, that sucks. Alright then, I'll keep lora_basics_modem but at least I'll fix s/loramac_node/loramac-node, it is a bit unfortunate that the module name for lora-basics-modem will keep to be inconsistent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess if the maintainers think it's unlikely that it's been amended out of tree then the breaking change process could be followed to change it, it's only been in for the 4.3 release. Actually, it's fine to change, 38384e1#diff-c82e5f446b92db2320763180d4890fc1fc4008c8514e1711ecc1d233f72a0312R25-R31 it's listed as experimental so go right ahead
Rename drivers/lora/loramac_node to drivers/lora/loramac-node to align with the module naming convention (modules/loramac-node). Signed-off-by: Carlo Caione <[email protected]>
8e80d98 to
ccfcbb1
Compare
|



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