ESP-IDF
TAG
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
TAG
TAG variable
Syntax
Show:
Summary
Declaration
from
cpu_start.c:156
static
const
char
*
TAG
=
"cpu_start"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
TAG
=
"cpu_start"
;
cpu_start.c:156
ESP_EARLY_LOGD
(
TAG
,
"App cpu up"
)
;
cpu_start.c:246
call_start_cpu1()
ESP_EARLY_LOGE
(
TAG
,
"Running on single core variant of a chip, but app is built with multi-core support."
)
;
cpu_start.c:279
start_other_core()
ESP_EARLY_LOGE
(
TAG
,
"Check that CONFIG_FREERTOS_UNICORE is enabled in menuconfig"
)
;
cpu_start.c:280
start_other_core()
ESP_EARLY_LOGD
(
TAG
,
"Starting app cpu, entry point is %p"
,
call_start_cpu1
)
;
cpu_start.c:284
start_other_core()
ESP_DRAM_LOGE
(
TAG
,
"Failed to init external RAM!"
)
;
cpu_start.c:594
call_start_cpu0()
ESP_EARLY_LOGI
(
TAG
,
"Unicore app"
)
;
cpu_start.c:611
call_start_cpu0()
ESP_EARLY_LOGI
(
TAG
,
"Multicore app"
)
;
cpu_start.c:613
call_start_cpu0()
ESP_EARLY_LOGD
(
TAG
,
"Pro cpu up"
)
;
cpu_start.c:622
call_start_cpu0()
ESP_EARLY_LOGI
(
TAG
,
"Single core mode"
)
;
cpu_start.c:628
call_start_cpu0()
ESP_EARLY_LOGE
(
TAG
,
"External RAM failed memory test!"
)
;
cpu_start.c:650
call_start_cpu0()
ESP_EARLY_LOGE
(
TAG
,
"Invalid app image header"
)
;
cpu_start.c:802
call_start_cpu0()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TAG
is read by 3 functions:
All items filtered out
TAG
call_start_cpu1()
start_other_core()
call_start_cpu0()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out