Home
last modified time | relevance | path

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

12345678910

/Zephyr-latest/doc/security/
Dvulnerabilities.rst14 CVE-2017
17 :cve:`2017-14199`
18 -----------------
22 - `Zephyr project bug tracker ZEPSEC-12
23 <https://zephyrprojectsec.atlassian.net/browse/ZEPSEC-12>`_
25 - `PR6158 fix for 1.11.0
26 <https://github.com/zephyrproject-rtos/zephyr/pull/6158>`_
28 :cve:`2017-14201`
29 -----------------
40 - `Zephyr project bug tracker ZEPSEC-17
[all …]
/Zephyr-latest/
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">
14 …ewer/?uri=github.com/zephyrproject-rtos/zephyr"><img src="https://api.securityscorecards.dev/proje…
15 …://github.com/zephyrproject-rtos/zephyr/actions/workflows/twister.yaml?query=branch%3Amain"><img s…
18 The Zephyr Project is a scalable real-time operating system (RTOS) supporting
22 The Zephyr OS is based on a small-footprint kernel designed for use on
23 resource-constrained systems: from simple embedded environmental sensors and
26 The Zephyr kernel supports multiple architectures, including ARM (Cortex-A,
[all …]
DCONTRIBUTING.rst4 As an open-source project, we welcome and encourage the community to submit
10 Guidelines <http://docs.zephyrproject.org/latest/contribute/index.html>`_
22 contributions, and documented with a ``Signed-off-by`` line in commits.
28 https://github.com/zephyrproject-rtos/zephyr
39 .. _Zephyr devel mailing list: https://lists.zephyrproject.org/g/devel
/Zephyr-latest/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-latest/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-latest/.github/workflows/
Dgreet_first_time_contributor.yml11 runs-on: ubuntu-22.04
12 if: github.repository == 'zephyrproject-rtos/zephyr'
15 - uses: actions/checkout@v4
16 - uses: zephyrproject-rtos/action-first-interaction@v1.1.1-zephyr-5
18 repo-token: ${{ secrets.GITHUB_TOKEN }}
20 issue-message: >
22 for our open-source project. ��
28 pr-opened-message: >
34 …ur commit message guidelines](https://docs.zephyrproject.org/latest/contribute/guidelines.html#com…
35 …at [our contribution workflow](https://docs.zephyrproject.org/latest/contribute/guidelines.html#co…
[all …]
Dtwister-prep.yaml18 … if: github.repository_owner == 'zephyrproject-rtos' && github.event_name == 'pull_request_target'
19 runs-on:
20 group: zephyr-runner-v2-linux-x64-4xlarge
22 image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
23 options: '--entrypoint /bin/bash'
25 subset: ${{ steps.output-services.outputs.subset }}
26 size: ${{ steps.output-services.outputs.size }}
27 fullrun: ${{ steps.output-services.outputs.fullrun }}
38 - name: Apply container owner mismatch workaround
44 git config --global --add safe.directory ${GITHUB_WORKSPACE}
[all …]
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: west setup
21 working-directory: zephyrproject/zephyr
24 git config --global user.email "you@example.com"
25 git config --global user.name "Your Name"
26 west init -l . || true
[all …]
Dstats_merged_prs.yml6 - main
7 - v*-branch
11 if: github.event.pull_request.merged == true && github.repository == 'zephyrproject-rtos/zephyr'
12 runs-on: ubuntu-22.04
14 - name: checkout
16 - name: PR event
20 ELASTICSEARCH_SERVER: "https://elasticsearch.zephyrproject.io:443"
24 …python3 ./scripts/ci/stats/merged_prs.py --pull-request ${{ github.event.pull_request.number }} --
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@v4
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 …]
/Zephyr-latest/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-latest/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-latest/soc/st/stm32/stm32l0x/
Dsoc.c4 * SPDX-License-Identifier: Apache-2.0
14 #include <zephyr/linker/linker-defs.h>
37 * See https://github.com/zephyrproject-rtos/zephyr/issues/#37119 in soc_early_init_hook()
40 * https://github.com/zephyrproject-rtos/zephyr/issues/#34324 ) in soc_early_init_hook()
/Zephyr-latest/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-latest/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-latest/drivers/sensor/st/stmemsc/
Dstmemsc_mdelay.c5 * SPDX-License-Identifier: Apache-2.0
7 * zephyrproject-rtos/modules/hal/st/sensor/stmemsc/
/Zephyr-latest/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-latest/tests/drivers/build_all/interrupt_controller/common/boards/
Dimx8mp_evk_mimx8ml8_adsp.conf2 # SPDX-License-Identifier: Apache-2.0
4 # Made-up config to build intc_nxp_irqsteer.c, refer to:
5 # https://github.com/zephyrproject-rtos/zephyr/pull/62776#issuecomment-1727846332
/Zephyr-latest/tests/net/socket/poll/
Dtestcase.yaml5 # is fixed (GitHub issue zephyrproject-rtos/zephyr#48608).
7 - mps2/an385
8 - native_posix/native/64
9 - native_posix
14 - net
15 - socket
16 - poll
/Zephyr-latest/samples/application_development/
Dapplication_development.rst1 .. zephyr:code-sample-category:: application_development
3 :show-listing:
8 `example-application`_. Among others, you will find on it out of tree driver
11 .. _example-application: https://github.com/zephyrproject-rtos/example-application
/Zephyr-latest/samples/cpp/hello_world/
Dsample.yaml7 - qemu_riscv32
12 - "Hello, C\\+\\+ world! (.*)"
18 - xtensa
20 # See zephyrproject-rtos/sdk-ng#593
21 - qemu_x86
22 - intel_ish_5_4_1
23 - intel_ish_5_6_0
24 - intel_ish_5_8_0
/Zephyr-latest/tests/net/socket/service/
Dtestcase.yaml5 # is fixed (GitHub issue zephyrproject-rtos/zephyr#48608).
8 - mps2/an385
9 - native_posix
10 - native_posix/native/64
15 - net
16 - socket
17 - poll
/Zephyr-latest/tests/net/socket/reuseaddr_reuseport/
Dtestcase.yaml6 - net
7 - socket
10 # is fixed (GitHub issue zephyrproject-rtos/zephyr#48608).
15 - CONFIG_TEST_USERSPACE=n
18 - CONFIG_TEST_USERSPACE=y
/Zephyr-latest/doc/safety/
Dsafety_requirements.rst10 …on, following the `route 3s <https://docs.zephyrproject.org/latest/safety/safety_overview.html#gen…
16 <https://github.com/zephyrproject-rtos/reqmgmt>`__
39 System requirements describe the behaviour of the Zephyr RTOS (= the system here).
40 They describe the functionality of the Zephyr RTOS from a very high-level perspective,
43 of the Zephyr RTOS.
44 In other words a person writing these requirements usually has some knowledge of the Zephyr RTOS
45 Project as the requirements are specific to an RTOS.
48 Software requirements refine the system-level requirements at a more granular level so
61 #. After completing work on the new requirements execute: ``strictDoc manage auto-uid .``
66 If there are duplicates in the PR, these need to be resolved by rebasing and re-executing
[all …]

12345678910