mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
We used to manually specify the CS id. However after the SPI bus lock is introduced, the lock is responsible to assign the CS lines and provide the CS id. The esp_flash driver now depends on the ID assigned by the SPI bus lock, the configuration field is deprecated.