Home
last modified time | relevance | path

Searched refs:instructions (Results 1 – 25 of 25) sorted by relevance

/hal_espressif-latest/components/xtensa/
Dxt_trax.c28 static void _xt_trax_start_trace(bool instructions) in _xt_trax_start_trace() argument
33 if (instructions) { in _xt_trax_start_trace()
/hal_espressif-latest/components/esp_system/
Deh_frame_parser.c589 static bool esp_eh_frame_execute(const uint8_t* instructions, const uint32_t instructions_length, in esp_eh_frame_execute() argument
593 const uint8_t instr = instructions[i]; in esp_eh_frame_execute()
603 used_operands = esp_eh_frame_execute_opcode_0(param, &instructions[i + 1], state); in esp_eh_frame_execute()
618 operand1 = decode_leb128(&instructions[i + 1], false, &size); in esp_eh_frame_execute()
746 const uint8_t* instructions = ((uint8_t*) (fde + ESP_FDE_AUGMENTATION_IDX)) + 1; in esp_eh_frame_restore_caller_state() local
763 bool success = esp_eh_frame_execute(instructions, instructions_length, frame, state); in esp_eh_frame_restore_caller_state()
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dflashing-firmware.rst11 … bigger amount of devices with the same binaries or to share flashing instructions with a third pa…
14 Sharing these instructions and below mentioned assets with a third party (for example a manufacture…
18 … please see the documentation of the development framework of your choice for precise instructions.
23 * Installed esptool, see the :ref:`installation guide <installation>` for instructions.
/hal_espressif-latest/tools/esptool_py/docs/en/
Dindex.rst27 For detailed instructions, see :ref:`installation`.
Dinstallation.rst64 …l>`_), it is advised to follow the update guide of used framework for instructions and not to upda…
Dtroubleshooting.rst161 …this, try resetting into the download mode manually. See :ref:`manual-bootloader` for instructions.
170 …), or try resetting into the download mode manually. See :ref:`manual-bootloader` for instructions.
184 …), or try resetting into the download mode manually. See :ref:`manual-bootloader` for instructions.
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s2/
Dbootloader.ld172 * of instructions. This means that any configuration (e.g. MMU, PMS) must allow
186 * Padding these instructions will generate null bytes that shall be
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32/
Dbootloader.ld183 * of instructions. This means that any configuration (e.g. MMU, PMS) must allow
197 * Padding these instructions will generate null bytes that shall be
/hal_espressif-latest/components/esp_psram/esp32s2/
DKconfig.spiram54 If enabled, instructions in flash will be moved into PSRAM on startup.
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s3/
Dbootloader.ld206 * of instructions. This means that any configuration (e.g. MMU, PMS) must allow
220 * Padding these instructions will generate null bytes that shall be
/hal_espressif-latest/components/esp_psram/esp32s3/
DKconfig.spiram63 If enabled, instructions in flash will be moved into PSRAM on startup.
/hal_espressif-latest/components/esp_system/ld/esp32/
Dsections.ld.in397 * of instructions. This means that any configuration (e.g. MMU, PMS) must allow
455 * Padding these instructions will generate null bytes that shall be
/hal_espressif-latest/components/esp_system/ld/esp32s2/
Dsections.ld.in408 * of instructions. This means that any configuration (e.g. MMU, PMS) must allow
444 * Padding these instructions will generate null bytes that shall be
/hal_espressif-latest/components/esp_system/ld/esp32s3/
Dsections.ld.in280 * of instructions. This means that any configuration (e.g. MMU, PMS) must allow
483 * Padding these instructions will generate null bytes that shall be
Dmemory.ld.in134 /* RTC fast memory shares the same range for both data and instructions */
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c2/
Dbootloader.ld205 * of instructions. This means that any configuration (e.g. MMU, PMS) must allow
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c3/
Dbootloader.ld205 * of instructions. This means that any configuration (e.g. MMU, PMS) must allow
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c6/
Dbootloader.ld202 * of instructions. This means that any configuration (e.g. MMU, PMS) must allow
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32h2/
Dbootloader.ld203 * of instructions. This means that any configuration (e.g. MMU, PMS) must allow
/hal_espressif-latest/components/esp_system/ld/esp32c2/
Dsections.ld.in130 * of instructions. This means that any configuration (e.g. MMU, PMS) must allow
/hal_espressif-latest/components/esp_system/ld/esp32h2/
Dsections.ld.in278 * of instructions. This means that any configuration (e.g. MMU, PMS) must allow
/hal_espressif-latest/components/esp_system/ld/esp32c6/
Dsections.ld.in278 * of instructions. This means that any configuration (e.g. MMU, PMS) must allow
/hal_espressif-latest/components/esp_system/ld/esp32c3/
Dsections.ld.in243 * of instructions. This means that any configuration (e.g. MMU, PMS) must allow
/hal_espressif-latest/components/esp_psram/esp32/
DKconfig.spiram96 bool "Insert memw after vulnerable instructions (default)"
/hal_espressif-latest/components/mbedtls/
DKconfig269 On systems lacking division instructions, a power of two should be preferred.