sdkconfig_default_esp32.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_ESP32_H
20 #define SDKCONFIG_DEFAULT_ESP32_H
21 
22 #ifndef DOXYGEN
23 
24 #ifdef __cplusplus
25 extern "C" {
26 #endif
27 
28 #ifndef CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ
29 #define CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ 160
30 #endif
31 
32 #define CONFIG_ESP32_DEBUG_OCDAWARE 1
33 #define CONFIG_ESP32_XTAL_FREQ 0
34 
35 #define CONFIG_BOOTLOADER_OFFSET_IN_FLASH 0x1000
36 #define CONFIG_EFUSE_CODE_SCHEME_COMPAT_3_4 1
37 #define CONFIG_EFUSE_MAX_BLK_LEN 192
38 #define CONFIG_IDF_FIRMWARE_CHIP_ID 0x0000
39 
40 #ifdef __cplusplus
41 }
42 #endif
43 
44 #endif /* DOXYGEN */
45 #endif /* SDKCONFIG_DEFAULT_ESP32_H */