Home
last modified time | relevance | path

Searched +full:no +full:- +full:format (Results 1 – 25 of 444) sorted by relevance

12345678910>>...18

/Zephyr-Core-3.7.0/scripts/ci/
Dpylintrc2 # SPDX-License-Identifier: Apache-2.0
8 # pylint3 --rcfile=ci-tools/scripts/pylintrc <Python file>
12 # pylint3 --rcfile=ci-tools/scripts/pylintrc $(git ls-files '*.py')
20 persistent=no
26 reports=no
29 score=no
35 # 'pylint3 --list-msgs' to list messages and their IDs.
39 # no-member
40 # arguments-differ
41 # redefine-in-handler
[all …]
/Zephyr-Core-3.7.0/boards/native/native_posix/
Dtracing.c4 * SPDX-License-Identifier: Apache-2.0
19 void posix_vprint_error_and_exit(const char *format, va_list vargs) in posix_vprint_error_and_exit() argument
21 vfprintf(stderr, format, vargs); in posix_vprint_error_and_exit()
25 void posix_vprint_warning(const char *format, va_list vargs) in posix_vprint_warning() argument
27 vfprintf(stderr, format, vargs); in posix_vprint_warning()
30 void posix_vprint_trace(const char *format, va_list vargs) in posix_vprint_trace() argument
32 vfprintf(stdout, format, vargs); in posix_vprint_trace()
35 void posix_print_error_and_exit(const char *format, ...) in posix_print_error_and_exit() argument
39 va_start(variable_args, format); in posix_print_error_and_exit()
40 posix_vprint_error_and_exit(format, variable_args); in posix_print_error_and_exit()
[all …]
/Zephyr-Core-3.7.0/scripts/
Dget_maintainer.py4 # SPDX-License-Identifier: Apache-2.0
11 The comment at the top of MAINTAINERS.yml in Zephyr documents the file format.
16 ./get_maintainer.py path --help
60 "-m", "--maintainers",
63 "the top-level repository directory is used, and must exist. "
65 "to the top-level directory.")
68 help="Available commands (each has a separate --help text)")
98 "non-orphaned files are listed (all files that do not appear in "
127 "-a",
128 "--count-areas",
[all …]
/Zephyr-Core-3.7.0/include/zephyr/mgmt/mcumgr/grp/os_mgmt/
Dos_mgmt.h2 * Copyright (c) 2018-2021 mcumgr authors
6 * SPDX-License-Identifier: Apache-2.0
33 /** No error, this is implied if there is no ret value in the response */
39 /** The provided format value is not valid. */
53 * 32-bits, allowing 32 flags, custom user-level implementations should start at
54 * OS_MGMT_INFO_FORMAT_USER_CUSTOM_START and reference that directly as additional format
73 /* Input format string from the mcumgr client */
74 struct zcbor_string *format; member
77 /* Number of valid format characters parsed, must be incremented by 1 for each valid
87 /* The format bitmask from the processed commands, the bits should be cleared once
/Zephyr-Core-3.7.0/dts/bindings/display/
Dsitronix,st7796s.yaml2 # SPDX-License-Identifier: Apache-2.0
8 include: [mipi-dbi-spi-device.yaml, display-controller.yaml]
12 type: uint8-array
19 type: uint8-array
26 type: uint8-array
33 type: uint8-array
40 type: uint8-array
47 type: uint8-array
69 type: uint8-array
75 type: uint8-array
[all …]
/Zephyr-Core-3.7.0/scripts/west_commands/runners/
Dopenocd.py3 # SPDX-License-Identifier: Apache-2.0
5 # pylint: disable=duplicate-code
30 '''Runner front-end for openocd.'''
46 # try to find the board support in-tree
62 search_args.append('-s')
68 search_args.append('-s')
73 search_args.extend(['-s', p])
91 self.tui_arg = ['-tui'] if tui else []
92 self.halt_arg = [] if no_halt else ['-c halt']
93 self.init_arg = [] if no_init else ['-c init']
[all …]
Dintel_cyclonev.py3 # SPDX-License-Identifier: Apache-2.0
22 '''Runner front-end for openocd.'''
54 search_args.append('-s')
60 search_args.append('-s')
65 search_args.extend(['-s', p])
82 self.tui_arg = ['-tui'] if tui else []
83 self.halt_arg = [] if no_halt else ['-c halt']
84 self.init_arg = [] if no_init else ['-c init']
85 self.targets_arg = [] if no_targets else ['-c targets']
86 self.serial = ['-c set _ZEPHYR_BOARD_SERIAL ' + serial] if serial else []
[all …]
Dteensy.py3 # SPDX-License-Identifier: Apache-2.0
13 '''Runner front-end for teensy.'''
18 self.mcu_args = ['--mcu', mcu]
28 parser.add_argument('--mcu', required=True,
30 parser.add_argument('--teensy', default='teensy_loader_cli',
50 'Cannot flash; no hex ({}) file found. '.format(self.hex_name))
56 self.logger.info('Flashing file: {}'.format(fname))
/Zephyr-Core-3.7.0/scripts/native_simulator/native/src/
Dnsi_trace.c5 * SPDX-License-Identifier: Apache-2.0
19 * 0 = no
21 * -1 = we do not know yet
24 static int is_a_tty[2] = {-1, -1};
31 if (is_a_tty[0] == -1) { in decide_about_color()
34 if (is_a_tty[1] == -1) { in decide_about_color()
44 "\x1b[1;31m", /* ERROR - Foreground color = red, bold */
45 "\x1b[95m", /* WARNING - Foreground color = magenta */
46 "\x1b[0;39m", /* TRACE - reset all styles */
51 void nsi_vprint_warning(const char *format, va_list vargs) in nsi_vprint_warning() argument
[all …]
/Zephyr-Core-3.7.0/scripts/tracing/
Dtrace_capture_usb.py5 # SPDX-License-Identifier: Apache-2.0
20 parser.add_argument("-v", "--vendor_id", required=True,
22 parser.add_argument("-p", "--product_id", required=True,
24 parser.add_argument("-o", "--output", default='channel0_0',
45 sys.exit("{}".format(e))
48 sys.exit("No device found, check vendor_id and product_id")
54 sys.exit("{}".format(e))
56 # set the active configuration. With no arguments, the first
61 sys.exit("{}".format(e))
102 print('Data capture interrupted, data saved into {}'.format(args.output))
/Zephyr-Core-3.7.0/scripts/west_commands/
Dbuild.py3 # SPDX-License-Identifier: Apache-2.0
20 _ARG_SEPARATOR = '--'
26 west build [-h] [-b BOARD[@REV]]] [-d BUILD_DIR]
27 [-S SNIPPET] [--shield SHIELD]
28 [-t TARGET] [-p {auto, always, never}] [-c] [--cmake-only]
29 [-n] [-o BUILD_OPT] [-f]
30 [--sysbuild | --no-sysbuild] [--domain DOMAIN]
31 [source_dir] -- [cmake_opt [cmake_opt ...]]
41 cmake_opt extra options to pass to cmake; implies -c
42 (these must come after "--" as shown above)
[all …]
Dsign.py3 # SPDX-License-Identifier: Apache-2.0
27 sys.path.insert(0, str(ZEPHYR_SCRIPTS / 'dts' / 'python-devicetree' / 'src'))
31 binaries for chain-loading by a bootloader.
35 west sign -t your_tool -- ARGS_FOR_YOUR_TOOL
39 which sort of ARGS_FOR_YOUR_TOOLS you use, the `--` separator/sentinel may
41 understand POSIX 12.2 Guideline 10, always use `--`.
43 See tool-specific help below for details.'''
47 -------
52 west sign -t imgtool -- --key YOUR_SIGNING_KEY.pem
55 or you must pass the path to imgtool.py using the -p option.
[all …]
/Zephyr-Core-3.7.0/drivers/dai/intel/dmic/
DKconfig.dmic4 # SPDX-License-Identifier: Apache-2.0
22 2. DAI tokens those describe the use case PCM format
29 number of channels, sample rate, and PCM format are
30 defined in the blob and there are no runtime made
34 bool "Use parameters from topology - WIP"
38 and topology defined PCM format. The parameters are
/Zephyr-Core-3.7.0/cmake/compiler/clang/
Dcompiler_flags.cmake6 # No property flag, clang doesn't understand fortify at all
10 # No printf-return-value optimizations in clang
13 # No property flag, this is used by the POSIX arch based targets when building with the host libC,
14 # But clang has problems compiling these with -fno-freestanding.
19 set_compiler_property(PROPERTY coverage -fprofile-instr-generate -fcoverage-mapping)
21 set_compiler_property(PROPERTY coverage --coverage -fno-inline)
25 set_compiler_property(PROPERTY diagnostic -fcolor-diagnostics)
28 set_compiler_property(PROPERTY save_temps -save-temps)
30 # clang doesn't handle the -T flag
31 set_compiler_property(PROPERTY linker_script -Wl,-T)
[all …]
Dtarget_arm.cmake1 # SPDX-License-Identifier: Apache-2.0
5 list(APPEND ARM_C_FLAGS -mcpu=${GCC_M_CPU})
8 list(APPEND ARM_C_FLAGS -mthumb)
11 list(APPEND ARM_C_FLAGS -mabi=aapcs)
14 list(APPEND ARM_C_FLAGS -mfpu=${GCC_M_FPU})
24 list(APPEND ARM_C_FLAGS -mfloat-abi=hard)
26 list(APPEND ARM_C_FLAGS -mfloat-abi=softfp)
29 list(APPEND ARM_C_FLAGS -mfpu=none)
31 list(APPEND ARM_C_FLAGS -mfloat-abi=soft)
35 # Clang only supports IEEE 754-2008 format for __fp16. It's enabled by
[all …]
/Zephyr-Core-3.7.0/dts/bindings/fs/
Dzephyr,fstab-common.yaml2 # SPDX-License-Identifier: Apache-2.0
9 mount-point:
29 read-only:
32 Mount file system read-only if present.
37 no-format:
40 Do not format file system if mount fails.
45 disk-access:
48 Use disk-access for accessing storage media.
/Zephyr-Core-3.7.0/arch/arm/core/cortex_a_r/
Dvector_table.h5 * SPDX-License-Identifier: Apache-2.0
15 * System exception handler names all have the same format:
19 * No other symbol has the same format, so they are easy to spot.
/Zephyr-Core-3.7.0/lib/os/
DKconfig.cbprintf2 # SPDX-License-Identifier: Apache-2.0
15 # 80: -53% / 982 B (80 / 00)
17 bool "Space-optimized but feature-limited"
39 Selecting this may increase code size on 32-bit systems as
49 values with no more than 32 bits.
56 With CBPRINTF_COMPLETE conversions that may result in value-specific
72 point format specifiers. Selecting this increases stack size
81 The %a hexadecimal format for floating point value conversion was
88 # 40: -15% / -508 B (46 / 06)
90 bool "Select %a format for all floating point specifications"
[all …]
/Zephyr-Core-3.7.0/samples/subsys/fs/format/src/
Dmain.c4 * SPDX-License-Identifier: Apache-2.0
36 #error "No filesystem specified."
48 LOG_ERR("Format failed"); in main()
52 LOG_INF("Format successful"); in main()
/Zephyr-Core-3.7.0/scripts/logging/dictionary/dictionary_parser/
Dmipi_syst.py3 # Copyright (c) 2022 - 2023 Intel Corporation
5 # SPDX-License-Identifier: Apache-2.0
8 Utilities for MIPI Sys-T Collateral XML data
15 <?xml version="1.0" encoding="utf-8"?>
16 <syst:Collateral xmlns:syst="http://www.mipi.org/1.0/sys-t"
17 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18 xsi:schemaLocation="http://www.mipi.org/1.0/sys-t
19 https://www.mipi.org/schema/sys-t/sys-t_1-0.xsd">
44 <syst:Format ID="0x{0:08x}"><![CDATA[{1}]]></syst:Format>"""
54 <syst:Format ID="0x{0:016x}"><![CDATA[{1}]]></syst:Format>"""
[all …]
/Zephyr-Core-3.7.0/samples/modules/tflite-micro/magic_wand/train/
Ddata_load.py8 # http://www.apache.org/licenses/LICENSE-2.0
16 # pylint: disable=g-bad-import-order
18 """Load data from the specified paths and format them for training."""
50 def get_data_file(self, data_path, data_type): # pylint: disable=no-self-use
56 for idx, line in enumerate(lines): # pylint: disable=unused-variable
66 def pad(self, data, seq_length, dim): # pylint: disable=no-self-use
70 # Before- Neighbour padding
71 tmp_data = (np.random.rand(seq_length, dim) - 0.5) * noise_level + data[0]
72 tmp_data[(seq_length -
75 # After- Neighbour padding
[all …]
/Zephyr-Core-3.7.0/scripts/kconfig/
Dkconfiglib.py1 # Copyright (c) 2011-2019, Ulf Magnusson
2 # SPDX-License-Identifier: ISC
9 from Kconfig (https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txt)
27 $ wget -qO- https://raw.githubusercontent.com/ulfalizer/Kconfiglib/master/makefile.patch | git am
28 …$ wget -qO- https://raw.githubusercontent.com/ulfalizer/Kconfiglib/master/makefile.patch | patch -
30 Warning: Not passing -p1 to patch will cause the wrong file to be patched.
43 $ git am Kconfiglib/makefile.patch (or 'patch -p1 < Kconfiglib/makefile.patch')
53 ----------------
61 --------------
69 --------------------------------
[all …]
/Zephyr-Core-3.7.0/arch/arm/core/cortex_m/
Dvector_table.h2 * Copyright (c) 2013-2015 Wind River Systems, Inc.
4 * SPDX-License-Identifier: Apache-2.0
14 * System exception handler names all have the same format:
18 * No other symbol has the same format, so they are easy to spot.
/Zephyr-Core-3.7.0/scripts/west_commands/completion/
Dwest-completion.zsh4 # SPDX-License-Identifier: Apache-2.0
6 # Ensure this works also when being source-ed
9 typeset -A -g _opt_args
12 local -a builtin_cmds=(
25 local -a zephyr_ext_cmds=(
29 'sign[sign a Zephyr binary for bootloader chain-loading]'
34 'zephyr-export[export Zephyr installation as a CMake config package]'
39 local -a all_cmds=(${builtin_cmds} ${zephyr_ext_cmds})
41 if [[ -v WEST_COMP_CHECK_WORKSPACE ]]; then
43 if [ $? -eq 0 ]; then
[all …]
/Zephyr-Core-3.7.0/scripts/build/
Dgen_relocate_app.py5 # SPDX-License-Identifier: Apache-2.0
25 python3 gen_relocate_app.py -i input_string -o generated_linker -c generated_code
29 - If the memory is like SRAM1/SRAM2/CCD/AON then place full object in
31 - If the memory type is appended with _DATA / _TEXT/ _RODATA/ _BSS only the
34 - COPY/NOCOPY defines whether the script should generate the relocation code in
36 - NOKEEP will suppress the default behavior of marking every relocated symbol
140 # generic section creation format
153 __{0}_{1}_reloc_size = __{0}_{1}_reloc_end - __{0}_{1}_reloc_start;
171 __{0}_{1}_reloc_size = __{0}_{1}_reloc_end - __{0}_{1}_reloc_start;
177 #include <zephyr/linker/linker-defs.h>
[all …]

12345678910>>...18