spi_slave: support spi slave hd append mode on chips other than s2

This commit is contained in:
wanlei
2022-12-08 20:15:58 +08:00
parent bd87e61e6f
commit 66ca403bc6
7 changed files with 218 additions and 180 deletions
@@ -163,6 +163,7 @@ void app_main(void)
ESP_ERROR_CHECK(receiver(essl));
ESP_ERROR_CHECK(sender(essl));
ESP_LOGI("Append", "Example done.");
ESP_ERROR_CHECK(essl_spi_deinit_dev(essl));
ESP_ERROR_CHECK(spi_bus_remove_device(spi));