Almir Okato | d532029 | 2021-06-18 02:00:40 -0300 | [diff] [blame^] | 1 | /* |
2 | * Copyright (c) 2021 Espressif Systems (Shanghai) Co., Ltd. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: Apache-2.0 | ||||
5 | */ | ||||
6 | |||||
7 | #define BOOTLOADER_BUILD 1 | ||||
8 | #define CONFIG_IDF_TARGET_ESP32S2 1 | ||||
9 | #define CONFIG_SPI_FLASH_ROM_DRIVER_PATCH 1 | ||||
10 | #define CONFIG_ESP32S2_XTAL_FREQ 40 | ||||
11 | #define CONFIG_MCUBOOT 1 | ||||
12 | #define NDEBUG 1 | ||||
13 | #define CONFIG_BOOTLOADER_WDT_TIME_MS 9000 | ||||
14 | #define CONFIG_ESP_CONSOLE_UART_BAUDRATE 115200 | ||||
15 | #define CONFIG_BOOTLOADER_OFFSET_IN_FLASH 0x1000 |