mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
Merge branch 'reafactor/esp_hal_i2s' into 'master'
feat(hal): graudate the I2S hal driver into a new component Closes IDF-14078 See merge request espressif/esp-idf!43267
This commit is contained in:
@@ -165,6 +165,7 @@ INPUT = \
|
||||
$(PROJECT_PATH)/components/esp_event/include/esp_event.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 \
|
||||
$(PROJECT_PATH)/components/esp_hal_jpeg/include/hal/jpeg_types.h \
|
||||
$(PROJECT_PATH)/components/esp_hal_lcd/include/hal/lcd_types.h \
|
||||
$(PROJECT_PATH)/components/esp_hal_mspi/include/hal/esp_flash_err.h \
|
||||
@@ -257,7 +258,6 @@ INPUT = \
|
||||
$(PROJECT_PATH)/components/hal/include/hal/color_types.h \
|
||||
$(PROJECT_PATH)/components/hal/include/hal/dac_types.h \
|
||||
$(PROJECT_PATH)/components/hal/include/hal/gpio_types.h \
|
||||
$(PROJECT_PATH)/components/hal/include/hal/i2s_types.h \
|
||||
$(PROJECT_PATH)/components/hal/include/hal/ledc_types.h \
|
||||
$(PROJECT_PATH)/components/hal/include/hal/mcpwm_types.h \
|
||||
$(PROJECT_PATH)/components/hal/include/hal/parlio_types.h \
|
||||
|
||||
@@ -1275,4 +1275,4 @@ I2S Types
|
||||
^^^^^^^^^
|
||||
|
||||
.. include-build-file:: inc/components/esp_driver_i2s/include/driver/i2s_types.inc
|
||||
.. include-build-file:: inc/components/hal/include/hal/i2s_types.inc
|
||||
.. include-build-file:: inc/components/esp_hal_i2s/include/hal/i2s_types.inc
|
||||
|
||||
@@ -1275,4 +1275,4 @@ I2S 类型
|
||||
^^^^^^^^
|
||||
|
||||
.. include-build-file:: inc/components/esp_driver_i2s/include/driver/i2s_types.inc
|
||||
.. include-build-file:: inc/components/hal/include/hal/i2s_types.inc
|
||||
.. include-build-file:: inc/components/esp_hal_i2s/include/hal/i2s_types.inc
|
||||
|
||||
Reference in New Issue
Block a user