incubator-nuttx/drivers/clk
yintao 37a30023f5 nuttx/drivers: add ept_release_cb for destroy server resource
use ept_release_cb to destory rpmsg services server dile resource
to avoid the used-after-free issue

Signed-off-by: yintao <yintao@xiaomi.com>
2024-10-10 08:44:29 +08:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig rpmsg: make all the rpmsg services deponds on RPMSG 2024-02-18 04:09:34 -08:00
Make.defs tools: replace INCDIR to Makefile variable 2022-11-03 19:59:55 +08:00
clk.c clk:optimized the clk_set_rate for mux 2024-09-28 10:38:55 +08:00
clk.h math: Optimize the implementation of log2ceil and log2floor 2024-09-23 10:03:54 +02:00
clk_divider.c math: remove is_power_of_2() keep IS_POWER_OF_2() 2024-10-07 18:39:27 +08:00
clk_fixed_factor.c
clk_fixed_rate.c
clk_fractional_divider.c
clk_gate.c
clk_multiplier.c
clk_mux.c clk:fix some issues when use rpmsg clk 2023-09-22 08:47:23 +08:00
clk_phase.c math: Optimize the implementation of log2ceil and log2floor 2024-09-23 10:03:54 +02:00
clk_rpmsg.c nuttx/drivers: add ept_release_cb for destroy server resource 2024-10-10 08:44:29 +08:00