Adding support for stm32 sdhc Zephyr driver #77079
Answered
by
ndrs-pst
ivanwagner
asked this question in
General
-
Is there any plan on adding support for sdhc on the stm32 platform? |
Beta Was this translation helpful? Give feedback.
Answered by
ndrs-pst
Aug 17, 2024
Replies: 1 comment 10 replies
-
@ivanwagner l think it's already here |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
zephyr/drivers/wifi/infineon/airoc_wifi.h
Lines 15 to 19 in ad3e941
, which seems to be used in combination with, for example, this SDIO driver
zephyr/drivers/sdhc/ifx_cat1_sdio.c
Lines 306 to 315 in ad3e941