]> Git Repo - esp-hosted.git/commit - esp_hosted_ng/host/main.c
Allow to specify interrupt pins for spi via module parameters
authorJesse Taube <[email protected]>
Wed, 7 Dec 2022 21:16:52 +0000 (16:16 -0500)
committerJesse Taube <[email protected]>
Sat, 6 Jul 2024 23:17:32 +0000 (19:17 -0400)
commit3af0ee08b3388901a130c63ff4ab7880857dc615
tree686431e36979ab4a9ca642b36bd555ec5b9a5cfd
parentdf7deb53140764ceb5273274a322a04b4107344c
Allow to specify interrupt pins for spi via module parameters

Some people may want to use different pins for
handshake and data ready interrupts. this patch allows setting them with
the module parameters.

Signed-off-by: Jesse Taube <[email protected]>
esp_hosted_ng/host/include/esp_if.h
esp_hosted_ng/host/main.c
esp_hosted_ng/host/sdio/esp_sdio.c
esp_hosted_ng/host/spi/esp_spi.c
esp_hosted_ng/host/spi/esp_spi.h
This page took 0.027484 seconds and 4 git commands to generate.