Vladimir Umek
Vladimir Umek
Hi, this should be open in CMSIS-RTOS2_Validation, but I guess we can also solve it here. If you are referring to [TC_osKernelSuspend_1](https://github.com/ARM-software/CMSIS-RTOS2_Validation/blob/ca0a96eda93297252adfe376d61f112ec90acfe5/Source/RV2_Kernel.c#L402) and [TC_osKernelResume_1](https://github.com/ARM-software/CMSIS-RTOS2_Validation/blob/ca0a96eda93297252adfe376d61f112ec90acfe5/Source/RV2_Kernel.c#L480) then [osDelay(1U)](https://github.com/ARM-software/CMSIS-RTOS2_Validation/blob/ca0a96eda93297252adfe376d61f112ec90acfe5/Source/RV2_Kernel.c#L488) is there to set...
Hello, as you noticed, CMSIS-Driver Ethernet PHY API is as simple as it gets, therefore only basic functionality is supported. Would it be an option to set configuration in PowerControl...
Many thanks for the additional info! In the short term I think it is best using approach with the rw function pointers and implement extension separately. Changing API is a...
Hi, thank you for pointing this out. The issue is known and [listed under limitations](https://arm-software.github.io/CMSIS-FreeRTOS/main/tech_data.html). The reason is in FreeRTOS implementation, which supports only use cases where either: - all...
You are right again, this check shall be added. Thanks for taking the time and reporting this!
Hi, thanks for pointing this out! Looks like some leftover code - we'll take a look at this.
Many thanks again for the analysis and further investigation! The serial interface code will apparently also need review. Second one, MCI driver implementation: MCI_STM32F7xx.c and its code are not part...
Thank you once again for your valuable input and analysis. We will review this and change the code where necessary!