ESP-IDF
+
0
/2 examples
SourceVu will show references to
ESP_BOOTLOADER_OFFSET
from the following samples and libraries:
native_ota_example sample
simple_ota_example sample
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ESP_BOOTLOADER_OFFSET
ESP_BOOTLOADER_OFFSET macro
Syntax
Show:
Summary
Declaration
from
esp_flash_partitions.h:51
#define
ESP_BOOTLOADER_OFFSET
CONFIG_BOOTLOADER_OFFSET_IN_FLASH
Examples
ESP_BOOTLOADER_OFFSET
is referenced by 2 libraries and example projects:
native_ota_example sample
simple_ota_example sample
References
from
0/2
examples
Code
Location
#define
ESP_BOOTLOADER_OFFSET
CONFIG_BOOTLOADER_OFFSET_IN_FLASH
/* Offset of bootloader image. Has matching value in bootloader KConfig.projbuild file. */
esp_flash_partitions.h:51
verify_sha
=
(
part
->
offset
!=
ESP_BOOTLOADER_OFFSET
)
&&
do_verify
;
esp_image_format.c:139
if
(
segment
==
0
&&
metadata
->
start_addr
!=
ESP_BOOTLOADER_OFFSET
)
{
esp_image_format.c:699
.
offset
=
ESP_BOOTLOADER_OFFSET
,
esp_image_format.c:877
.
size
=
ESP_PARTITION_TABLE_OFFSET
-
ESP_BOOTLOADER_OFFSET
,
esp_image_format.c:878
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
All items filtered out
All items filtered out
Class Tree
from
0/2
examples
All items filtered out
All items filtered out
Override Tree
from
0/2
examples
All items filtered out
All items filtered out
Implementations
from
0/2
examples
All items filtered out
All items filtered out
Instances
from
0/2
examples
Lifecycle
from
0/2
examples
All items filtered out
All items filtered out