/hal_espressif-latest/tools/esptool_py/test/ |
D | test_espefuse.py | 69 def setup_method(self): argument 84 def teardown_method(self): argument 89 def reset_efuses(self): argument 100 def get_esptool(self): argument 115 def _set_34_coding_scheme(self): argument 118 def _set_none_recovery_coding_scheme(self): argument 121 def _set_target_wafer_version(self): argument 127 self, log, file_path, repeat=1, reverse_order=False, offset=0 argument 136 def espefuse_not_virt_py(self, cmd, check_msg=None, ret_code=0): argument 140 def espefuse_py(self, cmd, do_not_confirm=True, check_msg=None, ret_code=0): argument [all …]
|
D | test_esptool.py | 63 def __init__(self, rfc2217_port=None): argument 85 def wait_for_server_starts(self, attempts_count): argument 111 def __enter__(self): argument 114 def __exit__(self, type, value, traceback): argument 122 def run_espsecure(self, args): argument 136 def run_esptool(self, args, baud=None, chip=None, port=None, preload=True): argument 215 def run_esptool_error(self, args, baud=None, chip=None): argument 229 def setup_class(self): argument 237 def teardown_class(self): argument 241 def readback(self, offset, length, spi_connection=None): argument [all …]
|
D | test_espsecure.py | 29 def run_espsecure(self, args): argument 51 def setup_class(self): argument 55 def teardown_class(self): argument 59 def _open(self, image_file): argument 66 def test_digest_bootloader(self): argument 89 def test_digest_rsa_public_key(self): argument 134 def test_key_generation_v1(self): argument 141 def test_key_generation_v2(self): argument 148 def _test_sign_v1_data(self, key_name): argument 175 def test_sign_v1_data(self): argument [all …]
|
D | test_merge_bin.py | 34 def run_merge_bin(self, chip, offsets_names, options=[], allow_warnings=False): argument 78 def assertAllFF(self, some_bytes): argument 83 def test_simple_merge(self): argument 100 def test_args_out_of_order(self): argument 110 def test_error_overlap(self, capsys): argument 118 def test_leading_padding(self): argument 123 def test_update_bootloader_params(self): argument 156 def test_target_offset(self): argument 172 def test_fill_flash_size(self): argument 182 def test_fill_flash_size_w_target_offset(self): argument [all …]
|
D | test_imagegen.py | 43 def setup_class(self): argument 49 def teardown_class(self): argument 53 def assertEqualHex(self, expected, actual, message=None): argument 64 def assertImageDoesNotContainSection(self, image, elf, section_name): argument 84 def assertImageContainsSection(self, image, elf, section_name): argument 117 def assertImageInfo(self, binpath, chip="esp8266", assert_sha=False): argument 141 def run_elf2image(self, chip, elf_path, version=None, extra_args=[]): argument 166 def setup_class(self): argument 171 def teardown_class(self): argument 176 def test_irom_bin(self): argument [all …]
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/ |
D | base_fields.py | 19 def __init__(self, efuses, name): argument 23 def __call__(self, new_value_str): argument 89 def get_read_disable_mask(self, blk_part=None): argument 106 def get_count_read_disable_bits(self): argument 111 def is_readable(self, blk_part=None): argument 118 def disable_read(self): argument 129 def is_writeable(self): argument 135 def disable_write(self): argument 144 def check_wr_rd_protect(self): argument 158 def __init__(self, parent, param, skip_read=False): argument [all …]
|
D | emulate_efuse_controller_base.py | 22 def __init__(self, efuse_file=None, debug=False): argument 44 def get_chip_description(self): argument 49 def get_chip_revision(self): argument 52 def read_efuse(self, n, block=0): argument 57 def read_reg(self, addr): argument 61 def write_reg(self, addr, value, mask=0xFFFFFFFF, delay_us=0, delay_after_us=0): argument 66 def update_reg(self, addr, mask, new_val): argument 73 def write_efuse(self, n, value, block=0): argument 80 def handle_writing_event(self, addr, value): argument 83 def save_to_file(self): argument [all …]
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3/ |
D | fields.py | 24 def len_of_burn_unit(self): argument 29 def __init__(self, parent, param, skip_read=False): argument 33 def apply_coding_scheme(self): argument 62 self, argument 114 def __getitem__(self, efuse_name): argument 135 def read_coding_scheme(self): argument 138 def print_status_regs(self): argument 152 def efuse_controller_setup(self): argument 157 def write_efuses(self, block): argument 161 def clear_pgm_registers(self): argument [all …]
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3beta2/ |
D | fields.py | 24 def len_of_burn_unit(self): argument 29 def __init__(self, parent, param, skip_read=False): argument 33 def apply_coding_scheme(self): argument 62 self, argument 114 def __getitem__(self, efuse_name): argument 135 def read_coding_scheme(self): argument 138 def print_status_regs(self): argument 152 def efuse_controller_setup(self): argument 157 def write_efuses(self, block): argument 161 def clear_pgm_registers(self): argument [all …]
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s2/ |
D | fields.py | 24 def len_of_burn_unit(self): argument 29 def __init__(self, parent, param, skip_read=False): argument 33 def apply_coding_scheme(self): argument 62 self, argument 114 def __getitem__(self, efuse_name): argument 135 def read_coding_scheme(self): argument 138 def print_status_regs(self): argument 152 def efuse_controller_setup(self): argument 157 def write_efuses(self, block): argument 161 def clear_pgm_registers(self): argument [all …]
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c3/ |
D | fields.py | 24 def len_of_burn_unit(self): argument 29 def __init__(self, parent, param, skip_read=False): argument 33 def apply_coding_scheme(self): argument 62 self, argument 114 def __getitem__(self, efuse_name): argument 135 def read_coding_scheme(self): argument 138 def print_status_regs(self): argument 152 def efuse_controller_setup(self): argument 157 def write_efuses(self, block): argument 161 def clear_pgm_registers(self): argument [all …]
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c5/ |
D | fields.py | 24 def len_of_burn_unit(self): argument 29 def __init__(self, parent, param, skip_read=False): argument 33 def apply_coding_scheme(self): argument 62 self, argument 114 def __getitem__(self, efuse_name): argument 135 def read_coding_scheme(self): argument 138 def print_status_regs(self): argument 152 def efuse_controller_setup(self): argument 157 def write_efuses(self, block): argument 161 def clear_pgm_registers(self): argument [all …]
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c5beta3/ |
D | fields.py | 24 def len_of_burn_unit(self): argument 29 def __init__(self, parent, param, skip_read=False): argument 33 def apply_coding_scheme(self): argument 62 self, argument 114 def __getitem__(self, efuse_name): argument 135 def read_coding_scheme(self): argument 138 def print_status_regs(self): argument 152 def efuse_controller_setup(self): argument 157 def write_efuses(self, block): argument 161 def clear_pgm_registers(self): argument [all …]
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c6/ |
D | fields.py | 24 def len_of_burn_unit(self): argument 29 def __init__(self, parent, param, skip_read=False): argument 33 def apply_coding_scheme(self): argument 62 self, argument 114 def __getitem__(self, efuse_name): argument 135 def read_coding_scheme(self): argument 138 def print_status_regs(self): argument 152 def efuse_controller_setup(self): argument 157 def write_efuses(self, block): argument 161 def clear_pgm_registers(self): argument [all …]
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c61/ |
D | fields.py | 24 def len_of_burn_unit(self): argument 29 def __init__(self, parent, param, skip_read=False): argument 33 def apply_coding_scheme(self): argument 62 self, argument 114 def __getitem__(self, efuse_name): argument 135 def read_coding_scheme(self): argument 138 def print_status_regs(self): argument 152 def efuse_controller_setup(self): argument 157 def write_efuses(self, block): argument 161 def clear_pgm_registers(self): argument [all …]
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32h2/ |
D | fields.py | 24 def len_of_burn_unit(self): argument 29 def __init__(self, parent, param, skip_read=False): argument 33 def apply_coding_scheme(self): argument 62 self, argument 114 def __getitem__(self, efuse_name): argument 135 def read_coding_scheme(self): argument 138 def print_status_regs(self): argument 152 def efuse_controller_setup(self): argument 157 def write_efuses(self, block): argument 161 def clear_pgm_registers(self): argument [all …]
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32h2beta1/ |
D | fields.py | 24 def len_of_burn_unit(self): argument 29 def __init__(self, parent, param, skip_read=False): argument 33 def apply_coding_scheme(self): argument 62 self, argument 114 def __getitem__(self, efuse_name): argument 135 def read_coding_scheme(self): argument 138 def print_status_regs(self): argument 152 def efuse_controller_setup(self): argument 157 def write_efuses(self, block): argument 161 def clear_pgm_registers(self): argument [all …]
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32p4/ |
D | fields.py | 24 def len_of_burn_unit(self): argument 29 def __init__(self, parent, param, skip_read=False): argument 33 def apply_coding_scheme(self): argument 62 self, argument 115 def __getitem__(self, efuse_name): argument 136 def read_coding_scheme(self): argument 139 def print_status_regs(self): argument 153 def efuse_controller_setup(self): argument 158 def write_efuses(self, block): argument 162 def clear_pgm_registers(self): argument [all …]
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c2/ |
D | fields.py | 24 def len_of_burn_unit(self): argument 29 def __init__(self, parent, param, skip_read=False): argument 33 def apply_coding_scheme(self): argument 62 self, argument 111 def __getitem__(self, efuse_name): argument 132 def read_coding_scheme(self): argument 135 def print_status_regs(self): argument 144 def efuse_controller_setup(self): argument 149 def write_efuses(self, block): argument 153 def clear_pgm_registers(self): argument [all …]
|
/hal_espressif-latest/tools/esptool_py/esptool/ |
D | bin_image.py | 118 def __init__(self, addr, data, file_offs=None, flags=0, align=4): argument 130 def copy_with_new_addr(self, new_addr): argument 135 def split_image(self, split_len): argument 147 def __repr__(self): argument 153 def get_memory_type(self, image): argument 164 def pad_to_alignment(self, alignment): argument 167 def addr_align(self, alignment): argument 174 def pad_to_addr(self, addr): argument 184 def __init__(self, name, addr, data, flags, align=4): argument 188 def __repr__(self): argument [all …]
|
D | loader.py | 158 def __init__(self, chip_name): argument 175 def get_json_path(self, chip_name): argument 305 def __init__(self, port=DEFAULT_PORT, baud=ESP_ROM_BAUD, trace_enabled=False): argument 391 def __enter__(self): argument 394 def __exit__(self, exc_type, exc_value, traceback): argument 398 def serial_port(self): argument 401 def _set_port_baudrate(self, baud): argument 410 def read(self): argument 414 def write(self, packet): argument 424 def trace(self, message, *format_args): argument [all …]
|
/hal_espressif-latest/tools/esptool_py/esptool/targets/ |
D | esp32s3.py | 145 def get_pkg_version(self): argument 149 def is_eco0(self, minor_raw): argument 159 def get_minor_chip_version(self): argument 165 def get_raw_minor_chip_version(self): argument 172 def get_blk_version_major(self): argument 176 def get_blk_version_minor(self): argument 180 def get_major_chip_version(self): argument 186 def get_raw_major_chip_version(self): argument 190 def get_chip_description(self): argument 202 def get_flash_cap(self): argument [all …]
|
D | esp32.py | 132 def is_flash_encryption_key_valid(self): argument 155 def get_flash_crypt_config(self): argument 177 def get_encrypted_download_disabled(self): argument 183 def get_flash_encryption_enabled(self): argument 191 def get_secure_boot_enabled(self): argument 198 def get_pkg_version(self): argument 204 def get_chip_revision(self): argument 207 def get_minor_chip_version(self): argument 210 def get_major_chip_version(self): argument 225 def get_chip_description(self): argument [all …]
|
D | esp32s2.py | 129 def get_pkg_version(self): argument 133 def get_minor_chip_version(self): argument 140 def get_major_chip_version(self): argument 144 def get_flash_version(self): argument 148 def get_flash_cap(self): argument 151 def get_psram_version(self): argument 155 def get_psram_cap(self): argument 158 def get_block2_version(self): argument 163 def get_chip_description(self): argument 178 def get_chip_features(self): argument [all …]
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32/ |
D | fields.py | 19 def len_of_burn_unit(self): argument 23 def __init__(self, parent, param, skip_read=False): argument 31 def apply_coding_scheme(self): argument 72 self, argument 137 def __getitem__(self, efuse_name): argument 166 def read_coding_scheme(self): argument 176 def print_status_regs(self): argument 184 def write_efuses(self, block): argument 209 def wait_efuse_idle(self): argument 218 def efuse_read(self): argument [all …]
|