Home
last modified time | relevance | path

Searched +full:zephyrproject +full:- +full:rtos (Results 1 – 25 of 184) sorted by relevance

12345678

/Zephyr-Core-3.4.0/doc/security/
Dvulnerabilities.rst14 CVE-2017
17 CVE-2017-14199
18 --------------
22 - `CVE-2017-14199 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14199>`_
24 - `Zephyr project bug tracker ZEPSEC-12
25 <https://zephyrprojectsec.atlassian.net/browse/ZEPSEC-12>`_
27 - `PR6158 fix for 1.11.0
28 <https://github.com/zephyrproject-rtos/zephyr/pull/6158>`_
30 CVE-2017-14201
31 --------------
[all …]
/Zephyr-Core-3.4.0/
DREADME.rst3 <a href="https://www.zephyrproject.org">
6 … <source media="(prefers-color-scheme: dark)" srcset="doc/_static/images/logo-readme-dark.svg">
7 … <source media="(prefers-color-scheme: light)" srcset="doc/_static/images/logo-readme-light.svg">
8 <img src="doc/_static/images/logo-readme-light.svg">
16 …href="https://github.com/zephyrproject-rtos/zephyr/actions/workflows/twister.yaml?query=branch%3Am…
18 …src="https://github.com/zephyrproject-rtos/zephyr/actions/workflows/twister.yaml/badge.svg?event=p…
21 The Zephyr Project is a scalable real-time operating system (RTOS) supporting
25 The Zephyr OS is based on a small-footprint kernel designed for use on
26 resource-constrained systems: from simple embedded environmental sensors and
29 The Zephyr kernel supports multiple architectures, including ARM (Cortex-A,
[all …]
/Zephyr-Core-3.4.0/doc/_templates/
Dzversions.html1 {# Add rst-badge after rst-versions for small badge style. #}
2 <div class="rst-versions" data-toggle="rst-versions" role="note" aria-label="versions">
3 <span class="rst-current-version" data-toggle="rst-current-version">
4 <span class="fa fa-book"> Zephyr Project</span>
6 <span class="fa fa-caret-down"></span>
8 <div class="rst-other-versions">
21 <dt>{{ _('zephyrproject.org Links') }}</dt>
23 <a href="https://www.zephyrproject.org/">Project Home</a>
26 <a href="https://github.com/zephyrproject-rtos/sdk-ng/releases">SDK</a>
29 <a href="https://github.com/zephyrproject-rtos/zephyr/releases">Releases</a>
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/ll/edtt/tests_scripts/
Dll.set2.llcp.test_list2 # SPDX-License-Identifier: Apache-2.0
4 LL/CON/PER/BV-29-C
5 LL/CON/PER/BV-33-C
6 LL/CON/PER/BV-34-C
7 LL/CON/PER/BV-40-C
8 LL/CON/PER/BV-42-C
9 #LL/CON/PER/BV-77-C # Needs testcase implementation update
10 #LL/CON/PER/BV-78-C # Needs testcase implementation update
11 #LL/CON/PER/BV-80-C # Needs testcase implementation update
12 #LL/CON/PER/BV-81-C # Needs testcase implementation update
[all …]
/Zephyr-Core-3.4.0/doc/develop/toolchains/
Dzephyr_sdk.rst18 * ARC (32-bit and 64-bit; ARCv1, ARCv2, ARCv3)
19 * ARM (32-bit and 64-bit; ARMv6, ARMv7, ARMv8; A/R/M Profiles)
20 * MIPS (32-bit and 64-bit)
22 * RISC-V (32-bit and 64-bit; RV32I, RV32E, RV64I)
23 * x86 (32-bit and 64-bit)
34 script. Additional OS-specific instructions are described in the sections below.
52 * ``/company/tools/zephyr-sdk-0.13.2``
53 * ``/company/tools/zephyr-sdk-a.b.c``
54 * ``/company/tools/zephyr-sdk-x.y.z``
77 .. code-block:: bash
[all …]
/Zephyr-Core-3.4.0/.github/workflows/
Dmanifest.yml7 runs-on: ubuntu-22.04
10 - name: Checkout the code
13 path: zephyrproject/zephyr
15 fetch-depth: 0
16 persist-credentials: false
18 - name: Manifest
19 uses: zephyrproject-rtos/action-manifest@a6d0c6e52bbbb7d6df23ceb42842edcb4582b8dc
21 github-token: ${{ secrets.ZB_GITHUB_TOKEN }}
22 manifest-path: 'west.yml'
23 checkout-path: 'zephyrproject/zephyr'
[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 …]
Dfootprint.yml6 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
7 cancel-in-progress: true
10 footprint-delta:
11 runs-on: ubuntu-22.04
12 if: github.repository == 'zephyrproject-rtos/zephyr'
14 image: ghcr.io/zephyrproject-rtos/ci:v0.26.4
15 options: '--entrypoint /bin/bash'
17 fail-fast: false
19 ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.1
22 - name: Apply container owner mismatch workaround
[all …]
Dcodecov.yaml5 - cron: '25 */3 * * 1-5'
8 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
9 cancel-in-progress: true
13 if: github.repository == 'zephyrproject-rtos/zephyr'
14 runs-on: zephyr-runner-linux-x64-4xlarge
16 image: ghcr.io/zephyrproject-rtos/ci:v0.26.4
17 options: '--entrypoint /bin/bash'
19 - /repo-cache/zephyrproject:/github/cache/zephyrproject
21 fail-fast: false
25 ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.1
[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 …]
Dfootprint-tracking.yml6 - cron: '50 1/12 * * *'
9 - 'VERSION'
10 - '.github/workflows/footprint-tracking.yml'
12 - main
13 - v*-branch
15 # only publish v* tags, do not care about zephyr-v* which point to the
17 - 'v*'
20 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
21 cancel-in-progress: true
24 footprint-tracking:
[all …]
Ddaily_test_version.yml2 # SPDX-License-Identifier: Apache-2.0
8 - cron: '50 22 * * *'
11 - refs/tags/*
15 runs-on: ubuntu-22.04
16 if: github.repository == 'zephyrproject-rtos/zephyr'
19 - name: Configure AWS Credentials
20 uses: aws-actions/configure-aws-credentials@v2
22 aws-access-key-id: ${{ vars.AWS_TESTING_ACCESS_KEY_ID }}
23 aws-secret-access-key: ${{ secrets.AWS_TESTING_SECRET_ACCESS_KEY }}
24 aws-region: us-east-1
[all …]
Ddoc-publish.yml3 # SPDX-License-Identifier: Apache-2.0
11 - main
12 - v*
14 - completed
17 doc-publish:
19 runs-on: ubuntu-22.04
23 github.repository == 'zephyrproject-rtos/zephyr'
26 - name: Download artifacts
27 uses: dawidd6/action-download-artifact@v2
29 workflow: doc-build.yml
[all …]
/Zephyr-Core-3.4.0/doc/services/dsp/
Dindex.rst53 linked in at :file:`subsys/dsp/CMakeLists.txt`. To add architecture-specific attributes,
62 .. _subsys/dsp/Kconfig: https://github.com/zephyrproject-rtos/zephyr/blob/main/subsys/dsp/Kconfig
63 .. _subsys/dsp/CMakeLists.txt: https://github.com/zephyrproject-rtos/zephyr/blob/main/subsys/dsp/CM…
64 .. _include/zephyr/dsp/dsp.h: https://github.com/zephyrproject-rtos/zephyr/blob/main/include/zephyr…
/Zephyr-Core-3.4.0/doc/_doxygen/
Dmainpage.md3 The Zephyr OS is a small-footprint kernel designed for use on
4 resource-constrained and embedded systems: from simple embedded
8 See the [zephyrproject.org](https://zephyrproject.org) site for more
10 of Zephyr resources](https://docs.zephyrproject.org/latest/introduction/index.html#resources)
16 Cortex-M, Intel x86, ARC, NIOS II, Tensilica Xtensa, and RISC-V 32. For
18 documentation](https://docs.zephyrproject.org/latest/boards/index.html).
24 file](https://github.com/zephyrproject-rtos/zephyr/blob/main/LICENSE).
27 components](https://docs.zephyrproject.org/latest/LICENSING.html#zephyr-licensing).
/Zephyr-Core-3.4.0/doc/develop/west/
Dworkspaces.rst1 .. _west-workspaces:
7 :ref:`west-basics` in more detail.
9 .. _west-manifest-rev:
11 The ``manifest-rev`` branch
14 West creates and controls a Git branch named ``manifest-rev`` in each
16 specified for the project at the time :ref:`west-update` was last run.
17 Other workspace management commands may use ``manifest-rev`` as a reference
19 purposes, the ``manifest-rev`` branch allows the manifest file to use SHAs
22 Although ``manifest-rev`` is a normal Git branch, west will recreate and/or
27 rebase it on top of a new ``manifest-rev``, or merge ``manifest-rev`` into
[all …]
Dwithout-west.rst1 .. _no-west:
11 - cloning the additional source code repositories used by Zephyr in
13 - specifying the locations of these repositories to the Zephyr build
15 - flashing and debugging without understanding detailed usage of the
23 .. code-block:: console
31 ------------------
37 .. code-block:: console
39 mkdir zephyrproject
40 cd zephyrproject
41 git clone https://github.com/zephyrproject-rtos/zephyr
[all …]
/Zephyr-Core-3.4.0/doc/develop/getting_started/
Dindex.rst8 - Set up a command-line Zephyr development environment on Ubuntu, macOS, or
11 - Get the source code
12 - Build, flash, and run a sample application
16 .. rst-class:: numbered-step
25 .. group-tab:: Ubuntu
29 .. code-block:: bash
34 .. group-tab:: macOS
40 <https://support.apple.com/en-us/HT201541>`_.
42 .. group-tab:: Windows
47 .. _install-required-tools:
[all …]
/Zephyr-Core-3.4.0/doc/project/
Dcommunication.rst1 .. _communication-and-collaboration:
6 The `Zephyr Discord Server <https://chat.zephyrproject.org>`_ is the primary
10 <https://lists.zephyrproject.org/g/main/subgroups>`_ are used as an additional
17 <https://github.com/zephyrproject-rtos/zephyr/issues>`_ and not broadcasted to
/Zephyr-Core-3.4.0/doc/contribute/
Dcontributor_expectations.rst1 .. _contributor-expectations:
13 - Reviewed more quickly and reviewed more thoroughly. It's easier for reviewers
17 - Less wasted work if reviewers or maintainers reject the direction of the
20 - Easier to rebase and merge. Smaller PRs are less likely to conflict with other
23 - Easier to revert if the PR breaks functionality.
35 - Smaller PRs should encompass one self-contained logical change.
37 - When adding a new large feature or API, the PR should address only one part of
41 - PRs should include tests or samples under the following conditions:
43 - Adding new features or functionality.
45 - Modifying a feature, especially for API behavior contract changes.
[all …]
/Zephyr-Core-3.4.0/scripts/
Dmake_bugs_pickle.py5 # SPDX-License-Identifier: Apache-2.0
23 def parse_args() -> argparse.Namespace:
28 zephyrproject-rtos/zephyr repository using the GitHub API, and writes
33 - GitHub API: https://docs.github.com/en/rest
34 - github.Issue.Issue:
36 - pickle: https://docs.python.org/3/library/pickle.html
44 def get_open_bugs() -> List[Issue]:
45 zephyr_repo = get_github_object().get_repo('zephyrproject-rtos/zephyr')
48 def open_out_file(args: argparse.Namespace) -> BinaryIO:
54 def main() -> None:
/Zephyr-Core-3.4.0/.github/ISSUE_TEMPLATE/
D001_bug_report.md1 ---
8 ---
11 Github Discussions (https://github.com/zephyrproject-rtos/zephyr/discussions)
16 (https://github.com/zephyrproject-rtos/zephyr/). If the bug is for a project
25 - What target platform are you using?
26 - What have you tried to diagnose or workaround this issue?
27 - Is this a regression? If yes, have you been able to "git bisect" it to a
29 - ...
34 2. cmake -DBOARD=board\_xyz
47 copy-and-paste text and put a code fence (\`\`\`) before and after, to help
[all …]
/Zephyr-Core-3.4.0/soc/arm/st_stm32/common/
Dsoc_config.c4 * SPDX-License-Identifier: Apache-2.0
40 * - one of the DMA is clocked. in st_stm32_common_config()
41 * See https://github.com/zephyrproject-rtos/zephyr/issues/34324 in st_stm32_common_config()
51 * - one of the DBGMCU bit STOP/STANDBY/SLEEP is set in st_stm32_common_config()
52 * See https://github.com/zephyrproject-rtos/zephyr/issues/34324 in st_stm32_common_config()
/Zephyr-Core-3.4.0/soc/arm/st_stm32/stm32l0/
Dsoc.c4 * SPDX-License-Identifier: Apache-2.0
18 #include <zephyr/linker/linker-defs.h>
59 * See https://github.com/zephyrproject-rtos/zephyr/issues/#37119 in stm32l0_init()
62 * https://github.com/zephyrproject-rtos/zephyr/issues/#34324 ) in stm32l0_init()
/Zephyr-Core-3.4.0/tests/net/socket/poll/
Dtestcase.yaml5 # is fixed (GitHub issue zephyrproject-rtos/zephyr#48608).
11 - net
12 - socket
13 - poll

12345678