mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
host tests: correct definition of CONFIG_SPI_FLASH_USE_LEGACY_IMPL
This commit is contained in:
@@ -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
|
||||||
|
@@ -18,4 +18,5 @@
|
|||||||
|
|
||||||
#define CONFIG_ESPTOOLPY_FLASHSIZE "8MB"
|
#define CONFIG_ESPTOOLPY_FLASHSIZE "8MB"
|
||||||
//currently use the legacy implementation, since the stubs for new HAL are not done yet
|
//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
|
||||||
|
|
||||||
|
@@ -5,5 +5,5 @@
|
|||||||
#define CONFIG_PARTITION_TABLE_OFFSET 0x8000
|
#define CONFIG_PARTITION_TABLE_OFFSET 0x8000
|
||||||
#define CONFIG_ESPTOOLPY_FLASHSIZE "8MB"
|
#define CONFIG_ESPTOOLPY_FLASHSIZE "8MB"
|
||||||
//currently use the legacy implementation, since the stubs for new HAL are not done yet
|
//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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user