Merge branch 'feat/split_esp_hal_spi_component' into 'master'

feat(driver_spi): split spi hal component

Closes IDF-14094

See merge request espressif/esp-idf!43890
This commit is contained in:
Wan Lei
2025-12-12 12:06:31 +08:00
153 changed files with 387 additions and 519 deletions
+1 -1
View File
@@ -168,6 +168,7 @@ INPUT = \
$(PROJECT_PATH)/components/esp_hal_gpio/include/hal/gpio_types.h \
$(PROJECT_PATH)/components/esp_hal_gpio/include/hal/rtc_io_types.h \
$(PROJECT_PATH)/components/esp_hal_gpio/include/hal/sdm_types.h \
$(PROJECT_PATH)/components/esp_hal_gpspi/include/hal/spi_types.h \
$(PROJECT_PATH)/components/esp_hal_timg/include/hal/timer_types.h \
$(PROJECT_PATH)/components/esp_hal_i2c/include/hal/i2c_types.h \
$(PROJECT_PATH)/components/esp_hal_i2s/include/hal/i2s_types.h \
@@ -267,7 +268,6 @@ INPUT = \
$(PROJECT_PATH)/components/hal/include/hal/ledc_types.h \
$(PROJECT_PATH)/components/hal/include/hal/mcpwm_types.h \
$(PROJECT_PATH)/components/hal/include/hal/sdio_slave_types.h \
$(PROJECT_PATH)/components/hal/include/hal/spi_types.h \
$(PROJECT_PATH)/components/hal/include/hal/temperature_sensor_types.h \
$(PROJECT_PATH)/components/hal/include/hal/uart_types.h \
$(PROJECT_PATH)/components/hal/include/hal/efuse_hal.h \