Skip to content

pico-sdk to 1.5.0; cyw43-driver to 0.9.0 #7697

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

Merged
merged 1 commit into from
Mar 9, 2023

Conversation

dhalbert
Copy link
Collaborator

@dhalbert dhalbert commented Mar 9, 2023

  • Fixes Update pico-sdk to 1.5.0 (or whatever is latest) #7595.

  • Fixes Update CYW43 driver to latest #7596.

  • Update pico-sdk to 1.5.0. There was some renaming of directories in the cyw43 part of the tree.
    There is a new pico_rand API which we might use for os.urandom in the future. The network code is already using it. There is also a new "async contexts" API which could also be helpful. Right now these are compiled in only for CYW43 support.

  • Update cyw43-driver to the latest version, and switching https://github.com/georgerobotics/cyw43-driver instead of our fork. Our fork had disabled mDNS by removing some code -- that code is gone in the latest upstream version, so we don't need the fork.

  • The CYW43 firmware blobs are now stored in .h files instead of .bin, so I could remove some special targets in the Makefile.

Tested with simple network programs on Pico W. I had trouble with web workflow, but I reproduced the same trouble with 8.1.0-beta.0, before this change, so that's a separate issue.

@dhalbert dhalbert requested review from tannewt and jepler March 9, 2023 15:40
Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@tannewt tannewt merged commit fe40035 into adafruit:main Mar 9, 2023
@dhalbert dhalbert deleted the pico-sdk-cyw43-update branch March 9, 2023 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update CYW43 driver to latest Update pico-sdk to 1.5.0 (or whatever is latest)
2 participants