zephyr/lib
Alexander Dengg 21aa4a9a86 lib: open-amp: support resource table on C++ applications
In C++ applications, methods which are meant to be implemented in C
should be wrapped in a `extern "C"` scope at the point of declaration.
This enables the correct symbol table mangling, which fixes current
linker errors in C++.

Signed-off-by: Alexander Dengg <dornbirndevelops@gmail.com>
2022-07-06 10:56:01 -05:00
..
libc lib: libc: picolibc: Initialise libc heap during POST_KERNEL phase 2022-07-06 10:46:39 +02:00
open-amp lib: open-amp: support resource table on C++ applications 2022-07-06 10:56:01 -05:00
os lib: add mising braces to single line if statements 2022-07-06 11:00:45 -04:00
posix lib: add mising braces to single line if statements 2022-07-06 11:00:45 -04:00
smf lib: smf: fix include 2022-05-25 11:14:18 +09:00
util
CMakeLists.txt
Kconfig