zephyr/lib/libc
Torsten Rasmussen 16e848b57c armclang: threading_weak.c source file added for armclang
The stub file threading_weak.c has been added containing weak stub
implementation of threading related kernel functions.

The file is needed for armlink.

When linking with armlink the linker will resolve undefined symbols for
all undefined functions even if those functions the reference the
undefined symbol is never actually called.

This file provides weak stub implementations that are compiled when
CONFIG_MULTITHREADING=n to ensure proper linking.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2021-08-30 08:54:23 -04:00
..
arcmwdt ARC: MWDT: LIB: implement _istty hook 2021-08-13 13:43:19 -05:00
armstdc armclang: threading_weak.c source file added for armclang 2021-08-30 08:54:23 -04:00
minimal libc: types: suppress deviation 2021-08-24 07:23:02 -04:00
newlib lib: newlib: Add retargetable locking implementation 2021-08-09 08:51:24 -05:00
CMakeLists.txt armclang: ARM Compiler C library support 2021-08-30 08:54:23 -04:00
Kconfig armclang: ARM Compiler C library support 2021-08-30 08:54:23 -04:00