-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
RP2: Enable bluetooth support and add Nimble port. #7561
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
Conversation
1791d63
to
89380ba
Compare
Codecov Report
@@ Coverage Diff @@
## master #7561 +/- ##
==========================================
+ Coverage 98.27% 98.28% +0.01%
==========================================
Files 154 154
Lines 19994 19994
==========================================
+ Hits 19650 19652 +2
+ Misses 344 342 -2
Continue to review full report at Codecov.
|
89380ba
to
b6a61b3
Compare
I think maybe it was a bad idea to include a change to extmod in the same PR because it triggers a build of all ports. Should I move that to a separate PR ? I need to add a |
b6a61b3
to
adc4051
Compare
c330382
to
87022b4
Compare
@dpgeorge Can I get feedback on this PR ? Would you prefer to keep this BT HCI driver in drivers or a board dir ? Also I have another PR queued up to add networking support to RP2 port, and the WiFi driver for the same module. |
8301bb1
to
e0b3b10
Compare
3b0d77b
to
cb23c04
Compare
cb23c04
to
40b69d0
Compare
40b69d0
to
b6d5765
Compare
* This allows drivers to use mpbthciport functions to read/write/poll uart.
b6d5765
to
4485c3e
Compare
I'm not sure what you mean. What's included in this PR now is nice and clean, there are no drivers. |
4485c3e
to
bf8fc29
Compare
I'm not sure either, I think at some point this also included the WiFi/BT module (Nina) BT HCI driver, then I moved it to another PR. |
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 looks good to go.
No description provided.