Searched +full:zephyrproject +full:- +full:rtos (Results 1 – 25 of 143) sorted by relevance
123456
/Zephyr-Core-2.7.6/doc/security/ |
D | vulnerabilities.rst | 14 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-2.7.6/ |
D | README.rst | 3 <a href="https://www.zephyrproject.org"> 5 <img src="doc/_static/images/logo-readme.png"> 12 …href="https://github.com/zephyrproject-rtos/zephyr/actions/workflows/twister.yaml?query=branch%3Am… 14 …src="https://github.com/zephyrproject-rtos/zephyr/actions/workflows/twister.yaml/badge.svg?event=p… 17 The Zephyr Project is a scalable real-time operating system (RTOS) supporting 21 The Zephyr OS is based on a small-footprint kernel designed for use on 22 resource-constrained systems: from simple embedded environmental sensors and 25 The Zephyr kernel supports multiple architectures, including ARM Cortex-M, 26 Intel x86, ARC, Nios II, Tensilica Xtensa, and RISC-V, and a large number of 35 Welcome to Zephyr! See the `Introduction to Zephyr`_ for a high-level overview, [all …]
|
D | CONTRIBUTING.rst | 4 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-Core-2.7.6/doc/_templates/ |
D | zversions.html | 1 {# 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-2.7.6/doc/guides/platformio/ |
D | index.rst | 6 .. image:: img/platformio-logo.png 7 :target: https://platformio.org/?utm_source=docs.zephyrproject.org 15 `PlatformIO <https://platformio.org/?utm_source=docs.zephyrproject.org>`__ 16 is a cross-platform embedded development environment with 24 …entation <https://docs.platformio.org/en/latest/what-is-platformio.html?utm_source=docs.zephyrproj… 29 * `PlatformIO IDE <https://platformio.org/platformio-ide?utm_source=docs.zephyrproject.org>`_ 32 …e (CLI) <https://docs.platformio.org/en/latest/core/index.html?utm_source=docs.zephyrproject.org>`_ 33 is a command-line tool that consists of multi-platform build system, platform and 41 …/docs.platformio.org/en/latest/frameworks/zephyr.html?utm_source=docs.zephyrproject.org#configurat… 46 - `Zephyr and Nordic nRF52-DK: debugging, unit testing, project analysis [all …]
|
/Zephyr-Core-2.7.6/doc/releases/ |
D | index.rst | 8 versions of the Zephyr project are released approximately every three-months. 22 specific release and can be found at https://docs.zephyrproject.org/. 25 single-digit and double-digit subversions sorted correctly. Specify 27 This will get us through 10 subversions (0-9) before we need to 28 update this list for two-digit subversions again. 35 release-notes-1.? 36 release-notes-1.* 37 release-notes-* 39 .. _`GitHub repository`: https://github.com/zephyrproject-rtos/zephyr 40 .. _`GitHub tagged releases`: https://github.com/zephyrproject-rtos/zephyr/tags
|
/Zephyr-Core-2.7.6/doc/guides/west/ |
D | workspaces.rst | 1 .. _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 …]
|
D | without-west.rst | 1 .. _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 …]
|
D | basics.rst | 1 .. _west-basics: 9 West's built-in commands allow you to work with *projects* (Git 18 .. code-block:: none 20 zephyrproject/ # west topdir 22 │ └── config # per-workspace local configuration file 33 ├── net-tools/ # .git/ project 36 .. _west-workspace: 42 Additional details are in :ref:`west-workspaces`. 45 Above, :file:`zephyrproject` is the name of the workspace's top level 46 directory, or *topdir*. (The name :file:`zephyrproject` is just an example [all …]
|
/Zephyr-Core-2.7.6/.github/workflows/ |
D | manifest.yml | 5 - 'west.yml' 9 runs-on: ubuntu-22.04 12 - name: Checkout the code 15 path: zephyrproject/zephyr 17 fetch-depth: 0 18 persist-credentials: false 20 - name: Manifest 21 uses: zephyrproject-rtos/action-manifest@2f1ad2908599d4fe747f886f9d733dd7eebae4ef 23 github-token: ${{ secrets.GITHUB_TOKEN }} 24 manifest-path: 'west.yml' [all …]
|
D | daily_test_version.yml | 2 # SPDX-License-Identifier: Apache-2.0 8 - cron: '50 22 * * *' 11 - refs/tags/* 15 runs-on: ubuntu-20.04 16 if: github.repository == 'zephyrproject-rtos/zephyr' 19 - name: Configure AWS Credentials 20 uses: aws-actions/configure-aws-credentials@v1 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 …]
|
D | backport.yml | 5 - closed 6 - labeled 8 - main 12 runs-on: ubuntu-20.04 15 - name: Backport 16 uses: zephyrproject-rtos/action-backport@v1.1.1-1
|
D | issue_count.yml | 5 - cron: '*/10 * * * *' 10 COMMITTER_NAME: github-actions 11 COMMITTER_USERNAME: github-actions 15 track-issues: 17 runs-on: ubuntu-20.04 18 if: github.repository == 'zephyrproject-rtos/zephyr' 21 - name: Download configuration file 23 …wget -q https://raw.githubusercontent.com/$GITHUB_REPOSITORY/main/.github/workflows/issues-report-… 25 - name: install-packages 27 sudo apt-get install discount [all …]
|
/Zephyr-Core-2.7.6/doc/_doxygen/ |
D | mainpage.md | 5 The Zephyr OS is a small-footprint kernel designed for use on 6 resource-constrained and embedded systems: from simple embedded 10 See the [zephyrproject.org](https://zephyrproject.org) site for more 12 of Zephyr resources](https://docs.zephyrproject.org/latest/introduction/index.html#resources) 18 Cortex-M, Intel x86, ARC, NIOS II, Tensilica Xtensa, and RISC-V 32. For 20 documentation](https://docs.zephyrproject.org/latest/boards/index.html). 26 file](https://github.com/zephyrproject-rtos/zephyr/blob/main/LICENSE). 29 components](https://docs.zephyrproject.org/latest/LICENSING.html#zephyr-licensing).
|
/Zephyr-Core-2.7.6/soc/arm/st_stm32/common/ |
D | soc_config.c | 4 * SPDX-License-Identifier: Apache-2.0 30 DBGMCU->CR &= ~DBGMCU_CR_TRACE_MODE_Msk; in st_stm32_common_config() 32 DBGMCU->CR |= DBGMCU_CR_TRACE_IOEN; in st_stm32_common_config() 38 * - one of the DMA is clocked. in st_stm32_common_config() 39 * See https://github.com/zephyrproject-rtos/zephyr/issues/34324 in st_stm32_common_config() 47 * - one of the DBGMCU bit STOP/STANDBY/SLEEP is set in st_stm32_common_config() 48 * See https://github.com/zephyrproject-rtos/zephyr/issues/34324 in st_stm32_common_config()
|
/Zephyr-Core-2.7.6/soc/arm/st_stm32/stm32l0/ |
D | soc.c | 4 * SPDX-License-Identifier: Apache-2.0 16 #include <linker/linker-defs.h> 58 * See https://github.com/zephyrproject-rtos/zephyr/issues/#37119 in stm32l0_init() 61 * https://github.com/zephyrproject-rtos/zephyr/issues/#34324 ) in stm32l0_init()
|
/Zephyr-Core-2.7.6/doc/development_process/ |
D | communication.rst | 1 .. _communication-and-collaboration: 7 <https://lists.zephyrproject.org/g/main/subgroups>`_ are used as the 14 <https://github.com/zephyrproject-rtos/zephyr/issues>`_) and not
|
/Zephyr-Core-2.7.6/scripts/dts/python-devicetree/ |
D | setup.py | 3 # SPDX-License-Identifier: Apache-2.0 20 author_email='devel@lists.zephyrproject.org', 26 … # http://docutils.sourceforge.net/FAQ.html#what-s-the-official-mime-type-for-restructuredtext-data 27 long_description_content_type="text/x-rst", 28 url='https://github.com/zephyrproject-rtos/python-devicetree',
|
/Zephyr-Core-2.7.6/samples/net/dns_resolve/ |
D | README.rst | 1 .. _dns-resolve-sample: 13 - If IPv4 is enabled, then A record for ``www.zephyrproject.org`` is 15 - If IPv6 is enabled, then AAAA record for ``www.zephyrproject.org`` is 17 - If mDNS is enabled, then ``zephyr.local`` name is resolved. 22 - :ref:`networking_with_host` 24 - screen terminal emulator or equivalent. 26 - For most boards without ethernet, the ENC28J60 Ethernet module is required. 28 - dnsmasq application. The dnsmasq version used in this sample is: 30 .. code-block:: console 32 dnsmasq -v [all …]
|
/Zephyr-Core-2.7.6/tests/subsys/settings/src/ |
D | CMakeLists.txt | 1 # SPDX-License-Identifier: Apache-2.0 6 # zephyr_library() is here in "app-mode", see 7 # https://github.com/zephyrproject-rtos/zephyr/issues/19582
|
/Zephyr-Core-2.7.6/tests/subsys/settings/functional/src/ |
D | CMakeLists.txt | 1 # SPDX-License-Identifier: Apache-2.0 12 # zephyr_library() is here in "app-mode", see 13 # https://github.com/zephyrproject-rtos/zephyr/issues/19582
|
/Zephyr-Core-2.7.6/tests/subsys/settings/fs/src/ |
D | CMakeLists.txt | 1 # SPDX-License-Identifier: Apache-2.0 6 # zephyr_library() is here in "app-mode", see 7 # https://github.com/zephyrproject-rtos/zephyr/issues/19582
|
/Zephyr-Core-2.7.6/doc/contribute/ |
D | index.rst | 6 As an open-source project, we welcome and encourage the community to submit 22 https://github.com/zephyrproject-rtos/zephyr/blob/main/LICENSE 24 .. _GitHub repo: https://github.com/zephyrproject-rtos/zephyr 36 https://www.zephyrproject.org/faqs/#1571346989065-9216c551-f523 39 https://www.whitesourcesoftware.com/whitesource-blog/top-10-apache-license-questions-answered/ 62 See :ref:`external-contributions` for more information about 82 https://www.linuxfoundation.org/blog/copyright-notices-in-open-source-software-projects/ 95 later in this document), the developer simply adds a ``Signed-off-by`` 102 .. code-block:: none 127 sign-off) is maintained indefinitely and may be redistributed [all …]
|
/Zephyr-Core-2.7.6/drivers/sensor/stmemsc/ |
D | stmemsc_i2c.c | 5 * SPDX-License-Identifier: Apache-2.0 7 * zephyrproject-rtos/modules/hal/st/sensor/stmemsc/ 15 return i2c_burst_read(stmemsc->bus, stmemsc->i2c_slv_addr, in stmemsc_i2c_read() 22 return i2c_burst_write(stmemsc->bus, stmemsc->i2c_slv_addr, in stmemsc_i2c_write()
|
/Zephyr-Core-2.7.6/samples/net/sockets/dumb_http_server_mt/src/ |
D | response_big.html.bin | 2 Content-Type: text/html; charset=utf-8 8 background-color: #f3f5f6; 9 font-family: "sans-serif"; 18 <a href="https://www.zephyrproject.org/about/what-is-zephyr-project">Zephyr About page</a> 27 …eaders from across the industry to build a best-in-breed small, scalable, real-time operating syst… 35 …Microkernel Profile has evolved over 20 years from DSP RTOS technology known as Virtuoso. The RTOS…
|
123456