mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 14:44:32 +02:00
Merge branch 'bugfix/fix_c3_typos' into 'master'
esp32c3: fix typos of c3 path See merge request espressif/esp-idf!13318
This commit is contained in:
@@ -68,7 +68,7 @@
|
|||||||
#include "soc/extmem_reg.h"
|
#include "soc/extmem_reg.h"
|
||||||
#elif CONFIG_IDF_TARGET_ESP32C3
|
#elif CONFIG_IDF_TARGET_ESP32C3
|
||||||
#include "esp32c3/clk.h"
|
#include "esp32c3/clk.h"
|
||||||
#include "esp32s3/rom/cache.h"
|
#include "esp32c3/rom/cache.h"
|
||||||
#include "esp32c3/rom/rtc.h"
|
#include "esp32c3/rom/rtc.h"
|
||||||
#include "soc/extmem_reg.h"
|
#include "soc/extmem_reg.h"
|
||||||
#include "esp_heap_caps.h"
|
#include "esp_heap_caps.h"
|
||||||
|
@@ -56,7 +56,7 @@
|
|||||||
#include "soc/system_reg.h"
|
#include "soc/system_reg.h"
|
||||||
#elif CONFIG_IDF_TARGET_ESP32C3
|
#elif CONFIG_IDF_TARGET_ESP32C3
|
||||||
#include "esp32c3/rtc.h"
|
#include "esp32c3/rtc.h"
|
||||||
#include "esp32s3/rom/cache.h"
|
#include "esp32c3/rom/cache.h"
|
||||||
#include "esp32c3/rom/rtc.h"
|
#include "esp32c3/rom/rtc.h"
|
||||||
#include "soc/cache_memory.h"
|
#include "soc/cache_memory.h"
|
||||||
#include "esp32c3/memprot.h"
|
#include "esp32c3/memprot.h"
|
||||||
@@ -85,16 +85,13 @@
|
|||||||
#if CONFIG_APP_BUILD_TYPE_ELF_RAM
|
#if CONFIG_APP_BUILD_TYPE_ELF_RAM
|
||||||
#if CONFIG_IDF_TARGET_ESP32
|
#if CONFIG_IDF_TARGET_ESP32
|
||||||
#include "esp32/rom/spi_flash.h"
|
#include "esp32/rom/spi_flash.h"
|
||||||
#endif // CONFIG_IDF_TARGET_ESP32
|
#elif CONFIG_IDF_TARGET_ESP32S2
|
||||||
#if CONFIG_IDF_TARGET_ESP32S2
|
|
||||||
#include "esp32s2/rom/spi_flash.h"
|
#include "esp32s2/rom/spi_flash.h"
|
||||||
#endif // CONFIG_IDF_TARGET_ESP32S2
|
#elif CONFIG_IDF_TARGET_ESP32S3
|
||||||
#if CONFIG_IDF_TARGET_ESP32S3
|
|
||||||
#include "esp32s3/rom/spi_flash.h"
|
#include "esp32s3/rom/spi_flash.h"
|
||||||
#endif // CONFIG_IDF_TARGET_ESP32S3
|
#elif CONFIG_IDF_TARGET_ESP32C3
|
||||||
#if CONFIG_IDF_TARGET_ESP32C3
|
|
||||||
#include "esp32c3/rom/spi_flash.h"
|
#include "esp32c3/rom/spi_flash.h"
|
||||||
#endif // CONFIG_IDF_TARGET_ESP32C3
|
#endif
|
||||||
#endif // CONFIG_APP_BUILD_TYPE_ELF_RAM
|
#endif // CONFIG_APP_BUILD_TYPE_ELF_RAM
|
||||||
|
|
||||||
// Set efuse ROM_LOG_MODE on first boot
|
// Set efuse ROM_LOG_MODE on first boot
|
||||||
|
Reference in New Issue
Block a user