CMSIS_5 icon indicating copy to clipboard operation
CMSIS_5 copied to clipboard

CMSIS Version 5 Development Repository

Results 105 CMSIS_5 issues
Sort by recently updated
recently updated
newest added

To reproduce: ``` $ git clone --depth 1 https://github.com/ARM-software/CMSIS_5.git -b 5.7.0 Cloning into 'CMSIS_5'... remote: Enumerating objects: 8352, done. remote: Counting objects: 100% (8352/8352), done. remote: Compressing objects: 100% (5661/5661),...

Currently, Clang/LLVM would fallback to the GCC implementation which works but results in suboptimal performance. This change introduces support for Clang/LLVM compiler, specifically the implementation was tested and should support...

The explanation of the RTOS2 api call osKernelGetTickCount(), at https://www.keil.com/pack/doc/CMSIS/RTOS2/html/group__CMSIS__RTOS__KernelCtrl.html#ga84bcdbf2fb76b10c8df4e439f0c7e11b includes a discussion on how to adapt the 32-bit counter, which may rollover, into a 64-bit one which likely will...

It seems like the RTOS2 interface does not have a way to make a distinction between alloc from block pools (currently covered) and byte pools? Many RTOS's do treat these...

question
RTOS

I have a cmake-based project targeting arm cortex-m4, and I want to run clang-tidy on my code. When I attempt to run clang-tidy, I get this message ``` CMSIS_5/CMSIS/Core/Include/cmsis_compiler.h:278:4: error:...

future
CORE

EMAC_iMXRT1064.c file included from Ethernet MAC (API) in CMSIS Driver on Manage Run-Time Environment window, is no longer compatible with fsl_enet driver version ,2.7.0. this new version is available on...

Driver

![изображение](https://github.com/ARM-software/CMSIS_5/assets/19325847/202cdd06-e8cf-4cd8-a595-644dadd152c7) ![изображение](https://github.com/ARM-software/CMSIS_5/assets/19325847/80e91577-b6f5-4ade-bd33-6b059376c233) PROBLEMS (Validation with XSD grammar) when using the VS Code XML extension: https://marketplace.visualstudio.com/items?itemName=redhat.vscode-xml SVD File: https://stm32-rs.github.io/stm32-rs/stm32f103.svd.patched ![изображение](https://github.com/ARM-software/CMSIS_5/assets/19325847/bbef05da-9b31-4617-96a4-08fa960e3e3d)

bug

After generating the device header file by **SVDConv** with the `--fields=macro` option, all preprocessor defines for `*_Msk ` have the modifier `L`, regardless of the actual register bitwidth. Linting tools...

enhancement
SVD

Minor Docs fixes: - Added missing semicolon after `ARM_MPU_TYPE` function - Added missing `void` parameter in `ARM_MPU_TYPE` function - Fixed some spacing Successor for PRs #1617 and #1619.

Novadays there are a lot of MCU's with A53 onboard. Admittedly this "Application profile" core and intended to be used with some OS like Linux etc. On another hand there...

enhancement
review
CORE