]> granicus.if.org Git - esp-idf/commitdiff
host tests: correct definition of CONFIG_SPI_FLASH_USE_LEGACY_IMPL
authorIvan Grokhotkov <ivan@espressif.com>
Wed, 19 Jun 2019 13:24:51 +0000 (21:24 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Tue, 2 Jul 2019 08:10:49 +0000 (10:10 +0200)
components/nvs_flash/test_nvs_host/sdkconfig.h
components/spiffs/test_spiffs_host/sdkconfig/sdkconfig.h
components/wear_levelling/test_wl_host/sdkconfig/sdkconfig.h

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..80ffec301662e66d94530742e76430c497933d1d 100644 (file)
@@ -0,0 +1,2 @@
+//currently use the legacy implementation, since the stubs for new HAL are not done yet
+#define CONFIG_SPI_FLASH_USE_LEGACY_IMPL 1
index 5fd1979b191ab3b133f6c4937af5e92b513dc8f9..f2fbfff6b56ed35e800d8ce3c086f217c8d0d97f 100644 (file)
@@ -18,4 +18,5 @@
 
 #define CONFIG_ESPTOOLPY_FLASHSIZE "8MB"
 //currently use the legacy implementation, since the stubs for new HAL are not done yet
-#define CONFIG_SPI_FLASH_USE_LEGACY_IMPL
+#define CONFIG_SPI_FLASH_USE_LEGACY_IMPL 1
+
index d630f1a8e4cdb284a9db1cf382765f55f95e38f5..0c44e1b77ab1bc12312fef642ec287c19f7058db 100644 (file)
@@ -5,5 +5,5 @@
 #define CONFIG_PARTITION_TABLE_OFFSET 0x8000
 #define CONFIG_ESPTOOLPY_FLASHSIZE "8MB"
 //currently use the legacy implementation, since the stubs for new HAL are not done yet
-#define CONFIG_SPI_FLASH_USE_LEGACY_IMPL
+#define CONFIG_SPI_FLASH_USE_LEGACY_IMPL 1