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
►
RIOT Documentation
mutex.doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
doc
RIOT Vision
►
Governance of the RIOT Community
►
Roadmap
►
Code of Conduct Information
►
Creating modules
►
Creating an application
►
Porting boards
►
Writing a Device Driver in RIOT
►
Getting started
►
Flashing via RIOT's Build System
►
Terminal programs configuration
►
Build In Docker
►
Running and creating tests
►
Hints for quicker & better RIOT development
►
Build System Basics
►
List of Features (Features as Build System Enties)
►
Kconfig in RIOT
►
Using C++ in RIOT
►
Using Rust in RIOT
►
Advanced build system tricks
►
Debugging Tools
►
Emulators
►
Release cycle
►
IO-Mapping and Shields
►
Changelog
►
Removed Features and Modules
Deprecated List
Todo List
Supported Boards
►
Modules
►
Namespaces
►
Data Structures
▼
Files
▼
File List
►
boards
►
core
►
cpu
►
dist
►
drivers
►
makefiles
▼
pkg
►
cryptoauthlib
►
driver_bme680
►
driver_cryptocell_310
►
edhoc-c
▼
esp8266_sdk
▼
bootloader
sdkconfig.h
sdkconfig_default.h
►
etl
►
fatfs
►
flashdb
►
libb2
►
libcose
►
libschc
►
littlefs
►
littlefs2
►
lua
►
lv_drivers
►
lvgl
►
lwip
►
mbedtls
►
micropython
►
mynewt-core
►
nanocbor
►
nimble
►
nrfx
►
opendsme
►
openthread
►
openwsn
►
paho-mqtt
►
semtech-loramac
►
spiffs
►
tinydtls
►
tinyusb
►
tinyvcdiff
►
tlsf
►
u8g2
►
ucglib
►
uwb-core
►
uwb-dw1000
►
wakaama
►
wolfssl
►
sys
►
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
sdkconfig_default.h
1
/*
2
* Generated by ./update_mk.sh, don't modify directly.
3
* Default CONFIG_ parameters from the SDK package.
4
*/
5
6
#ifndef SDKCONFIG_DEFAULT_H
7
#define SDKCONFIG_DEFAULT_H
8
9
#ifdef __cplusplus
10
extern
"C"
{
11
#endif
12
13
#define CONFIG_BOOTLOADER_INIT_SPI_FLASH 1
14
#define CONFIG_CONSOLE_UART_NUM 0
15
#define CONFIG_CRYSTAL_USED_26MHZ 1
16
#define CONFIG_LOG_DEFAULT_LEVEL 3
17
#define CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF 1
18
#define CONFIG_PARTITION_TABLE_OFFSET 0x8000
19
#define CONFIG_SPI_FLASH_MODE 0x0
20
#define CONFIG_SSL_USING_MBEDTLS 1
21
#define CONFIG_TARGET_PLATFORM_ESP8266 1
22
#define CONFIG_USING_NEW_ETS_VPRINTF 1
23
24
#ifdef __cplusplus
25
}
26
#endif
27
28
#endif
/* SDKCONFIG_DEFAULT_H */
Generated on Thu Apr 3 2025 17:38:29 by
1.12.0