sdkconfig_default_esp32c3.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 #define CONFIG_ESP32C3_REV_MIN 3
25 
26 #ifndef CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ
27 # define CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ 160
28 #endif
29 
30 #define CONFIG_XTAL_FREQ 40
31 
32 #define CONFIG_ESP_DEBUG_OCDAWARE 1
33 
34 #define CONFIG_BOOTLOADER_OFFSET_IN_FLASH 0x0
35 #define CONFIG_EFUSE_MAX_BLK_LEN 256
36 #define CONFIG_IDF_FIRMWARE_CHIP_ID 0x0005
37 #define CONFIG_MMU_PAGE_SIZE 0x10000
38 
39 #define CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG 1
40 
41 #ifdef __cplusplus
42 }
43 #endif
44 
45 #endif /* DOXYGEN */