Home
last modified time | relevance | path

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

1234

/Zephyr-latest/doc/_scripts/
Dgen_helpers.py21 with open(path, encoding="utf-8") as f:
28 with open(path, "w", encoding="utf-8") as f:
/Zephyr-latest/subsys/logging/backends/
DKconfig.swo42 bool "NRZ encoding"
44 Use UART-like NRZ encoding. This is the most common option, but requires the SWO output
48 bool "Manchester encoding"
50 Use Manchester encoding. This is less widely supported, but permits the clock to be
/Zephyr-latest/subsys/mgmt/mcumgr/smp/
DKconfig12 # 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-latest/doc/_extensions/zephyr/
Dexternal_content.py54 encoding: str,
83 with open(fname, "r+", encoding=encoding) as f:
Ddoxyrunner.py74 with open(file, encoding="utf-8") as f:
276 p = Popen([doxygen, f_doxyfile_name], stdout=PIPE, stderr=STDOUT, encoding="utf-8")
/Zephyr-latest/lib/utils/
DKconfig9 Build a minimal JSON parsing/encoding library. Used by sample
25 bool "Base64 encoding and decoding"
27 Enable base64 encoding and decoding functionality
/Zephyr-latest/scripts/dts/
Dgen_driver_kconfig_dts.py72 with open(binding_path, encoding="utf-8") as f:
91 with open(args.kconfig_out, "w", encoding="utf-8") as kconfig_file:
Dgen_edt.py57 with open(args.dts_out, "w", encoding="utf-8") as f:
Dgen_dts_cmake.py173 with open(args.cmake_out, "w", encoding="utf-8") as cmake_file:
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/
Dlog_database.py266 with open(db_file_name, "r", encoding="iso-8859-1") as db_fd:
306 with open(db_file_name, "w", encoding="iso-8859-1") as db_fd:
320 with open(db_file_name, "w", encoding="iso-8859-1") as db_fd:
Dutils.py18 with open(hexfile, "r", encoding="iso-8859-1") as hfile:
/Zephyr-latest/tests/net/socket/udp/
Dgenerate-c-string.py20 with open(args.filepath, "w", encoding="UTF-8") as fp:
/Zephyr-latest/scripts/build/
Dsubfolder_list.py81 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:
Dmergehex.py40 type=argparse.FileType('w', encoding='UTF-8'),
Dparse_syscalls.py71 with open(file_list, "r", encoding="utf-8") as fp:
118 with open(one_file, "r", encoding="utf-8") as fp:
/Zephyr-latest/scripts/
Dzephyr_module.py209 with Path(module_yml).open('r', encoding='utf-8') as f:
857 with open(args.kconfig_out, 'w', encoding="utf-8") as fp:
861 with open(args.cmake_out, 'w', encoding="utf-8") as fp:
865 with open(args.sysbuild_kconfig_out, 'w', encoding="utf-8") as fp:
869 with open(args.sysbuild_cmake_out, 'w', encoding="utf-8") as fp:
873 with open(args.settings_out, 'w', encoding="utf-8") as fp:
887 with open(args.twister_out, 'w', encoding="utf-8") as fp:
894 with open(args.meta_out, 'w', encoding="utf-8") as fp:
/Zephyr-latest/samples/subsys/zbus/benchmark/
Dbenchmark_256KB.robot50 ${val} Read Until expected=@ encoding=ascii
51 ${val} Read Until encoding=ascii
/Zephyr-latest/scripts/pylib/twister/
Dscl.py44 with open(filename, 'r', encoding='utf-8') as f:
/Zephyr-latest/samples/drivers/lora/send/
DREADME.rst11 the encoding settings and send data over the radio.
/Zephyr-latest/scripts/logging/dictionary/
Dlog_parser.py60 with open(args.logfile, "r", encoding="iso-8859-1") as hexfile:
/Zephyr-latest/doc/develop/tools/
Dcoccinelle.rst465 …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-latest/cmake/modules/
Dpython.cmake7 # are invoked by CMake code and, on Windows, standard I/O encoding defaults
/Zephyr-latest/subsys/mgmt/mcumgr/grp/stat_mgmt/
DKconfig36 encoding the name to cbor.
/Zephyr-latest/tests/subsys/logging/dictionary/pytest/
Dtest_logging_dictionary.py54 with open(encoded_log_file, 'w', encoding='utf-8') as fp:
/Zephyr-latest/modules/nanopb/
DKconfig37 Disable support for custom streams. Only supports encoding and

1234