feat(driver_spi): split spi hal component

This commit is contained in:
wanckl
2025-12-01 15:45:38 +08:00
parent b385b6e533
commit 6449181ce0
153 changed files with 387 additions and 519 deletions
@@ -15,6 +15,7 @@
#include "esp_timer.h"
#include "esp_memory_utils.h"
#include "soc/chip_revision.h"
#include "soc/sdmmc_pins.h"
#include "soc/sdmmc_periph.h"
#include "soc/soc_caps.h"
#include "hal/efuse_hal.h"