Searched refs:encoding (Results 1 – 25 of 70) sorted by relevance
123
/Zephyr-Core-3.6.0/doc/_scripts/ |
D | gen_helpers.py | 20 with open(path, "r", encoding="utf-8") as f: 27 with open(path, "w", encoding="utf-8") as f:
|
/Zephyr-Core-3.6.0/subsys/mgmt/mcumgr/smp/ |
D | Kconfig | 12 # MCUMGR_SMP_CBOR -- for CBOR encoding specific options; 20 This value is used by zcbor to predict needed map encoding, 27 in case when encoding starts to fail. 88 Minimal encoding levels, map/list encapsulation, required 89 to be supported by zcbor encoding of SMP responses 125 int "Number of map/list encapsulations allowed for SMP encoding" 156 Support for encoding "rc" code explanation in form of "rsn"
|
/Zephyr-Core-3.6.0/doc/_extensions/zephyr/ |
D | external_content.py | 55 encoding: str, 84 with open(fname, "r+", encoding=encoding) as f:
|
D | doxyrunner.py | 75 with open(file, encoding="utf-8") as f: 277 p = Popen([doxygen, f_doxyfile.name], stdout=PIPE, stderr=STDOUT, encoding="utf-8")
|
/Zephyr-Core-3.6.0/lib/utils/ |
D | Kconfig | 9 Build a minimal JSON parsing/encoding library. Used by sample 25 bool "Base64 encoding and decoding" 27 Enable base64 encoding and decoding functionality
|
/Zephyr-Core-3.6.0/scripts/dts/ |
D | gen_driver_kconfig_dts.py | 72 with open(binding_path, encoding="utf-8") as f: 91 with open(args.kconfig_out, "w", encoding="utf-8") as kconfig_file:
|
D | gen_dts_cmake.py | 157 with open(args.cmake_out, "w", encoding="utf-8") as cmake_file:
|
/Zephyr-Core-3.6.0/scripts/logging/dictionary/dictionary_parser/ |
D | log_database.py | 260 with open(db_file_name, "r", encoding="iso-8859-1") as db_fd: 300 with open(db_file_name, "w", encoding="iso-8859-1") as db_fd: 314 with open(db_file_name, "w", encoding="iso-8859-1") as db_fd:
|
D | utils.py | 18 with open(hexfile, "r", encoding="iso-8859-1") as hfile:
|
/Zephyr-Core-3.6.0/tests/net/socket/udp/ |
D | generate-c-string.py | 21 with open(args.filepath, "w", encoding="UTF-8") as fp:
|
/Zephyr-Core-3.6.0/scripts/build/ |
D | subfolder_list.py | 81 with open(out_file, 'r', encoding="utf-8") as out_file_fo: 87 with open(out_file, 'w', encoding="utf-8") as out_file_fo:
|
D | mergehex.py | 40 type=argparse.FileType('w', encoding='UTF-8'),
|
D | parse_syscalls.py | 71 with open(file_list, "r", encoding="utf-8") as fp: 118 with open(one_file, "r", encoding="utf-8") as fp:
|
/Zephyr-Core-3.6.0/scripts/ |
D | zephyr_module.py | 694 with open(args.kconfig_out, 'w', encoding="utf-8") as fp: 698 with open(args.cmake_out, 'w', encoding="utf-8") as fp: 702 with open(args.sysbuild_kconfig_out, 'w', encoding="utf-8") as fp: 706 with open(args.sysbuild_cmake_out, 'w', encoding="utf-8") as fp: 710 with open(args.settings_out, 'w', encoding="utf-8") as fp: 724 with open(args.twister_out, 'w', encoding="utf-8") as fp: 731 with open(args.meta_out, 'w', encoding="utf-8") as fp:
|
/Zephyr-Core-3.6.0/samples/subsys/zbus/benchmark/ |
D | benchmark_256KB.robot | 50 ${val} Read Until expected=@ encoding=ascii 51 ${val} Read Until encoding=ascii
|
/Zephyr-Core-3.6.0/scripts/pylib/twister/ |
D | scl.py | 44 with open(filename, 'r', encoding='utf-8') as f:
|
/Zephyr-Core-3.6.0/samples/drivers/lora/send/ |
D | README.rst | 11 the encoding settings and send data over the radio.
|
/Zephyr-Core-3.6.0/doc/develop/tools/ |
D | coccinelle.rst | 465 …diff -u -p a/ext/lib/encoding/tinycbor/src/cborvalidation.c b/ext/lib/encoding/tinycbor/src/cborva… 466 --- a/ext/lib/encoding/tinycbor/src/cborvalidation.c 467 +++ b/ext/lib/encoding/tinycbor/src/cborvalidation.c 524 …diff -u -p ext/lib/encoding/tinycbor/src/cborvalidation.c /tmp/nothing/ext/lib/encoding/tinycbor/s… 525 --- ext/lib/encoding/tinycbor/src/cborvalidation.c 526 +++ /tmp/nothing/ext/lib/encoding/tinycbor/src/cborvalidation.c 580 …* TODO [[view:ext/lib/encoding/tinycbor/src/cborvalidation.c::face=ovl-face1::linb=328::colb=52::c…
|
/Zephyr-Core-3.6.0/cmake/modules/ |
D | python.cmake | 7 # are invoked by CMake code and, on Windows, standard I/O encoding defaults
|
/Zephyr-Core-3.6.0/subsys/mgmt/mcumgr/grp/stat_mgmt/ |
D | Kconfig | 36 encoding the name to cbor.
|
/Zephyr-Core-3.6.0/scripts/logging/dictionary/ |
D | log_parser.py | 59 with open(args.logfile, "r", encoding="iso-8859-1") as hexfile:
|
/Zephyr-Core-3.6.0/modules/nanopb/ |
D | Kconfig | 35 Disable support for custom streams. Only supports encoding and
|
/Zephyr-Core-3.6.0/scripts/west_commands/runners/ |
D | nxp_s32dbg.py | 320 gdb_cmds.write_text('\n'.join(gdb_script), encoding='utf-8') 321 self.logger.debug(gdb_cmds.read_text(encoding='utf-8'))
|
/Zephyr-Core-3.6.0/scripts/pylib/twister/twisterlib/ |
D | quarantine.py | 90 with open(filename, 'r', encoding='UTF-8') as yaml_fd:
|
/Zephyr-Core-3.6.0/doc/connectivity/networking/api/ |
D | net_buf.rst | 67 The network buffer API provides some useful helpers for encoding and 121 The Add and Push operations are used when encoding data into the buffer,
|
123