Searched refs:PARTITION_TABLE_OFFSET (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-3.6.0/components/partition_table/ |
D | Makefile.projbuild | 29 PARTITION_TABLE_OFFSET := $(CONFIG_PARTITION_TABLE_OFFSET) 30 PARTITION_TABLE_OFFSET_ARG := --offset $(PARTITION_TABLE_OFFSET) 72 --partition-table-offset $(PARTITION_TABLE_OFFSET) \ 75 --partition-table-offset $(PARTITION_TABLE_OFFSET) \ 78 --partition-table-offset $(PARTITION_TABLE_OFFSET) \ 81 --partition-table-offset $(PARTITION_TABLE_OFFSET) \ 84 --partition-table-offset $(PARTITION_TABLE_OFFSET) \ 97 PARTITION_TABLE_FLASH_CMD = $(ESPTOOLPY_SERIAL) write_flash $(PARTITION_TABLE_OFFSET) $(PARTITION_T… 98 ESPTOOL_ALL_FLASH_ARGS += $(PARTITION_TABLE_OFFSET) $(PARTITION_TABLE_BIN) 99 UF2_ADD_BINARIES += $(PARTITION_TABLE_OFFSET) $(PARTITION_TABLE_BIN)
|
D | project_include.cmake | 1 set(PARTITION_TABLE_OFFSET ${CONFIG_PARTITION_TABLE_OFFSET}) variable 45 --partition-table-offset ${PARTITION_TABLE_OFFSET} 85 --offset ${PARTITION_TABLE_OFFSET} 107 --offset ${PARTITION_TABLE_OFFSET}
|
D | CMakeLists.txt | 37 "--offset" "${PARTITION_TABLE_OFFSET}" "${md5_opt}" "${flashsize_opt}" 103 esptool_py_flash_target_image(partition-table-flash partition-table "${PARTITION_TABLE_OFFSET}" 105 esptool_py_flash_target_image(flash partition-table "${PARTITION_TABLE_OFFSET}"
|
D | Kconfig.projbuild | 107 config PARTITION_TABLE_OFFSET config 113 …at the bootloader and app will both need to be compiled with the same PARTITION_TABLE_OFFSET value.
|
D | parttool.py | 35 PARTITION_TABLE_OFFSET = 0x8000 variable 72 …def __init__(self, port=None, baud=None, partition_table_offset=PARTITION_TABLE_OFFSET, partition_…
|
/hal_espressif-3.6.0/components/app_update/ |
D | otatool.py | 19 from parttool import PARTITION_TABLE_OFFSET, PartitionName, PartitionType, ParttoolTarget 24 from parttool import PARTITION_TABLE_OFFSET, PartitionName, PartitionType, ParttoolTarget 42 …def __init__(self, port=None, baud=None, partition_table_offset=PARTITION_TABLE_OFFSET, partition_…
|
D | Makefile.projbuild | 35 --partition-table-offset $(PARTITION_TABLE_OFFSET) \
|
D | CMakeLists.txt | 55 "--partition-table-offset;${PARTITION_TABLE_OFFSET}")
|