Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/outpost-os/cmsis-core-include
Local copy of CMSIS headers, while waiting for cleaner CMSIS-6 usage
https://github.com/outpost-os/cmsis-core-include
cmsis
Last synced: 1 day ago
JSON representation
Local copy of CMSIS headers, while waiting for cleaner CMSIS-6 usage
- Host: GitHub
- URL: https://github.com/outpost-os/cmsis-core-include
- Owner: outpost-os
- Created: 2024-07-29T09:02:56.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T11:48:57.000Z (4 months ago)
- Last Synced: 2024-07-29T18:44:00.659Z (4 months ago)
- Topics: cmsis
- Language: C
- Homepage:
- Size: 123 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/Apache-2.0.txt
Awesome Lists containing this project
README
# CMSIS headers extract for outpost-os embedded repositories
## Introduction
This repository hold snapshoted versions of ARM CMSIS official headers so that they can be used into
any ARM-based repositories.By now, we use this repository in order the CMSIS mono-repo complexity while only using cmxx-related headers.
This repository aim to disappear as soon as ARM as delivered a clean multi-repo based CMSIS header sets.
## Usage
This repository can be used easily with Meson build system, so that the CMSIS include directory is
automatically added, allowing the usage of `#include ` directly in the caller's repository
sources.## Versioning
This repository is versionned using the CMSIS upstream version used, allonside local potential evolutions of
the meson glue, with the following syntax: *vx.y.z-t* where:* vx.y.z matches the CMSIS headerset version used
* -t matches local updates on local files