Home
last modified time | relevance | path

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

12345678910>>...14

/Zephyr-latest/
DREADME.rst3 <a href="https://www.zephyrproject.org">
14 …/viewer/?uri=github.com/zephyrproject-rtos/zephyr"><img src="https://api.securityscorecards.dev/pr…
15 …ps://github.com/zephyrproject-rtos/zephyr/actions/workflows/twister.yaml?query=branch%3Amain"><img…
73 | �� `User mailing list (users@lists.zephyrproject.org)`_
74 | �� `Developer mailing list (devel@lists.zephyrproject.org)`_
84 | ⚠️ Report security vulnerabilities at vulnerabilities@zephyrproject.org
91 .. _Zephyr Project Website: https://www.zephyrproject.org
92 .. _Discord Server: https://chat.zephyrproject.org
93 .. _supported boards: https://docs.zephyrproject.org/latest/boards/index.html
94 .. _Zephyr Documentation: https://docs.zephyrproject.org
[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-latest/doc/security/
Dvulnerabilities.rst26 <https://github.com/zephyrproject-rtos/zephyr/pull/6158>`_
44 <https://github.com/zephyrproject-rtos/zephyr/pull/13260>`_
63 <https://github.com/zephyrproject-rtos/zephyr/pull/13048>`_
81 <https://github.com/zephyrproject-rtos/zephyr/pull/18702>`_
84 <https://github.com/zephyrproject-rtos/zephyr/pull/18659>`_
101 <https://github.com/zephyrproject-rtos/zephyr/pull/23460>`_
104 <https://github.com/zephyrproject-rtos/zephyr/pull/23457>`_
107 <https://github.com/zephyrproject-rtos/zephyr/pull/23190>`_
125 <https://github.com/zephyrproject-rtos/zephyr/pull/23455>`_
128 <https://github.com/zephyrproject-rtos/zephyr/pull/23456>`_
[all …]
/Zephyr-latest/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.rst22 :file:`zephyrproject` as well as all its subfolders, looks like this:
26 zephyrproject/ # west topdir
52 Above, :file:`zephyrproject` is the name of the workspace's top level
53 directory, or *topdir*. (The name :file:`zephyrproject` is just an example
139 west init -m https://github.com/zephyrproject-rtos/zephyr --mr v2.5.0 zephyrproject
143 #. Create the topdir, :file:`zephyrproject`, along with
146 https://github.com/zephyrproject-rtos/zephyr, placing it into
147 :file:`zephyrproject/zephyr`
174 means finding :file:`zephyrproject`.
178 :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-latest/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-latest/.github/workflows/
Dgreet_first_time_contributor.yml12 if: github.repository == 'zephyrproject-rtos/zephyr'
16 - uses: zephyrproject-rtos/action-first-interaction@v1.1.1-zephyr-5
34 …Please take a look at [our commit message guidelines](https://docs.zephyrproject.org/latest/contri…
35 …your commit messages, and at [our contribution workflow](https://docs.zephyrproject.org/latest/con…
38 … Expectations](https://docs.zephyrproject.org/latest/contribute/contributor_expectations.html)
41 … If you are stuck or need help please join us on [Discord](https://chat.zephyrproject.org/)
42 …stion there. Additionally, you can [escalate the review](https://docs.zephyrproject.org/latest/con…
Dmanifest.yml13 path: zephyrproject/zephyr
21 working-directory: zephyrproject/zephyr
29 uses: zephyrproject-rtos/action-manifest@v1.7.0
33 checkout-path: 'zephyrproject/zephyr'
Ddoc-publish.yml23 github.repository == 'zephyrproject-rtos/zephyr'
56 aws s3 sync --quiet html-output/html s3://docs.zephyrproject.org/${VERSION} --delete
57 …aws s3 sync --quiet html-output/html/doxygen/html s3://docs.zephyrproject.org/apidoc/${VERSION} --…
59 …aws s3 sync --quiet api-coverage/coverage-report/ s3://docs.zephyrproject.org/api-coverage/${VERSI…
61 aws s3 cp --quiet pdf-output/zephyr.pdf s3://docs.zephyrproject.org/${VERSION}/zephyr.pdf
Dtwister-prep.yaml18 … if: github.repository_owner == 'zephyrproject-rtos' && github.event_name == 'pull_request_target'
22 image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
55 git clone --shared /repo-cache/zephyrproject/zephyr .
67 git config --global user.email "bot@zephyrproject.org"
77zephyrproject 2>&1 1> west.update.log || west update --path-cache /repo-cache/zephyrproject 2>&1 1…
110 …if: github.repository_owner == 'zephyrproject-rtos' && (github.event_name == 'push' || github.even…
138 …elif [ "${{github.event_name}}" = "schedule" -a "${{github.repository}}" = "zephyrproject-rtos/zep…
Dtwister_tests_blackbox.yml27 image: ghcr.io/zephyrproject-rtos/ci:v0.27.4
50zephyrproject 2>&1 1> west.update.log || west update --path-cache /github/cache/zephyrproject 2>&1…
Dstats_merged_prs.yml11 if: github.event.pull_request.merged == true && github.repository == 'zephyrproject-rtos/zephyr'
20 ELASTICSEARCH_SERVER: "https://elasticsearch.zephyrproject.io:443"
Dclang.yaml11 if: github.repository_owner == 'zephyrproject-rtos'
15 image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
48 git clone --shared /repo-cache/zephyrproject/zephyr .
61 git config --global user.email "bot@zephyrproject.org"
76zephyrproject 2>&1 1> west.log || west update --path-cache /repo-cache/zephyrproject 2>&1 1> west2…
Dbug_snapshot.yaml20 if: github.repository_owner == 'zephyrproject-rtos'
54 PUBLISH_BUCKET="builds.zephyrproject.org"
55 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
Dbsim-tests.yaml37 if: github.repository_owner == 'zephyrproject-rtos'
41 image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
66 git clone --shared /repo-cache/zephyrproject/zephyr .
78 git config --global user.email "bot@zephyrproject.org"
88zephyrproject 2>&1 1> west.update.log || west update --path-cache /repo-cache/zephyrproject 2>&1 1…
/Zephyr-latest/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-latest/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-latest/doc/develop/getting_started/
Dindex.rst210 <west>` workspace named :file:`zephyrproject`. You'll also install Zephyr's
229 python3 -m venv ~/zephyrproject/.venv
235 source ~/zephyrproject/.venv/bin/activate
256 west init ~/zephyrproject
257 cd ~/zephyrproject
281 python3 -m venv ~/zephyrproject/.venv
287 source ~/zephyrproject/.venv/bin/activate
308 west init ~/zephyrproject
309 cd ~/zephyrproject
336 python -m venv zephyrproject\.venv
[all …]
/Zephyr-latest/samples/net/sockets/http_server/src/certs/
Dgen_ca_cert.sh17 -subj "/O=Zephyrproject/CN=Zephyrproject Sample Development CA"
/Zephyr-latest/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-latest/scripts/dts/python-devicetree/
Dsetup.py20 author_email='devel@lists.zephyrproject.org',
27 url='https://github.com/zephyrproject-rtos/python-devicetree',
/Zephyr-latest/doc/releases/
Dindex.rst15 https://docs.zephyrproject.org/ (use the version selector to select your release
132 .. _`GitHub repository`: https://github.com/zephyrproject-rtos/zephyr
133 .. _`GitHub tagged releases`: https://github.com/zephyrproject-rtos/zephyr/tags
134 .. _`Zephyr 2.7.6`: https://docs.zephyrproject.org/2.7.6/
135 .. _`Zephyr 3.7.0`: https://docs.zephyrproject.org/3.7.0/
136 .. _`Zephyr 4.0.0`: https://docs.zephyrproject.org/4.0.0/
/Zephyr-latest/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>>...14