ARM-software / CMSIS-Compiler

CMSIS Compiler support for Arm Compiler
https://arm-software.github.io/CMSIS-Compiler/latest/index.html
Apache License 2.0
26 stars 13 forks source link

Align header file documentation format #38

Closed VladimirUmek closed 11 months ago

VladimirUmek commented 11 months ago

I simplified retarget_os.h for GCC - "System Calls" were removed and only "Locking Routines" remain in place for "OS Interface". Conveniently, with the pack restructure, Syscalls are now all "hidden" under CMSIS-Compiler:CORE component and are not explicitly documented.