ESP-IDF
TAG
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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
bootloader_common_loader.c:32
static
const
char
*
TAG
=
"boot_comm"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
TAG
=
"boot_comm"
;
bootloader_common_loader.c:32
ESP_LOGE
(
TAG
,
"mismatch chip ID, expected %d, found %d"
,
chip_id
,
img_hdr
->
chip_id
)
;
bootloader_common_loader.c:90
bootloader_common_check_chip_validity()
ESP_LOGE
(
TAG
,
"Image requires chip rev >= v%d.%d, but chip is v%d.%d"
,
bootloader_common_loader.c:100
bootloader_common_check_chip_validity()
ESP_LOGE
(
TAG
,
"Image requires chip rev <= v%d.%d, but chip is v%d.%d"
,
bootloader_common_loader.c:109
bootloader_common_check_chip_validity()
ESP_LOGD
(
TAG
,
"Both OTA copies are valid"
)
;
bootloader_common_loader.c:134
bootloader_common_select_otadata()
ESP_LOGD
(
TAG
,
"Only otadata[%d] is valid"
,
i
)
;
bootloader_common_loader.c:139
bootloader_common_select_otadata()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TAG
is read by 2 functions:
All items filtered out
TAG
bootloader_common_check_chip_validity()
bootloader_common_select_otadata()
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