Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Main Page
Related Pages
Supported Boards
Modules
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Enumerations
Data Structures
Data Structures
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
w
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerator
Related Symbols
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
►
RIOT OS
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
sdkconfig_default_common.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_COMMON_H
20
#define SDKCONFIG_DEFAULT_COMMON_H
21
22
#ifndef DOXYGEN
23
24
#ifdef __cplusplus
25
extern
"C"
{
26
#endif
27
28
#define CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE 1
29
#define CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V 1
30
#define CONFIG_BOOTLOADER_WDT_ENABLE 1
31
#define CONFIG_BOOTLOADER_WDT_TIME_MS 9000
32
#define CONFIG_BOOTLOADER_RESERVE_RTC_SIZE 0x0
33
#define CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT 1
34
35
#define CONFIG_ESP_CONSOLE_UART 1
36
37
#define CONFIG_LOG_DEFAULT_LEVEL 3
38
#define CONFIG_LOG_TIMESTAMP_SOURCE_RTOS 1
39
40
#define CONFIG_PARTITION_TABLE_OFFSET 0x8000
41
#define CONFIG_PARTITION_TABLE_MD5 1
42
43
#define CONFIG_SPI_FLASH_ROM_DRIVER_PATCH 1
44
45
#ifdef __cplusplus
46
}
47
#endif
48
49
#endif
/* DOXYGEN */
50
#endif
/* SDKCONFIG_DEFAULT_COMMON_H */
Generated on Thu Apr 3 2025 23:41:11 by
1.12.0