https://github.com/zephyrproject-rtos/external-modules
This is part of a proposal, so it is a draft and not final in the current form.
https://github.com/zephyrproject-rtos/external-modules
Last synced: 1 day ago
JSON representation
This is part of a proposal, so it is a draft and not final in the current form.
- Host: GitHub
- URL: https://github.com/zephyrproject-rtos/external-modules
- Owner: zephyrproject-rtos
- License: apache-2.0
- Created: 2025-06-04T10:08:08.000Z (23 days ago)
- Default Branch: main
- Last Pushed: 2025-06-17T22:43:59.000Z (10 days ago)
- Last Synced: 2025-06-17T23:31:19.295Z (10 days ago)
- Language: C++
- Homepage:
- Size: 595 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# External Module Integration
This repository hosts various projects and modules supporting Zephyr which can
be used with Zephyr in applications. The purpose of this repository is to
provide one places where such projects can be documented and listed with same
samples and tests related to the projects/modules.CI will run on this repository on a regular basis providing a way to verify
that such module work with the latest zephyr tree.Historically all those projects were considered optional in the zephyr tree.
Zephyr itself does not depend on them, however they were kept in a submanifest
for backward compatibality reasons and due to the fact that Zephyr itself had
tests and samples relying on those projects.Goal is to move many of those project from optional to external and also to
move related tests and samples from the zephyr tree to the projects or into
this repo.