Commit b2dfbe1
authored
Add Zephyr module metadata (#295)
Add zephyr/module.yml to allow CMSIS v6 to be consumed as a Zephyr
module.
This enables Zephyr to use CMSIS-Core directly from upstream without
requiring downstream changes in this repository, allowing
straightforward synchronization with future updates (e.g. via standard
GitHub fork sync workflows).
Use external CMake and Kconfig integration so that all Zephyr-specific
build logic remains in the Zephyr repository. This keeps CMSIS_6
independent of any particular build system and preserves portability for
non-Zephyr users.
The change is minimal and does not affect existing CMSIS_6 users or
workflows.
For more details on Zephyr modules, see:
https://docs.zephyrproject.org/latest/develop/modules.html
Signed-off-by: Sudan Landge <sudan.landge@arm.com>1 parent 40d08f0 commit b2dfbe1
2 files changed
Lines changed: 34 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments