Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
sdkconfig_default_esp32s2.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_ESP32S2_H
20
#define SDKCONFIG_DEFAULT_ESP32S2_H
21
22
#ifndef DOXYGEN
23
24
#ifdef __cplusplus
25
extern
"C"
{
26
#endif
27
28
#ifndef CONFIG_ESP32S2_DEFAULT_CPU_FREQ_MHZ
29
#define CONFIG_ESP32S2_DEFAULT_CPU_FREQ_MHZ 160
30
#endif
31
32
#define CONFIG_ESP32S2_DEBUG_OCDAWARE 1
33
34
#define CONFIG_BOOTLOADER_OFFSET_IN_FLASH 0x1000
35
#define CONFIG_EFUSE_MAX_BLK_LEN 256
36
#define CONFIG_IDF_FIRMWARE_CHIP_ID 0x0002
37
38
#ifdef __cplusplus
39
}
40
#endif
41
42
#endif
/* DOXYGEN */
43
#endif
/* SDKCONFIG_DEFAULT_ESP32S2_H */
Generated on Mon Nov 18 2024 19:11:24 by
1.9.8