sdkconfig_default_common.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2022 Gunar Schorcht
3  *
4  * This file is subject to the terms and conditions of the GNU Lesser
5  * General Public License v2.1. See the file LICENSE in the top level
6  * directory for more details.
7  */
8 
9 #pragma once
10 
21 #ifndef DOXYGEN
22 
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26 
27 #define CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE 1
28 #define CONFIG_BOOTLOADER_WDT_ENABLE 1
29 #define CONFIG_BOOTLOADER_WDT_TIME_MS 9000
30 #define CONFIG_BOOTLOADER_RESERVE_RTC_SIZE 0x0
31 #define CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT 1
32 
33 #define CONFIG_ESP_CONSOLE_UART 1
34 
35 #define CONFIG_LOG_DEFAULT_LEVEL 3
36 #define CONFIG_LOG_TIMESTAMP_SOURCE_RTOS 1
37 
38 #define CONFIG_PARTITION_TABLE_OFFSET 0x8000
39 #define CONFIG_PARTITION_TABLE_MD5 1
40 
41 #define CONFIG_SPI_FLASH_ROM_DRIVER_PATCH 1
42 
43 #ifdef __cplusplus
44 }
45 #endif
46 
47 #endif /* DOXYGEN */