Home
last modified time | relevance | path

Searched +full:- +full:- +full:pretty (Results 1 – 19 of 19) sorted by relevance

/Zephyr-Core-3.4.0/.github/workflows/
Dcompliance.yml7 runs-on: ubuntu-22.04
10 - name: Update PATH for west
14 - name: Checkout the code
18 fetch-depth: 0
20 - name: cache-pip
24 key: ${{ runner.os }}-doc-pip
26 - name: Install python dependencies
30 pip3 install python-magic lxml junitparser gitlint pylint pykwalify yamllint
33 - name: west setup
37 git config --global user.email "you@example.com"
[all …]
Dcoding_guidelines.yml7 runs-on: ubuntu-22.04
10 - name: Checkout the code
14 fetch-depth: 0
16 - name: cache-pip
20 key: ${{ runner.os }}-doc-pip
22 - name: Install python dependencies
28 - name: Install Packages
30 sudo apt-get update
31 sudo apt-get install coccinelle
33 - name: Run Coding Guildeines Checks
[all …]
Dbsim-tests.yaml6 - ".github/workflows/bsim-tests.yaml"
7 - ".github/workflows/bsim-tests-publish.yaml"
8 - "west.yml"
9 - "subsys/bluetooth/**"
10 - "tests/bsim/**"
11 - "samples/bluetooth/**"
12 - "boards/posix/**"
13 - "soc/posix/**"
14 - "arch/posix/**"
15 - "samples/net/sockets/echo_*/**"
[all …]
Dtwister.yaml6 - main
7 - v*-branch
10 - main
11 - v*-branch
14 - cron: '0 3 * * 0'
17 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
18 cancel-in-progress: true
21 twister-build-prep:
22 if: github.repository_owner == 'zephyrproject-rtos'
23 runs-on: zephyr-runner-linux-x64-4xlarge
[all …]
Dclang.yaml6 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
7 cancel-in-progress: true
10 clang-build:
11 if: github.repository_owner == 'zephyrproject-rtos'
12 runs-on: zephyr-runner-linux-x64-4xlarge
14 image: ghcr.io/zephyrproject-rtos/ci:v0.26.4
15 options: '--entrypoint /bin/bash'
17 - /repo-cache/zephyrproject:/github/cache/zephyrproject
19 fail-fast: false
23 ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.1
[all …]
/Zephyr-Core-3.4.0/scripts/pylib/twister/twisterlib/
Dcoverage.py3 # Copyright (c) 2018-2022 Intel Corporation
4 # SPDX-License-Identifier: Apache-2.0
62 hex_dump = sp[1][:-1]
79 filename = (filename[:-4]) + "gcno"
130 cmd = ["lcov", "--gcov-tool", str(self.gcov_tool),
131 "--capture", "--directory", outdir,
132 "--rc", "lcov_branch_coverage=1",
133 "--output-file", coveragefile]
138 subprocess.call(["lcov", "--gcov-tool", self.gcov_tool, "--extract",
141 "--output-file", ztestfile,
[all …]
/Zephyr-Core-3.4.0/scripts/kconfig/
Dlint.py4 # SPDX-License-Identifier: Apache-2.0
7 Linter for the Zephyr Kconfig files. Pass --help to see
62 "-n", "--check-always-n",
71 "-u", "--check-unused",
78 - Isn't referenced in Kconfig
79 - Isn't referenced as CONFIG_<NAME> outside Kconfig
81 - Isn't selecting/implying other symbols
82 - Isn't a choice symbol
87 "-m", "--check-pointless-menuconfigs",
95 "-d", "--check-defconfig-only-definition",
[all …]
Dmenuconfig.py3 # Copyright (c) 2018-2019, Nordic Semiconductor ASA and Ulf Magnusson
4 # SPDX-License-Identifier: ISC
10 A curses-based Python 2/3 menuconfig implementation. The interface should feel
19 Ctrl-D/U: Page Down/Page Up
27 character in it in the current menu isn't supported. A jump-to feature for
33 F: Toggle show-help mode, which shows the help text of the currently selected
37 C: Toggle show-name mode, which shows the symbol name before each symbol menu
40 A: Toggle show-all mode, which shows all items, including currently invisible
52 When run in standalone mode, the top-level Kconfig file to load can be passed
53 as a command-line argument. With no argument, it defaults to "Kconfig".
[all …]
Dguiconfig.py4 # SPDX-License-Identifier: ISC
10 # pylint: disable=undefined-variable
16 A Tkinter-based menuconfig implementation, based around a treeview control and
21 single menu (like menuconfig.py). Only single-menu mode distinguishes between
24 A show-all mode is available that shows invisible items in red.
29 Ctrl-S : Save configuration
30 Ctrl-O : Open configuration
31 Ctrl-A : Toggle show-all mode
32 Ctrl-N : Toggle show-name mode
33 Ctrl-M : Toggle single-menu mode
[all …]
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.4.0/kernel/include/
Dmmu.h4 * SPDX-License-Identifier: Apache-2.0
16 #include <zephyr/linker/linker-defs.h>
38 /* Boot-time virtual location of the kernel image. */
41 #define Z_KERNEL_VIRT_SIZE (Z_KERNEL_VIRT_END - Z_KERNEL_VIRT_START)
43 #define Z_VM_OFFSET ((CONFIG_KERNEL_VM_BASE + CONFIG_KERNEL_VM_OFFSET) - \
50 #define Z_BOOT_VIRT_TO_PHYS(virt) ((uintptr_t)(((uint8_t *)virt) - Z_VM_OFFSET))
62 * is otherwise not application-facing.
84 * This page frame is currently involved in a page-in/out operation
128 return (pf->flags & Z_PAGE_FRAME_PINNED) != 0U; in z_page_frame_is_pinned()
133 return (pf->flags & Z_PAGE_FRAME_RESERVED) != 0U; in z_page_frame_is_reserved()
[all …]
/Zephyr-Core-3.4.0/boards/posix/native_posix/
Dtimer_model.c4 * SPDX-License-Identifier: Apache-2.0
9 * - A system tick
10 * - A real time clock
11 * - A one shot HW timer which can be used to awake the CPU at a given time
12 * - The clock source for all of this, and therefore for native_posix
92 * For ex. a clock_ratio = 1+100e-6 means the simulated time is 100ppm faster
190 uint64_t expected_rt = (hw_timer_tick_timer - last_radj_stime) in hwtimer_tick_timer_reached()
195 int64_t diff = expected_rt - real_time; in hwtimer_tick_timer_reached()
201 us_time_to_str(es, expected_rt - boot_time); in hwtimer_tick_timer_reached()
202 us_time_to_str(rs, real_time - boot_time); in hwtimer_tick_timer_reached()
[all …]
/Zephyr-Core-3.4.0/doc/build/dts/
Dmacros.bnf7 ; --------------------------------------------------------------------
8 ; dt-macro: the top level nonterminal for a devicetree macro
10 ; A dt-macro starts with uppercase "DT_", and is one of:
12 ; - a <node-macro>, generated for a particular node
13 ; - some <other-macro>, a catch-all for other types of macros
14 dt-macro = node-macro / other-macro
16 ; --------------------------------------------------------------------
17 ; node-macro: a macro related to a node
20 node-macro = property-macro
22 node-macro =/ pinctrl-macro
[all …]
/Zephyr-Core-3.4.0/arch/riscv/core/
Dpmp.c4 * SPDX-License-Identifier: Apache-2.0
6 * Physical Memory Protection (PMP) is RISC-V parlance for an MPU.
14 * PMP slot configurations are updated in memory to avoid read-modify-write
18 * In the stackguard case we keep an m-mode copy for each thread. Each user
19 * mode threads also has a u-mode copy. This makes faster context switching
23 * Thread-specific m-mode and u-mode PMP entries start from the PMP slot
30 #include <zephyr/linker/linker-defs.h>
54 #define NAPOT_RANGE(size) (((size) - 1) >> 1)
72 start = (index == 0) ? 0 : (pmp_addr[index - 1] << 2); in print_pmp_entries()
73 end = (pmp_addr[index] << 2) - 1; in print_pmp_entries()
[all …]
/Zephyr-Core-3.4.0/subsys/usb/device_next/class/
Dusbd_msc_scsi.c4 * SPDX-License-Identifier: Apache-2.0
21 /* Claim conformance to SPC-2 because this allows us to implement less commands
49 /* SAM-6 5.2 Command descriptor block (CDB)
52 #define GET_CONTROL_NACA(cmd) (cmd->control & BIT(2))
54 /* SPC-5 4.3.3 Variable type data field requirements
63 /* SPC-5 F.3.1 Operation codes Table F.2 — Operation codes */
84 /* DESC bit was reserved in SPC-2 and is optional since SPC-3 */
85 #define GET_REQUEST_SENSE_DESC(cmd) (cmd->desc & BIT(0))
121 /* CMDDT in SPC-2, but obsolete since SPC-3 */
130 /* SPC-5 Table 517 — DESIGNATOR TYPE field */
[all …]
/Zephyr-Core-3.4.0/scripts/ci/
Dcheck_compliance.py5 # SPDX-License-Identifier: Apache-2.0
46 f"{cp.stdout.decode('utf-8')}\n"
48 f"{cp.stderr.decode('utf-8')}\n")
50 return cp.stdout.decode("utf-8").rstrip()
59 return git('rev-list',
60 f'--max-count={-1 if "." in refspec else 1}', refspec).split()
63 filter_arg = (f'--diff-filter={filter}',) if filter else ()
64 paths_arg = ('--', *paths) if paths else ()
65 out = git('diff', '--name-only', *filter_arg, COMMIT_RANGE, *paths_arg)
112 - The magic string "<zephyr-base>" can be used to refer to the
[all …]
/Zephyr-Core-3.4.0/doc/
Dzephyr.doxyfile.in20 # doxygen -x [configFile]
24 # doxygen -x_noenv [configFile]
26 #---------------------------------------------------------------------------
28 #---------------------------------------------------------------------------
31 # file that follow. The default is UTF-8 which is also the encoding used for all
35 # The default value is: UTF-8.
37 DOXYFILE_ENCODING = UTF-8
40 # double-quotes, unless you are using Doxywizard) that should identify the
74 # sub-directories (in 2 levels) under the output directory of each output format
79 # control the number of sub-directories.
[all …]
/Zephyr-Core-3.4.0/doc/releases/
Drelease-notes-1.14.rst17 * CVE-2020-10066
18 * CVE-2020-10069
19 * CVE-2020-13601
20 * CVE-2020-13602
32 * :github:`issuenumber` - issue title
34 * :github:`18334` - DNS resolution is broken for some addresses in master/2.0-pre
35 * :github:`19917` - Bluetooth: Controller: Missing LL_ENC_RSP after HCI LTK Negative Reply
36 * :github:`21107` - LL_ASSERT and 'Imprecise data bus error' in LL Controller
37 * :github:`21257` - tests/net/net_pkt failed on mimxrt1050_evk board.
38 * :github:`21299` - bluetooth: Controller does not release buffer on central side after peripheral …
[all …]
/Zephyr-Core-3.4.0/scripts/
Dcheckpatch.pl2 # SPDX-License-Identifier: GPL-2.0
7 # (c) 2008-2010 Andy Whitcroft <apw@canonical.com>
8 # (c) 2010-2018 Joe Perches <joe@perches.com>
67 my $git_command ='export LANGUAGE=en_US.UTF-8; git';
78 -q, --quiet quiet
79 --no-tree run without a kernel tree
80 --no-signoff do not check for 'Signed-off-by' line
81 --patch treat FILE as patchfile (default)
82 --emacs emacs compile window format
83 --terse one line per report
[all …]