feat(kconfig): Rename "TARGET_PLATFORM_ESPxxx" to "IDF_TARGET_ESPxxx"

This commit is contained in:
Dong Heng
2019-02-15 18:42:24 +08:00
parent 8c2009e4b9
commit 48c160f7e7
20 changed files with 50 additions and 50 deletions

View File

@@ -14,7 +14,7 @@
#include "sdkconfig.h"
#ifdef CONFIG_TARGET_PLATFORM_ESP32
#ifdef CONFIG_IDF_TARGET_ESP32
#include <string.h>
#include "esp_flash_partitions.h"
@@ -91,7 +91,7 @@ esp_err_t esp_partition_table_basic_verify(const esp_partition_info_t *partition
#endif
#ifdef CONFIG_TARGET_PLATFORM_ESP8266
#ifdef CONFIG_IDF_TARGET_ESP8266
#include <stdbool.h>
#include <string.h>