/hal_espressif-3.4.0/components/nvs_flash/nvs_partition_generator/ |
D | nvs_partition_gen.py | 242 …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 …]
|
D | README_CN.rst | 38 … | ``namespace`` 字段的 ``encoding`` 和 ``value`` 应为空… 39 … | ``namespace`` 的 ``encoding`` 和 ``value`` 为固定… 47 key,type,encoding,value <-- 列标题
|
D | sample_multipage_blob.csv | 2 key,type,encoding,value
|
D | sample_singlepage_blob.csv | 2 key,type,encoding,value
|
/hal_espressif-3.4.0/components/esp_system/ |
D | eh_frame_parser.c | 310 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/ |
D | Kconfig | 111 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/ |
D | index.rst | 79 * ``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 …
|
D | check-error-cmd.rst | 10 * ``--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.
|
D | burn-custom-mac-cmd.rst | 16 …encoding. The correct way is to contact Espressif to order chips with ``CUSTOM_MAC`` pre-burned fr…
|
/hal_espressif-3.4.0/tools/kconfig_new/ |
D | prepare_kconfig_files.py | 53 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/ |
D | README_CN.rst | 53 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/ |
D | gen_crt_bundle.py | 84 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/ |
D | Kconfig.projbuild | 12 … 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/ |
D | gen_esp_err_to_name.py | 346 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/ |
D | check_public_headers.py | 64 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:
|
D | check_deprecated_kconfigs.py | 39 with open(path, 'r', encoding='utf-8') as f:
|
/hal_espressif-3.4.0/tools/ci/python_packages/tiny_test_fw/Utility/ |
D | GitlabCIJob.py | 65 … yaml.safe_dump(self['case group'].output(), f, encoding='utf-8', default_flow_style=False)
|
/hal_espressif-3.4.0/components/esptool_py/esptool/ |
D | setup.py | 27 encoding=kwargs.get("encoding", "utf8"),
|
D | setup.cfg | 16 # ignore long lines - used for RS encoding pairs
|
/hal_espressif-3.4.0/tools/test_idf_monitor/ |
D | idf_monitor_wrapper.py | 29 with open(file_to_create, 'w', encoding='utf-8'):
|
/hal_espressif-3.4.0/components/esp_http_client/ |
D | Kconfig | 15 auth uses unencrypted encoding, so it introduces a vulnerability when not using TLS
|
/hal_espressif-3.4.0/components/esptool_py/esptool/esptool/ |
D | config.py | 32 cfg.read(file_path, encoding="UTF-8")
|
/hal_espressif-3.4.0/components/fatfs/src/ |
D | 00history.txt | 143 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/ |
D | README.md | 18 <?xml version="1.0" encoding="UTF-8"?>
|
/hal_espressif-3.4.0/tools/ci/python_packages/idf_http_server_test/ |
D | test.py | 154 self.encoding = '' 218 self.encoding = '' 229 self.encoding = line_comp[1].lstrip() 241 if self.encoding != 'chunked':
|