Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
sdkconfig_default_esp32.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2024 Gunar Schorcht
3
* SPDX-License-Identifier: LGPL-2.1-only
4
*/
5
6
#pragma once
7
17
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_CODE_SCHEME_COMPAT_3_4 1
35
#define CONFIG_EFUSE_MAX_BLK_LEN 192
36
#define CONFIG_IDF_FIRMWARE_CHIP_ID 0x0000
37
#define CONFIG_MMU_PAGE_SIZE 0x10000
38
39
#define CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4 1
40
41
#define CONFIG_ESP_INT_WDT 1
42
#define CONFIG_ESP_INT_WDT_TIMEOUT_MS 300
43
#define CONFIG_ESP_INT_WDT_CHECK_CPU 1
44
45
#ifdef __cplusplus
46
}
47
#endif
48
49
#endif
/* DOXYGEN */
Generated on Wed Sep 17 2025 12:11:57 by
1.13.2