Genadi V. Zawidowski

Results 7 issues of Genadi V. Zawidowski

Only two lines.,.. Same problem and similar for aarch64 processors `From 909ee3f39a3c5f6cc2d99fcab48ae6fc4e09371a Mon Sep 17 00:00:00 2001 From: ua1arn Date: Wed, 15 Mar 2023 18:09:59 +0300 Subject: [PATCH] risc-v compatibility...

This error message from linker stage of gcc point to this line of code: ![image](https://user-images.githubusercontent.com/34999007/224841043-9d4da446-12fe-4862-9132-a809f702b634.png) Ths fuction - inline body of **__FPU_Enable**, located in `core_A/Include/cmsis_gcc.h`. In my project with -Ofast...

review
CORE

How about adding this functions to _CMSIS/Core_A/Include/cmsis_cp15.h_ ? This register used for support SMP data coherency in conjunction with ACTLR. ``` #if (__CORTEX_A == 8U) #define CPUECTLR_SMPEN_Msk (1u

review
CORE

I propouse add stripping extra bits in argument. Existing implementation fails then used unstripped value from GIC_GetConfiguration ![image](https://user-images.githubusercontent.com/34999007/202834774-f909f9ba-4ae7-4e6f-afea-37c57bbadfce.png)

DONE
CORE

![image](https://user-images.githubusercontent.com/34999007/199962909-4944a999-f4e4-4032-b035-1e13cce6830e.png) Case mismatch.

bug
DONE

Core-A: modifications for representation interrupt mode model on Renesas Cortex-A9 RZA1x CPUs

enhancement
DONE
CORE

I am use these modified files for hide warnings while aarch64 compilation: Propose add as seed of adding aarch64 (coretex-a53) support. [Include.zip](https://github.com/ARM-software/CMSIS_5/files/9593540/Include.zip)