hideakitai / ESP32DMASPI

SPI library for ESP32 which use DMA buffer to send/receive transactions
MIT License
181 stars 37 forks source link

Fix compilation issue on ESP32S2 #25

Closed rozza-m closed 1 year ago

rozza-m commented 2 years ago

ESP32S2 has renamed the SPI peripherals; it can't compile without renaming VSPI to FSPI.

rozza-m commented 2 years ago

Alternatively HSPI would work? https://www.reddit.com/r/esp32/comments/qbil1g/how_do_i_access_spi2_and_spi3_on_an_esp32s2saola/

hideakitai commented 1 year ago

Fixed by https://github.com/hideakitai/ESP32DMASPI/pull/31