Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
sdkconfig_default_esp32s3.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_ESP32S3_H
20
#define SDKCONFIG_DEFAULT_ESP32S3_H
21
22
#ifndef DOXYGEN
23
24
#ifdef __cplusplus
25
extern
"C"
{
26
#endif
27
28
#ifndef CONFIG_ESP32S3_DEFAULT_CPU_FREQ_MHZ
29
#define CONFIG_ESP32S3_DEFAULT_CPU_FREQ_MHZ 160
30
#endif
31
32
#define CONFIG_ESP32S3_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 0x0009
37
38
#define CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG 1
39
40
#ifdef __cplusplus
41
}
42
#endif
43
44
#endif
/* DOXYGEN */
45
#endif
/* SDKCONFIG_DEFAULT_ESP32S3_H */
Generated on Mon Nov 18 2024 19:11:24 by
1.9.8