zephyr/subsys
Andrew Davis df64d076d8 ipc: ipc_service: Inline libmetal_{setup,teardown}() for correct ordering
Currently metal_init() is called as part of libmetal_setup() which is
called after libmetal has already started being used (metal_io_init
called before). Same for metal_finish() but in reverse (metal_io_finish
called after). To fix this inline the content of libmetal_{setup,teardown}
into their one call-sites and move the init/finish calls to the correct
spot before/after all uses of the lib.

Signed-off-by: Andrew Davis <afd@ti.com>
2024-10-02 10:04:59 +02:00
..
bindesc bindesc: Add support for the build version values 2024-09-04 07:03:47 -04:00
bluetooth bluetooth: honor log panic mode in monitor 2024-10-02 10:00:26 +02:00
canbus lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
console
dap
debug debug: coredump: dump privileged stack 2024-09-21 11:29:39 +02:00
demand_paging demand_paging: add a semihosting based backing store for on-demand sections 2024-09-11 20:18:51 -04:00
dfu dfu: Add missing depends on for progressive erase 2024-10-01 09:46:18 +02:00
disk disk: disk_access: changed mutex for a spinlock 2024-08-26 17:26:36 -04:00
dsp
emul
fb
fs fs: ext2: add alignment for superblock 2024-09-30 17:10:56 +01:00
input
ipc ipc: ipc_service: Inline libmetal_{setup,teardown}() for correct ordering 2024-10-02 10:04:59 +02:00
jwt mbedtls: do not set PSA_WANT_KEY_TYPE_[RSA/ECC]_KEY_PAIR_BASIC 2024-09-12 10:02:40 +02:00
llext LLEXT: add support for detached sections 2024-09-29 21:21:24 +02:00
logging logging: backend: add semihosting 2024-09-28 08:18:00 -05:00
lorawan
mem_mgmt
mgmt arch: Add Cortex-R8 support 2024-10-01 09:58:22 +02:00
modbus
modem
net net: dns: Check that dispatcher table is not overflowing 2024-09-30 17:12:15 +01:00
pm pm: device: allow optional support of TURN_ON action 2024-09-30 17:11:20 +01:00
portability
profiling style: subsys: comply with MISRA C:2012 Rule 15.6 2024-09-11 07:40:35 -04:00
random
retention
rtio
sd sd: resend CMD0 before each CMD8 2024-08-27 15:14:23 -04:00
sensing
settings
shell style: subsys: adjust return usage in void functions 2024-09-20 11:06:55 +02:00
sip_svc
stats
storage
task_wdt
testsuite Ztest: Ztest_param fix 2024-09-19 03:25:17 -04:00
timing
tracing
usb serial/usb: update struct ring_buf users 2024-10-02 09:56:45 +02:00
zbus lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
CMakeLists.txt lib: net_buf: move the network buffer implementation to lib 2024-09-07 11:19:05 -05:00
Kconfig