Vladimir Umek

Results 6 issues of Vladimir Umek

[According to GitHub](https://github.blog/changelog/2023-06-27-github-actions-update-on-oidc-integration-with-aws/) there are two possible intermediary certificates for the Actions SSL certificate and therefore this should be reflected in [CloudFormation Template](https://github.com/ARM-software/AVH-GetStarted/blob/3002ececab296a2ac98c6b29cb5de4aeb115674b/infrastructure/cloudformation/Arm-AVH-CloudFormation-Template.yaml#L131).

Currently the following features are missing: - Multithreading protection implementation (locks, i.e. mutex protection), hence using standard C library with RTOS is error prone - File Interface implementation, hence file...

Currently the following features are missing: - Multithreading protection implementation (locks, i.e. mutex protection), hence using standard C library with RTOS is error prone - File Interface implementation, hence file...

FreeRTOS kernel V11 significantly enhanced the trace event generation by adding traceENTER and traceRETURN macros. The wrapper for CMSIS-RTOS2 does not have similar trace macros defined and it would be...