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
esp_ota_ops.c:53
const
static
char
*
TAG
=
"esp_ota_ops"
;
Examples
References
from
examples
Code
Location
Referrer
const
static
char
*
TAG
=
"esp_ota_ops"
;
esp_ota_ops.c:53
ESP_LOGE
(
TAG
,
"not found otadata"
)
;
esp_ota_ops.c:71
read_otadata()
ESP_LOGE
(
TAG
,
"mmap otadata filed. Err=0x%8x"
,
err
)
;
esp_ota_ops.c:79
read_otadata()
ESP_LOGE
(
TAG
,
"write data is invalid"
)
;
esp_ota_ops.c:181
esp_ota_write()
ESP_LOGD
(
TAG
,
"write data size is 0"
)
;
esp_ota_ops.c:186
esp_ota_write()
ESP_LOGE
(
TAG
,
"OTA image has invalid magic byte (expected 0xE9, saw 0x%02x)"
,
data_bytes
[
0
]
)
;
esp_ota_ops.c:210
esp_ota_write()
ESP_LOGE
(
TAG
,
"not found the handle"
)
;
esp_ota_ops.c:255
esp_ota_write()
ESP_LOGE
(
TAG
,
"write data is invalid"
)
;
esp_ota_ops.c:266
esp_ota_write_with_offset()
ESP_LOGE
(
TAG
,
"Size should be 16byte aligned for flash encryption case"
)
;
esp_ota_ops.c:280
esp_ota_write_with_offset()
ESP_LOGE
(
TAG
,
"OTA handle not found"
)
;
esp_ota_ops.c:292
esp_ota_write_with_offset()
ESP_LOGE
(
TAG
,
"invalid partition table, no app partitions"
)
;
esp_ota_ops.c:504
find_default_boot_partition()
ESP_LOGD
(
TAG
,
"found ota app max = %d"
,
ota_app_count
)
;
esp_ota_ops.c:517
esp_ota_get_boot_partition()
ESP_LOGD
(
TAG
,
"finding factory app..."
)
;
esp_ota_ops.c:522
esp_ota_get_boot_partition()
ESP_LOGD
(
TAG
,
"finding ota_%d app..."
,
ESP_PARTITION_SUBTYPE_APP_OTA_MIN
+
ota_slot
)
;
esp_ota_ops.c:528
esp_ota_get_boot_partition()
ESP_LOGE
(
TAG
,
"ota data invalid, no current app. Assuming factory"
)
;
esp_ota_ops.c:531
esp_ota_get_boot_partition()
ESP_LOGD
(
TAG
,
"OTA[current] partition is marked as VALID"
)
;
esp_ota_ops.c:754
esp_ota_current_ota_is_workable()
ESP_LOGE
(
TAG
,
"Rollback is not possible, do not have any suitable apps in slots"
)
;
esp_ota_ops.c:764
esp_ota_current_ota_is_workable()
ESP_LOGD
(
TAG
,
"OTA[current] partition is marked as INVALID"
)
;
esp_ota_ops.c:767
esp_ota_current_ota_is_workable()
ESP_LOGI
(
TAG
,
"Rollback to previously worked partition. Restart."
)
;
esp_ota_ops.c:773
esp_ota_current_ota_is_workable()
ESP_LOGE
(
TAG
,
"Running firmware is factory"
)
;
esp_ota_ops.c:777
esp_ota_current_ota_is_workable()
ESP_LOGD
(
TAG
,
"Invalid otadata[%d]"
,
num_invalid_otadata
)
;
esp_ota_ops.c:807
get_last_invalid_otadata()
ESP_LOGD
(
TAG
,
"Find invalid ota_%d app"
,
ESP_PARTITION_SUBTYPE_APP_OTA_MIN
+
ota_slot
)
;
esp_ota_ops.c:823
esp_ota_get_last_invalid_partition()
ESP_LOGD
(
TAG
,
"Last invalid partition has corrupted app"
)
;
esp_ota_ops.c:828
esp_ota_get_last_invalid_partition()
ESP_LOGD
(
TAG
,
"finding last_boot_app_partition ota_%d app..."
,
ESP_PARTITION_SUBTYPE_APP_OTA_MIN
+
ota_slot
)
;
esp_ota_ops.c:891
esp_ota_erase_last_boot_app_partition()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TAG
is read by 9 functions:
All items filtered out
TAG
read_otadata()
esp_ota_write()
esp_ota_write_with_offset()
find_default_boot_partition()
esp_ota_get_boot_partition()
esp_ota_current_ota_is_workable()
get_last_invalid_otadata()
esp_ota_get_last_invalid_partition()
esp_ota_erase_last_boot_app_partition()
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