Fără Descriere

Martin Günther cec7ea463b Deleted obsolete macro TABLE_SIZE from arm_math.h. 9 ani în urmă
CMSIS cec7ea463b Deleted obsolete macro TABLE_SIZE from arm_math.h. 9 ani în urmă
Device 2166967476 Updated ARMv8M Mainline FPU settings in partition*.h. 9 ani în urmă
.gitattributes c8eaa88dec adding repository .gitattributes file to handle line endings across OSes. 9 ani în urmă
.gitignore 4da2d09bb3 Merge branch 'develop' of https://github.com/ARM-software/CMSIS_5 into develop 9 ani în urmă
ARM.CMSIS.pdsc 0695d889a6 RTX5: added IAR libraries 9 ani în urmă
CMSIS_EW2016.pdf 8974cf8a99 Slides of Embedded World Partner Meeting added 10 ani în urmă
LICENSE.txt 933ae0abf2 Clean-up of General section 9 ani în urmă
README.md 390d383dab 5.0.0 Release Update 9 ani în urmă

README.md

CMSIS Version 5

CMSIS Version 5.0.0 release is now available.

This GitHub repository development branch reflects our current state of development and is constantly updated.

The pre-built documentation for the 5.0.0 release is available under http://arm-software.github.io/CMSIS_5/General/html/index.html

Use Issues to provide feedback and report problems for CMSIS Version 5. Note that this repository gives our users and partners contiguous access to the CMSIS development. It allows you to review the work and provide feedback or create pull requests for contributions.

Implemented Enhancements

  • Support for ARMv8-M Architecture (Mainline and Baseline) as well as devices Cortex-M23 and Cortex-M33

  • CMSIS-RTOS Version 2 API and RTX reference implementation with several enhancements:

    • Dynamic object creation, Flag events, C API, additional thread and timer functions
  • CMSIS-RTOS API Secure and Non-Secure support, multi-processor support

Futher Planned Enhancements

  • Improvements for Cortex-A / M hybrid devices (focus on Cortex-M interaction)

  • CMSIS-Pack

    • Additions for generic example, project templates, multiple download portals
    • Adoption of IAR Flash Loader technology

For further details see also the Slides of the Embedded World CMSIS Partner Meeting.

Directory Structure

| Directory | Content |
| --------------- | ---------------------------------------------- | | CMSIS/Core | CMSIS-Core related files (for release) | | CMSIS/DAP | CMSIS-DAP related files and examples | | CMSIS/Driver | CMSIS-Driver API headers and template files | | CMSIS/DSP | CMSIS-DSP related files | | CMSIS/RTOS | RTOS v1 related files (for Cortex-M) | | CMSIS/RTOS2 | RTOS v2 related files (for Cortex-M & ARMv8-M) | | CMSIS/Pack | CMSIS-Pack examples and tutorials | | CMSIS/DoxyGen | Source of the documentation | | CMSIS/Utilities | Utility programs |

Generate CMSIS Pack for Release

This GitHub development repository contains already pre-build libraries of various libraries (DSP, RTOS, RTOS2). These libraries are validated for release.

To build a complete CMSIS pack for installation the following additional tools are required:

  • doxygen.exe Version: 1.8.6 (Documentation Generator)
  • mscgen.exe Version: 0.20 (Message Sequence Chart Converter)
  • 7z.exe (7-Zip) Version: 16.02 (File Archiver)

Using these tools, you can generate on a Windows PC:

  • CMSIS Software Pack using the batch file gen_pack.bat (located in ./CMSIS/Utilities). This batch file also generates the documentation.

  • CMSIS Documentation using the batch file genDoc.bat (located in ./CMSIS/Doxygen).

The file ./CMSIS/DoxyGen/How2Doc.txt describes the rules for creating API documentation.

License

ARM CMSIS is licensed under Apache-2.0.

Contributions and Pull Requests

Contributions are accepted under Apache-2.0. Only submit contributions where you have authored all of the code.