Home
last modified time | relevance | path

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

123

/hal_espressif-3.4.0/components/nvs_flash/nvs_partition_generator/
Dnvs_partition_gen.py242 …ary_data(self, entry_struct, ns_index, key, data, data_size, total_entry_count, encoding, nvs_obj): argument
287 data_chunk = bytes(data_chunk, encoding='utf8')
342 data = bytes(data, encoding='utf8')
359 def write_varlen_data(self, key, data, encoding, ns_index,nvs_obj): argument
368 if encoding == 'string':
381 if not (self.version == Page.VERSION2 and encoding in ['hex2bin', 'binary', 'base64']):
390 if encoding == 'string':
404 if encoding == 'string':
406 elif encoding in ['hex2bin', 'binary', 'base64']:
409 if self.version == Page.VERSION2 and (encoding in ['hex2bin', 'binary', 'base64']):
[all …]
DREADME_CN.rst38 … | ``namespace`` 字段的 ``encoding`` 和 ``value`` 应为空…
39 … | ``namespace`` 的 ``encoding`` 和 ``value`` 为固定…
47 key,type,encoding,value <-- 列标题
Dsample_multipage_blob.csv2 key,type,encoding,value
Dsample_singlepage_blob.csv2 key,type,encoding,value
/hal_espressif-3.4.0/components/esp_system/
Deh_frame_parser.c310 static uint32_t esp_eh_frame_get_encoded(void* data, uint8_t encoding, uint32_t* psize) in esp_eh_frame_get_encoded() argument
316 const uint32_t high = encoding >> 4; in esp_eh_frame_get_encoded()
317 const uint32_t low = encoding & 0xf; in esp_eh_frame_get_encoded()
321 if (encoding == DW_EH_PE_omit) { in esp_eh_frame_get_encoded()
405 const uint32_t encoding, in esp_eh_frame_find_entry() argument
411 uint32_t is_signed = (encoding & 0xf) >= 0x9; in esp_eh_frame_find_entry()
425 if (ESP_ENCODING_FRAME_HDR_REL(encoding)) { in esp_eh_frame_find_entry()
480 const uint32_t encoding) in esp_eh_frame_decode_address() argument
484 if (ESP_ENCODING_FRAME_HDR_REL(encoding)) in esp_eh_frame_decode_address()
486 else if (ESP_ENCODING_PC_REL(encoding)) in esp_eh_frame_decode_address()
/hal_espressif-3.4.0/components/fatfs/
DKconfig111 prompt "API character encoding"
115 Choose encoding for character and string arguments/returns when using
116 FATFS APIs. The encoding of arguments will usually depend on text
120 bool "API uses ANSI/OEM encoding"
122 bool "API uses UTF-16 encoding"
124 bool "API uses UTF-8 encoding"
/hal_espressif-3.4.0/components/esptool_py/esptool/docs/en/espefuse/
Dindex.rst79 * ``None`` no need any special encoding data. BLOCK0.
80 * ``3/4``, requires encoding data. The BLOCK length is reduced from 256 bits to 192 bits.
87 * ``None`` no need any special encoding data, but internally it copies data four times. BLOCK0.
92 This tool automatically adds encoding data to the burning data if it requires. Encoded data is calc…
94 …schemes (except ``None``) require additional encoding data to be provided at write time. Due to th…
106 Some eFuse blocks have an encoding scheme (Reed-Solomon or 3/4) that requires encoded data, making …
Dcheck-error-cmd.rst10 * ``--recovery``. It repairs encoding errors in eFuse blocks, if possible.
25 WARNING: Coding scheme has encoding bit error warnings
55 Repairs encoding errors in eFuse blocks, if possible.
Dburn-custom-mac-cmd.rst16encoding. The correct way is to contact Espressif to order chips with ``CUSTOM_MAC`` pre-burned fr…
/hal_espressif-3.4.0/tools/kconfig_new/
Dprepare_kconfig_files.py53 with open(config_file, 'r', encoding='utf-8') as f:
63 with open(config_file, 'w', encoding='utf-8') as f:
/hal_espressif-3.4.0/tools/mass_mfg/docs/
DREADME_CN.rst53 CSV 配置文件中包含设备待烧录的配置信息,定义了待烧录的配置项。例如定义 ``firmware_key`` (``key``) 的 ``type`` 为 ``data``,``encoding``…
66 每行应包含三个参数:``key``、``type`` 和 ``encoding``,并以逗号分隔。如果有 ``REPEAT`` 标签,则主 CSV 文件中所有设备此键值均相同。
120 key,type,encoding,value
/hal_espressif-3.4.0/components/mbedtls/esp_crt_bundle/
Dgen_crt_bundle.py84 with open(file_path, 'r', encoding='utf-8') as f:
157 with open(filter_path, 'r', encoding='utf-8') as f:
167 with open(crts_path, 'r', encoding='utf-8') as f:
/hal_espressif-3.4.0/examples/peripherals/rmt/ir_protocols/main/
DKconfig.projbuild12 … It uses ASK modulation and pulse distance encoding with a carrier frequency of 38 kHz.
18 … It uses ASK modulation and Manchester encoding with carrier frequency fixed at 36 kHz.
/hal_espressif-3.4.0/tools/
Dgen_esp_err_to_name.py346 with open(full_path, encoding='utf-8') as f:
366 with open(args.rst_output, 'w', encoding='utf-8') as fout:
369 …with open(args.c_input, 'r', encoding='utf-8') as fin, open(args.c_output, 'w', encoding='utf-8') …
/hal_espressif-3.4.0/tools/ci/
Dcheck_public_headers.py64 with open(out_file.name, 'r', encoding='utf-8') as f:
249 with open(build_commands_json, 'r', encoding='utf-8') as f:
315 with open(exclude_file, 'r', encoding='utf-8') as f:
Dcheck_deprecated_kconfigs.py39 with open(path, 'r', encoding='utf-8') as f:
/hal_espressif-3.4.0/tools/ci/python_packages/tiny_test_fw/Utility/
DGitlabCIJob.py65 … yaml.safe_dump(self['case group'].output(), f, encoding='utf-8', default_flow_style=False)
/hal_espressif-3.4.0/components/esptool_py/esptool/
Dsetup.py27 encoding=kwargs.get("encoding", "utf8"),
Dsetup.cfg16 # ignore long lines - used for RS encoding pairs
/hal_espressif-3.4.0/tools/test_idf_monitor/
Didf_monitor_wrapper.py29 with open(file_to_create, 'w', encoding='utf-8'):
/hal_espressif-3.4.0/components/esp_http_client/
DKconfig15 auth uses unencrypted encoding, so it introduces a vulnerability when not using TLS
/hal_espressif-3.4.0/components/esptool_py/esptool/esptool/
Dconfig.py32 cfg.read(file_path, encoding="UTF-8")
/hal_espressif-3.4.0/components/fatfs/src/
D00history.txt143 String functions support UTF-8 encoding files on Unicode cfg.
188 Added selection of character encoding on the file. (_STRF_ENCODE)
307 Added support for UTF-8 encoding on the API. (FF_LFN_UNICODE = 2)
318 Added support for UTF-32 encoding on the API. (FF_LFN_UNICODE = 3)
/hal_espressif-3.4.0/examples/build_system/cmake/import_lib/
DREADME.md18 <?xml version="1.0" encoding="UTF-8"?>
/hal_espressif-3.4.0/tools/ci/python_packages/idf_http_server_test/
Dtest.py154 self.encoding = ''
218 self.encoding = ''
229 self.encoding = line_comp[1].lstrip()
241 if self.encoding != 'chunked':

123