Loading...
Searching...
No Matches
sdkconfig_default_esp32c3.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2022 Gunar Schorcht
3 *
4 * This file is subject to the terms and conditions of the GNU Lesser
5 * General Public License v2.1. See the file LICENSE in the top level
6 * directory for more details.
7 */
8
19#ifndef SDKCONFIG_DEFAULT_ESP32C3_H
20#define SDKCONFIG_DEFAULT_ESP32C3_H
21
22#ifndef DOXYGEN
23
24#ifdef __cplusplus
25extern "C" {
26#endif
27
28#ifndef CONFIG_ESP32C3_DEFAULT_CPU_FREQ_MHZ
29#define CONFIG_ESP32C3_DEFAULT_CPU_FREQ_MHZ 160
30#endif
31
32#define CONFIG_ESP32C3_DEBUG_OCDAWARE 1
33#define CONFIG_ESP32C3_REV_MIN 3
34
35#define CONFIG_BOOTLOADER_OFFSET_IN_FLASH 0x0
36#define CONFIG_EFUSE_MAX_BLK_LEN 256
37#define CONFIG_IDF_FIRMWARE_CHIP_ID 0x0005
38
39#define CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG 1
40
41#ifdef __cplusplus
42}
43#endif
44
45#endif /* DOXYGEN */
46#endif /* SDKCONFIG_DEFAULT_ESP32C3_H */