incubator-nuttx/drivers/clk
Bowen Wang 064eb5fd35 rpmsg services: should release the tx buffer when rpmsg_send_nocopy failed
Otherwise, the tx buffer will be discarded and can no longer be obtained

Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>
2024-10-08 18:26:39 +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 rpmsg services: should release the tx buffer when rpmsg_send_nocopy failed 2024-10-08 18:26:39 +08:00