rptun: Strip rpmsg and rptun

nuttx/driver/rpmsg: new folder, extract common rpmsg api in rptun.c to rpmsg.c.
rpmsg provide rpmsg_ops to each backend for specific implementation.

Signed-off-by: wangyongrong <wangyongrong@xiaomi.com>
This commit is contained in:
wangyongrong
2023-12-12 10:53:45 +08:00
committed by Mateusz Szafoni
parent 95fcc286a2
commit 7508a10e20
16 changed files with 693 additions and 417 deletions
+1
View File
@@ -56,6 +56,7 @@ include pipes/Make.defs
include power/Make.defs
include regmap/Make.defs
include rmt/Make.defs
include rpmsg/Make.defs
include rptun/Make.defs
include sensors/Make.defs
include serial/Make.defs