Home
last modified time | relevance | path

Searched full:zephyrproject (Results 1 – 25 of 242) sorted by relevance

12345678910

/Zephyr-Core-3.4.0/
DREADME.rst3 <a href="https://www.zephyrproject.org">
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…
58 * **Documentation**: http://docs.zephyrproject.org (`Getting Started Guide`_)
59 * **Source Code**: https://github.com/zephyrproject-rtos/zephyr is the main
62 * **Releases**: https://github.com/zephyrproject-rtos/zephyr/releases
64 * **Mailing Lists**: users@lists.zephyrproject.org and
65 devel@lists.zephyrproject.org are the main user and developer mailing lists,
69 * **Nightly CI Build Status**: https://lists.zephyrproject.org/g/builds
70 The builds@lists.zephyrproject.org mailing list archives the CI nightly build results.
[all …]
DCONTRIBUTING.rst10 Guidelines <http://docs.zephyrproject.org/latest/contribute/index.html>`_
28 https://github.com/zephyrproject-rtos/zephyr
39 .. _Zephyr devel mailing list: https://lists.zephyrproject.org/g/devel
/Zephyr-Core-3.4.0/doc/develop/west/
Dmoving-to-west.rst22 #. Move your zephyr repository to a new :file:`zephyrproject` parent directory,
27 mkdir zephyrproject
28 mv zephyr zephyrproject
29 cd zephyrproject
33 mkdir zephyrproject
34 move zephyr zephyrproject
35 chdir zephyrproject
37 The name :file:`zephyrproject` is recommended, but you can choose any name
45 This creates :file:`zephyrproject/.west`, marking the root of your
57 You are done: :file:`zephyrproject` is now set up to use west.
Dbasics.rst20 zephyrproject/ # west topdir
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
132 west init -m https://github.com/zephyrproject-rtos/zephyr --mr v2.5.0 zephyrproject
136 #. Create the topdir, :file:`zephyrproject`, along with
139 https://github.com/zephyrproject-rtos/zephyr, placing it into
140 :file:`zephyrproject/zephyr`
167 means finding :file:`zephyrproject`.
171 :file:`zephyrproject/zephyr/west.yml`).
Dwithout-west.rst39 mkdir zephyrproject
40 cd zephyrproject
41 git clone https://github.com/zephyrproject-rtos/zephyr
95 # cd into zephyrproject if not already there
96 git clone https://github.com/zephyrproject-rtos/west.git .west/west
111 :file:`zephyrproject/.west/west` before running CMake to set up a
/Zephyr-Core-3.4.0/doc/security/
Dvulnerabilities.rst28 <https://github.com/zephyrproject-rtos/zephyr/pull/6158>`_
48 <https://github.com/zephyrproject-rtos/zephyr/pull/13260>`_
69 <https://github.com/zephyrproject-rtos/zephyr/pull/13048>`_
89 <https://github.com/zephyrproject-rtos/zephyr/pull/18702>`_
92 <https://github.com/zephyrproject-rtos/zephyr/pull/18659>`_
111 <https://github.com/zephyrproject-rtos/zephyr/pull/23460>`_
114 <https://github.com/zephyrproject-rtos/zephyr/pull/23457>`_
117 <https://github.com/zephyrproject-rtos/zephyr/pull/23190>`_
137 <https://github.com/zephyrproject-rtos/zephyr/pull/23455>`_
140 <https://github.com/zephyrproject-rtos/zephyr/pull/23456>`_
[all …]
/Zephyr-Core-3.4.0/doc/_doxygen/
Dmainpage.md8 See the [zephyrproject.org](https://zephyrproject.org) site for more
10 of Zephyr resources](https://docs.zephyrproject.org/latest/introduction/index.html#resources)
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/getting_started/
Dindex.rst187 <west>` workspace named :file:`zephyrproject`. You'll also install Zephyr's
220 python3 -m venv ~/zephyrproject/.venv
226 source ~/zephyrproject/.venv/bin/activate
247 west init ~/zephyrproject
248 cd ~/zephyrproject
264 pip install -r ~/zephyrproject/zephyr/scripts/requirements.txt
281 west init ~/zephyrproject
282 cd ~/zephyrproject
298 pip3 install --user -r ~/zephyrproject/zephyr/scripts/requirements.txt
310 python3 -m venv ~/zephyrproject/.venv
[all …]
/Zephyr-Core-3.4.0/.github/workflows/
Dmanifest.yml13 path: zephyrproject/zephyr
19 uses: zephyrproject-rtos/action-manifest@a6d0c6e52bbbb7d6df23ceb42842edcb4582b8dc
23 checkout-path: 'zephyrproject/zephyr'
Dclang.yaml11 if: github.repository_owner == 'zephyrproject-rtos'
14 image: ghcr.io/zephyrproject-rtos/ci:v0.26.4
17 - /repo-cache/zephyrproject:/github/cache/zephyrproject
41 git clone --shared /github/cache/zephyrproject/zephyr .
54 git config --global user.email "bot@zephyrproject.org"
66zephyrproject 2>&1 1> west.log || west update --path-cache /github/cache/zephyrproject 2>&1 1> wes…
86 uses: zephyrproject-rtos/action-s3-cache@v1.2.0
90 aws-s3-bucket: ccache.zephyrproject.org
Dtwister.yaml22 if: github.repository_owner == 'zephyrproject-rtos'
25 image: ghcr.io/zephyrproject-rtos/ci:v0.26.4
28 - /repo-cache/zephyrproject:/github/cache/zephyrproject
56 git clone --shared /github/cache/zephyrproject/zephyr .
70 git config --global user.email "bot@zephyrproject.org"
78zephyrproject 2>&1 1> west.update.log || west update --path-cache /github/cache/zephyrproject 2>&1…
108 …elif [ "${{github.event_name}}" = "schedule" -a "${{github.repository}}" = "zephyrproject-rtos/zep…
123 image: ghcr.io/zephyrproject-rtos/ci:v0.26.4
126 - /repo-cache/zephyrproject:/github/cache/zephyrproject
153 git clone --shared /github/cache/zephyrproject/zephyr .
[all …]
Dbsim-tests.yaml28 if: github.repository_owner == 'zephyrproject-rtos'
31 image: ghcr.io/zephyrproject-rtos/ci:v0.26.4
34 - /repo-cache/zephyrproject:/github/cache/zephyrproject
55 git clone --shared /github/cache/zephyrproject/zephyr .
67 git config --global user.email "bot@zephyrproject.org"
75zephyrproject 2>&1 1> west.update.log || west update --path-cache /github/cache/zephyrproject 2>&1…
Ddoc-publish.yml23 github.repository == 'zephyrproject-rtos/zephyr'
53 aws s3 sync --quiet html-output/html s3://docs.zephyrproject.org/${VERSION} --delete
54 …aws s3 sync --quiet html-output/html/doxygen/html s3://docs.zephyrproject.org/apidoc/${VERSION} --…
55 aws s3 cp --quiet pdf-output/zephyr.pdf s3://docs.zephyrproject.org/${VERSION}/zephyr.pdf
Dcodecov.yaml13 if: github.repository == 'zephyrproject-rtos/zephyr'
16 image: ghcr.io/zephyrproject-rtos/ci:v0.26.4
19 - /repo-cache/zephyrproject:/github/cache/zephyrproject
42 git clone --shared /github/cache/zephyrproject/zephyr .
70 uses: zephyrproject-rtos/action-s3-cache@v1.2.0
74 aws-s3-bucket: ccache.zephyrproject.org
Dbug_snapshot.yaml20 if: github.repository_owner == 'zephyrproject-rtos'
55 PUBLISH_BUCKET="builds.zephyrproject.org"
56 PUBLISH_DOMAIN="builds.zephyrproject.io"
Ddaily_test_version.yml16 if: github.repository == 'zephyrproject-rtos/zephyr'
38 aws s3 cp versions.json s3://testing.zephyrproject.org/daily_tests/versions.json
Dfootprint.yml12 if: github.repository == 'zephyrproject-rtos/zephyr'
14 image: ghcr.io/zephyrproject-rtos/ci:v0.26.4
51 git config --global user.email "actions@zephyrproject.org"
Dfootprint-tracking.yml26 if: github.repository_owner == 'zephyrproject-rtos'
28 image: ghcr.io/zephyrproject-rtos/ci:v0.26.4
85 aws s3 sync --quiet footprint_data/ s3://testing.zephyrproject.org/footprint_data/
/Zephyr-Core-3.4.0/doc/_templates/
Dzversions.html21 <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/doc/project/
Dcommunication.rst6 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/releases/
Dindex.rst76 specific release and can be found at https://docs.zephyrproject.org/.
93 .. _`GitHub repository`: https://github.com/zephyrproject-rtos/zephyr
94 .. _`GitHub tagged releases`: https://github.com/zephyrproject-rtos/zephyr/tags
95 .. _`Zephyr 2.7.5`: https://docs.zephyrproject.org/2.7.5/
96 .. _`Zephyr 3.2.0`: https://docs.zephyrproject.org/3.2.0/
97 .. _`Zephyr 3.3.0`: https://docs.zephyrproject.org/3.3.0/
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/ll/edtt/tests_scripts/
Dll.set2.llcp.test_list32 #LL/DDI/ADV/BV-27-C # Fails due to https://github.com/zephyrproject-rtos/zephyr/issues/53137
34 #LL/DDI/ADV/BV-45-C # Fails due to https://github.com/zephyrproject-rtos/zephyr/issues/53137
35 #LL/DDI/ADV/BV-47-C # Fails due to https://github.com/zephyrproject-rtos/zephyr/issues/53137
36 #LL/DDI/ADV/BV-49-C # Fails due to https://github.com/zephyrproject-rtos/zephyr/issues/53137
37 #LL/DDI/ADV/BV-52-C # Fails due to https://github.com/zephyrproject-rtos/zephyr/issues/53137
/Zephyr-Core-3.4.0/doc/develop/toolchains/
Dzephyr_sdk.rst79 …wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.1/zephyr-sdk-0.16.1_linu…
80 …wget -O - https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.1/sha256.sum | shas…
133 …wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.1/zephyr-sdk-0.16.1_maco…
134 …wget -O - https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.1/sha256.sum | shas…
185 …wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.1/zephyr-sdk-0.16.1_wind…
217 .. _Zephyr SDK bundle: https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.16.1
218 .. _Zephyr SDK Releases: https://github.com/zephyrproject-rtos/sdk-ng/tags
219 .. _Zephyr SDK Version Compatibility Matrix: https://github.com/zephyrproject-rtos/sdk-ng/wiki/Zeph…
/Zephyr-Core-3.4.0/scripts/dts/python-devicetree/
Dsetup.py20 author_email='devel@lists.zephyrproject.org',
28 url='https://github.com/zephyrproject-rtos/python-devicetree',
/Zephyr-Core-3.4.0/doc/services/dsp/
Dindex.rst62 .. _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…

12345678910