cyw43: add CYW4373 SDIO support (Murata 2BC module)#5887
Closed
9to1url wants to merge 4 commits intoembassy-rs:mainfrom
Closed
cyw43: add CYW4373 SDIO support (Murata 2BC module)#58879to1url wants to merge 4 commits intoembassy-rs:mainfrom
9to1url wants to merge 4 commits intoembassy-rs:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Cyw4373chip type to thecyw43driver alongside the existingCyw43439try_new_sdio_4373constructor and atry_new_sdiofallible variant forCyw43439embassy-stm32SDMMC/SDIO layer to support the wider bus requirements of CYW4373wifi_scanexample for thestm32h755cm7target with bundled firmware blobsTest plan
wifi_scanexample runs on STM32H755 + Murata 2BC (CYW4373) module and successfully scans for networksCyw43439SPI and SDIO paths are unaffected (no breaking API changes)cargo buildpasses forcyw43andembassy-stm32cratescargo buildpasses forexamples/stm32h755cm7🤖 Generated with Claude Code