sdkconfig_default_esp32s2.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2022 Gunar Schorcht
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
18 #ifndef DOXYGEN
19 
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23 
24 #ifndef CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ
25 # define CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ 160
26 #endif
27 
28 #define CONFIG_XTAL_FREQ 40
29 
30 #define CONFIG_ESP_DEBUG_OCDAWARE 1
31 
32 #define CONFIG_BOOTLOADER_OFFSET_IN_FLASH 0x1000
33 #define CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V 1
34 #define CONFIG_EFUSE_MAX_BLK_LEN 256
35 #define CONFIG_IDF_FIRMWARE_CHIP_ID 0x0002
36 #define CONFIG_MMU_PAGE_SIZE 0x10000
37 
38 #ifdef __cplusplus
39 }
40 #endif
41 
42 #endif /* DOXYGEN */