-
Notifications
You must be signed in to change notification settings - Fork 93
Addition of LR1110 driver #234
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: master
Are you sure you want to change the base?
Conversation
Hi, this is showing 137,536 lines of changes and a conflicted file. If you're having trouble rebasing you can simply make a fresh checkout and re-apply your changes. Otherwise it's hard for others to see what you're doing. |
yes, remove:
|
Thanks for the suggestion. I have removed the mentioned files and updated the code. Also some changes was made in the mbed-os folder which could not be added to this repository. Therefore, I have created a separate repository for mbed-os library and made the changes. Attached is the link for the same. |
@kvkc97 would you be able to rebase , there should be linear history (no merge commits) as indicated in our guidelines |
I have created a new repo for he code with the latest mbed-os-example-lorawan code. |
The PR is to add LR1110 LoRa Driver for STM32WB55RG controller. The controller was added using custom target (MYTARGET) so as to include QSPI feature. The corresponding peripheral files for the custom target was added in TARGET_MYTARGET folder.
Modifications done for LR1110 driver.
Could you please review and suggest what went wrong. @0xc0170 @paul-szczepanek-arm @jeromecoutant @matthieuantoine