sdkconfig_default_esp32c6.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2025 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 #define CONFIG_ESP32C6_REV_MIN_0 1
25 #define CONFIG_ESP32C6_REV_MIN_FULL 0
26 
27 #ifndef CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ
28 # define CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ 80
29 #endif
30 
31 #define CONFIG_XTAL_FREQ 40
32 
33 #define CONFIG_ESP_DEBUG_OCDAWARE 1
34 
35 #define CONFIG_BOOTLOADER_OFFSET_IN_FLASH 0x0
36 #define CONFIG_EFUSE_MAX_BLK_LEN 256
37 #define CONFIG_IDF_FIRMWARE_CHIP_ID 0x000D
38 #define CONFIG_MMU_PAGE_SIZE 0x8000
39 
40 #define CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG 1
41 
42 #ifdef __cplusplus
43 }
44 #endif
45 
46 #endif /* DOXYGEN */