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 
19 #ifndef SDKCONFIG_DEFAULT_COMMON_H
20 #define SDKCONFIG_DEFAULT_COMMON_H
21 
22 #ifndef DOXYGEN
23 
24 #ifdef __cplusplus
25 extern "C" {
26 #endif
27 
28 #define CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE 1
29 #define CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V 1
30 #define CONFIG_BOOTLOADER_WDT_ENABLE 1
31 #define CONFIG_BOOTLOADER_WDT_TIME_MS 9000
32 #define CONFIG_BOOTLOADER_RESERVE_RTC_SIZE 0x0
33 #define CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT 1
34 
35 #define CONFIG_ESP_CONSOLE_UART 1
36 
37 #define CONFIG_LOG_DEFAULT_LEVEL 3
38 #define CONFIG_LOG_TIMESTAMP_SOURCE_RTOS 1
39 
40 #define CONFIG_PARTITION_TABLE_OFFSET 0x8000
41 #define CONFIG_PARTITION_TABLE_MD5 1
42 
43 #define CONFIG_SPI_FLASH_ROM_DRIVER_PATCH 1
44 
45 #ifdef __cplusplus
46 }
47 #endif
48 
49 #endif /* DOXYGEN */
50 #endif /* SDKCONFIG_DEFAULT_COMMON_H */