2022-02-22 00:09:24 +03:00
|
|
|
/*
|
|
|
|
* SPDX-FileCopyrightText: 2016-2022 Espressif Systems (Shanghai) CO LTD
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
2018-06-21 16:51:44 +08:00
|
|
|
#pragma once
|
2019-06-19 15:31:47 +08:00
|
|
|
#define CONFIG_IDF_TARGET_ESP32 1
|
2018-06-21 16:51:44 +08:00
|
|
|
#define CONFIG_WL_SECTOR_SIZE 4096
|
|
|
|
#define CONFIG_LOG_DEFAULT_LEVEL 3
|
|
|
|
#define CONFIG_PARTITION_TABLE_OFFSET 0x8000
|
|
|
|
#define CONFIG_ESPTOOLPY_FLASHSIZE "8MB"
|
2019-01-08 18:29:25 +08:00
|
|
|
//currently use the legacy implementation, since the stubs for new HAL are not done yet
|
2019-06-19 21:24:51 +08:00
|
|
|
#define CONFIG_SPI_FLASH_USE_LEGACY_IMPL 1
|
2022-06-01 10:14:48 +08:00
|
|
|
#define CONFIG_MMU_PAGE_SIZE 0X10000 // 64KB
|