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

CMSIS Compiler support for Arm Compiler

Results 6 CMSIS-Compiler issues
Sort by recently updated
recently updated
newest added

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...

Hi In our project, we enable this [--require_prototypes] build option in IAR. This makes errors: "xxx\source\iar\retarget_io.c",63  Error[Pa045]: function "__write" has no prototype "xxx\source\iar\retarget_io.c",37  Error[Pa045]: function "__read" has no prototype Please...

I did some file redirection support for IAR. I don't have the expertise to test this properly (it seems to compile, and should get called) It is modeled after the...

Updated - Doxygen to version 1.13.2 - gen_pack_lib to version 0.11.3 - packchk to version 1.4.2 - ubuntu-24.04 - actions/[email protected] - the *.dxy.in file

For the Arm Compiler runtime library there is an issue with the error handling in the CMSIS-Compiler pack. In particular the code in retarget-io.c -> _sys_read(): ``` rval = rt_fs_read(fh,...