mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
Merge branch 'feature/partition_api_new_component_2' into 'master'
Storage: Partition APIs moved to the new component 'esp_partition' Closes IDF-1234 See merge request espressif/esp-idf!20747
This commit is contained in:
@@ -149,6 +149,7 @@ INPUT = \
|
||||
$(PROJECT_PATH)/components/esp_netif/include/esp_netif_types.h \
|
||||
$(PROJECT_PATH)/components/esp_netif/include/esp_netif.h \
|
||||
$(PROJECT_PATH)/components/esp_netif/include/esp_vfs_l2tap.h \
|
||||
$(PROJECT_PATH)/components/esp_partition/include/esp_partition.h \
|
||||
$(PROJECT_PATH)/components/esp_phy/include/esp_phy_init.h \
|
||||
$(PROJECT_PATH)/components/esp_pm/include/$(IDF_TARGET)/pm.h \
|
||||
$(PROJECT_PATH)/components/esp_pm/include/esp_pm.h \
|
||||
@@ -237,7 +238,6 @@ INPUT = \
|
||||
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/uart_channel.h \
|
||||
$(PROJECT_PATH)/components/spi_flash/include/esp_flash_spi_init.h \
|
||||
$(PROJECT_PATH)/components/spi_flash/include/esp_flash.h \
|
||||
$(PROJECT_PATH)/components/spi_flash/include/esp_partition.h \
|
||||
$(PROJECT_PATH)/components/spi_flash/include/spi_flash_mmap.h \
|
||||
$(PROJECT_PATH)/components/spiffs/include/esp_spiffs.h \
|
||||
$(PROJECT_PATH)/components/touch_element/include/touch_element/touch_button.h \
|
||||
|
Reference in New Issue
Block a user