-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Initial Pico/2 W Bazel support #2049
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
Initial Pico/2 W Bazel support #2049
Conversation
Improves compatibility with Pico W and Pico 2 W by fixing issues that prevented correct linking of wireless libraries.
Okay, marking this as ready for review since it's a pretty big step forward now. I've gotten BLE and Wifi examples working in pico-examples, I'm totally down to send out a PR for that later. There's still a little more to go:
|
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.
thx
@armandomontanez, do you have
where Happy to open an issue if that's preferred |
Try setting I was testing against a bunch of the examples in pico-examples, I just put up a draft PR here: raspberrypi/pico-examples#587 |
I filed #2139 to leave a breadcrumb. |
Thanks for the tips. I tried adding |
I have it building now from my toy examples as well. My last issue was unrelated; |
Builds out initial Bazel support for Pico W wireless libraries. With these changes, it's now possible to produce working Wifi and Bluetooth applications for Pico W boards.