Commit 12035a76 authored by Johny Mattsson's avatar Johny Mattsson Committed by J Mattsson
Browse files

Upgrade to IDF v5.0.2

With minor update required to our spi module.
parent 1400d7bc
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
# SPI Bus # SPI Bus
The ESP32 contains 4 SPI bus hosts called `SPI`, `SPI1`, `HSPI`, and `VSPI`. `SPI` is locked to flash communication and is not available for the application. `SPI1` is currently also tied to flash support, but might be available in the future. Applications can currently only use the `HSPI` and `VSPI` hosts. The ESP32 contains 4 SPI bus hosts called `SPI`, `SPI1`, `HSPI`, and `VSPI`. `SPI` is locked to flash communication and is not available for the application. `SPI1` is currently also tied to flash support, but might be available in the future. Applications can currently only use the `HSPI` and `VSPI` hosts.
On later models in the ESP32 series, the SPI hosts are simply referred to by number, and are available here as `spi.SPI1`, `spi.SPI2` and (if present) `spi.SPI3`.
The host signals can be mapped to any suitable GPIO pins. The host signals can be mapped to any suitable GPIO pins.
!!! note !!! note
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment