Skip to content

Adding support for stm32 sdhc Zephyr driver #77079

Answered by ndrs-pst
ivanwagner asked this question in General
Discussion options

You must be logged in to vote

In the context of using an SDIO interface with an external chip, such as a Wi-Fi chipset, I observed that Zephyr's codebase includes a driver for Infineon's AIROC Wi-Fi

struct airoc_wifi_data {
struct sd_card card;
struct sdio_func sdio_func1;
struct sdio_func sdio_func2;
struct net_if *iface;

, which seems to be used in combination with, for example, this SDIO driver

static const struct sdhc_driver_api ifx_cat1_sdio_api = {
.reset = ifx_cat1_sdio_reset,
.request = ifx_cat1_sdio_request,
.set_io =

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@ivanwagner
Comment options

@ndrs-pst
Comment options

@ivanwagner
Comment options

@ndrs-pst
Comment options

Answer selected by ivanwagner
@ivanwagner
Comment options

@ndrs-pst
Comment options

@erwango
Comment options

erwango Aug 20, 2024
Collaborator

@facchinm
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants