CMSIS-SVD存储库和解析器

ARM Cortex-M CMSIS SVDs 和相关工具汇总。「Aggegration of ARM Cortex-M CMSIS SVDs and related tools」

Github星跟蹤圖

CMSIS-SVD Parsers

CI Results

This repository seeks to provide value to developers targeting ARM
platforms.
It provides parsers that make code generation and tooling based on SVD
easier to build. Most parsers simply parse a provided SVD file and
turn it into a data structure more easily used in that language.

What is CMSIS-SVD

ARM provides the following description of
CMSIS-SVD (System View Description)

The CMSIS System View Description format(CMSIS-SVD) formalizes the
description of the system contained in ARM Cortex-M processor-based
microcontrollers, in particular, the memory-mapped registers of
peripherals. The detail contained in system view descriptions is
comparable to the data in device reference manuals. The information
ranges from high-level functional descriptions of a peripheral all the
way down to the definition and purpose of an individual bit field in a
memory-mapped register.

How Can the CMSIS-SVD Be Used

The generic description of each MCUs CPU and hardware registers is
very valuable when generating code that can be used for talking to
specific target hardware. In fact, much of the code in parts of CMSIS
itself are generated based on the SVD. ARM distributes an executable
that does this transformation (SVDConvert.exe).

The information can also be used for building debug tooling, test
infrastructure, or whatever else.

Contributing

Please feel free to create an issue on Github and/or submit Pull Requests with
proposed changes to the repository. These will be reviewed and pulled in if
deemed appropriate.

License

All the code is licensed under the terms of the Apache License v2.0
(See LICENSE-APACHE).

If you encounter an issue with the content of this repository or have
a question, please do not hesitate to create an issue on Github.

主要指標

概覽
名稱與所有者cmsis-svd/cmsis-svd
主編程語言Python
編程語言Python (語言數: 1)
平台
許可證Apache License 2.0
所有者活动
創建於2015-06-11 05:10:14
推送於2025-01-05 10:35:48
最后一次提交
發布數6
最新版本名稱python-0.6 (發布於 )
第一版名稱python-0.1 (發布於 2015-06-12 20:20:55)
用户参与
星數1.1k
關注者數40
派生數274
提交數315
已啟用問題?
問題數41
打開的問題數19
拉請求數112
打開的拉請求數1
關閉的拉請求數19
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?