Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
CMSIS/ | 07-Sep-2024 | - | 50,940 | 27,984 | ||
LICENSE.txt | D | 07-Sep-2024 | 11.1 KiB | 202 | 169 | |
OAT.xml | D | 07-Sep-2024 | 908 | 28 | 12 | |
README.OpenSource | D | 07-Sep-2024 | 637 | 12 | 11 | |
README.md | D | 07-Sep-2024 | 6.8 KiB | 100 | 66 | |
bundle.json | D | 07-Sep-2024 | 935 | 37 | 36 | |
cmsis.gni | D | 07-Sep-2024 | 1.6 KiB | 33 | 31 |
README.OpenSource
1[ 2 { 3 "Name" : "CMSIS_6", 4 "License" : "Apache License V2.0", 5 "License File" : "LICENSE.txt", 6 "Version Number" : "6.0.0", 7 "Owner" : "liu.limin@huawei.com", 8 "Upstream URL" : "http://www.arm.com/zh/products/processors/cortex-m/cortex-microcontroller-software-interface-standard.php", 9 "Description" : "The Cortex Microcontroller Software Interface Standard (CMSIS) is a vendor-independent hardware abstraction layer for microcontrollers that are based on Arm® Cortex® processors" 10 } 11] 12
README.md
1# CMSIS Version 6 - Preview (Work in Progress) 2 3[![Version](https://img.shields.io/github/v/release/arm-software/CMSIS_6)](https://github.com/ARM-software/CMSIS_6/releases/latest) [![License](https://img.shields.io/github/license/arm-software/CMSIS_6)](https://arm-software.github.io/CMSIS_6/General/html/LICENSE) 4 5> **Note:** The branch *main* of this GitHub repository contains ![Version](https://img.shields.io/github/v/release/arm-software/CMSIS_6?display_name=release&label=%20&sort=semver). It reflects our current state of development and gives you contiguous access to the CMSIS development for review, feedback, and contributions via pull requests. 6 7## Useful Links 8 9 - [**Documentation of latest release**](https://arm-software.github.io/CMSIS_6/) - access to the CMSIS user's manual. 10 - [**CMSIS Components**](https://arm-software.github.io/CMSIS_6/latest/General/index.html#cmsis_components) - overview of software, tools, and specification. 11 - [**Raise Issues**](https://github.com/ARM-software/CMSIS_6#issues-and-labels) - to provide feedback or report problems. 12 - [**Documentation of development branch**](https://arm-software.github.io/CMSIS_6/develop/General/index.html) - updated from time to time (use [Generate CMSIS Pack for Release](https://github.com/ARM-software/CMSIS_6#generate-cmsis-pack-for-release) for local generation). 13 14## Other related GitHub repositories 15 16| Repository | Description | 17|:--------------------------- |:--------------------------------------------------------- | 18| [CMSIS-DSP](https://github.com/ARM-software/CMSIS-DSP) | Compute library for various data types: fixed-point (fractional q7, q15, q31) and single precision floating-point (32-bit). 19| [CMSIS-NN](https://github.com/ARM-software/CMSIS-NN) | Software library of efficient neural network kernels optimized for Arm Cortex-M processors. 20| [CMSIS-FreeRTOS](https://github.com/arm-software/CMSIS-FreeRTOS) | CMSIS adoption of FreeRTOS including CMSIS-RTOS2 API layer. 21| [CMSIS-RTX](https://github.com/arm-software/CMSIS-rtx) | Keil RTX Real-Time Operating System (CMSIS-RTOS2 native implementation). 22| [CMSIS-Driver](https://github.com/arm-software/CMSIS-Driver) | Generic MCU driver implementations and templates for Ethernet MAC/PHY and Flash. | 23| [CMSIS-Driver_Validation](https://github.com/ARM-software/CMSIS-Driver_Validation) | CMSIS-Driver Validation can be used to verify CMSIS-Driver in a user system | 24| [cmsis-pack-eclipse](https://github.com/ARM-software/cmsis-pack-eclipse) | CMSIS-Pack Management for Eclipse reference implementation Pack support | 25| [CMSIS-Zone](https://github.com/ARM-software/CMSIS-Zone) | CMSIS-Zone Utility along with example projects and FreeMarker templates | 26| [NXP_LPC](https://github.com/ARM-software/NXP_LPC) | CMSIS Driver Implementations for the NXP LPC Microcontroller Series | 27| [mdk-packs](https://github.com/mdk-packs) | IoT cloud connectors as trail implementations for MDK (help us to make it generic)| 28| [trustedfirmware.org](https://www.trustedfirmware.org/) | Arm Trusted Firmware provides a reference implementation of secure world software for Armv8-A and Armv8-M.| 29 30## Directory Structure 31 32Directory | Content 33:----------------------------------------------|:--------------------------------------------------------- 34[CMSIS/Core](./CMSIS/Core) | CMSIS-Core related files (for release) 35[CMSIS/CoreValidation](./CMSIS/CoreValidation) | Validation for Core(M) and Core(A) (NOT part of pack release) 36[CMSIS/Driver](./CMSIS/Driver) | CMSIS-Driver API headers and template files 37[CMSIS/RTOS2](./CMSIS/RTOS2) | RTOS v2 related files (for Cortex-M & Armv8-M) 38[CMSIS/Documentation](./CMSIS/Documentation) | Doxygen source of the users guide (NOT part of pack release) 39 40## Generate CMSIS Pack for Release 41 42This GitHub development repository lacks pre-built libraries of various software components (RTOS, RTOS2). 43In order to generate a full pack one needs to have the build environment available to build these libraries. 44This causes some sort of inconvenience. Hence the pre-built libraries may be moved out into separate pack(s) 45in the future. 46 47To build a complete CMSIS pack for installation the following additional tools are required: 48 49- **doxygen.exe** Version: 1.9.6 (Documentation Generator) 50- **mscgen.exe** Version: 0.20 (Message Sequence Chart Converter) 51- **7z.exe (7-Zip)** Version: 16.02 (File Archiver) 52 53Using these tools, you can generate on a Windows PC: 54 55- **CMSIS Documentation** using the shell script **gen_doc.sh** (located in ./CMSIS/Documentation/Doxygen). 56- **CMSIS Software Pack** using the shell script **gen_pack.sh**. 57 58## License 59 60Arm CMSIS is licensed under Apache 2.0. 61 62## Contributions and Pull Requests 63 64Contributions are accepted under Apache 2.0. Only submit contributions where you have authored all of the code. 65 66### Issues and Labels 67 68Please feel free to raise an [issue on GitHub](https://github.com/ARM-software/CMSIS_6/issues) 69to report misbehavior (i.e. bugs) or start discussions about enhancements. This 70is your best way to interact directly with the maintenance team and the community. 71We encourage you to append implementation suggestions as this helps to decrease the 72workload of the very limited maintenance team. 73 74We will be monitoring and responding to issues as best we can. 75Please attempt to avoid filing duplicates of open or closed items when possible. 76In the spirit of openness we will be tagging issues with the following: 77 78- **bug** – We consider this issue to be a bug that will be investigated. 79 80- **wontfix** - We appreciate this issue but decided not to change the current behavior. 81 82- **enhancement** – Denotes something that will be implemented soon. 83 84- **future** - Denotes something not yet schedule for implementation. 85 86- **out-of-scope** - We consider this issue loosely related to CMSIS. It might by implemented outside of CMSIS. Let us know about your work. 87 88- **question** – We have further questions to this issue. Please review and provide feedback. 89 90- **documentation** - This issue is a documentation flaw that will be improved in future. 91 92- **review** - This issue is under review. Please be patient. 93 94- **DONE** - We consider this issue as resolved - please review and close it. In case of no further activity this issues will be closed after a week. 95 96- **duplicate** - This issue is already addressed elsewhere, see comment with provided references. 97 98- **Important Information** - We provide essential information regarding planned or resolved major enhancements. 99 100