CMSIS-Compiler icon indicating copy to clipboard operation
CMSIS-Compiler copied to clipboard

OS Interface and File Interface implementation for IAR is missing

Open VladimirUmek opened this issue 1 year ago • 1 comments

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 retargeting does not work

VladimirUmek avatar May 23 '24 09:05 VladimirUmek

:heavy_check_mark: PR https://github.com/ARM-software/CMSIS-Compiler/pull/57 added multithreading support.

VladimirUmek avatar Jul 15 '24 06:07 VladimirUmek