Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
sdkconfig_default_esp32s3.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 0x0
33
#define CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V 1
34
#define CONFIG_EFUSE_MAX_BLK_LEN 256
35
#define CONFIG_IDF_FIRMWARE_CHIP_ID 0x0009
36
#define CONFIG_MMU_PAGE_SIZE 0x10000
37
38
#define CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG 1
39
40
#ifdef __cplusplus
41
}
42
#endif
43
44
#endif
/* DOXYGEN */
Generated on Sat Sep 20 2025 10:38:59 by
1.9.1