driver: sdhc: ESP32 pinctrl config for SDHC
Additional LL files for SDHC driver, as well as pinctrl configuration
Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
To Reproduce
Steps to reproduce the behavior:
have a out-of-tree or downstream project with Zephyr as module
have a local west workspace for at least unchanged since 29. April
run west update
See error
Expected behavior
west update without any error. Sane update the references in hal_espressif.
Impact
Can't participate from last fixes / changes on Espressif HAL.
Environment (please complete the following information):
Simple change the SHA1 in Zephyr's west manifest from e554857b07d54e2152c6f1a9b39da6d6c13fe7f7 to c49581173bab8625d1f08d5c41d5a186afc240b3 that was committed yesterday.
Describe the bug
Actually, with the detached SHA1
e554857
from Zephyr's west manifest,west update
runs into the following error:Isn't that the wrong SHA1 https://github.com/zephyrproject-rtos/hal_espressif/commit/e554857b07d54e2152c6f1a9b39da6d6c13fe7f7 ?:
https://github.com/zephyrproject-rtos/zephyr/blob/ea995f6378f7f6a6f8b6b1f7df29e0af7437f7a1/west.yml#L155
In the
hal_espressif
branchzephyr
on head is SHA1 https://github.com/zephyrproject-rtos/hal_espressif/commit/c49581173bab8625d1f08d5c41d5a186afc240b3. Both SHA1 refer to the commit:To Reproduce
Steps to reproduce the behavior:
west update
Expected behavior
west update
without any error. Sane update the references inhal_espressif
.Impact
Can't participate from last fixes / changes on Espressif HAL.
Environment (please complete the following information):
Additional context
Simple change the SHA1 in Zephyr's west manifest from
e554857b07d54e2152c6f1a9b39da6d6c13fe7f7
toc49581173bab8625d1f08d5c41d5a186afc240b3
that was committed yesterday.