nuttx/drivers/rptun
Bowen Wang 426a5154d9 drivers/rptun: guard nxsched_waitpid with CONFIG_SCHED_WAITPID
nxsched_waitpid is only available when CONFIG_SCHED_WAITPID is
enabled. Wrap the call with #ifdef to fix the build error when
this option is disabled.

Signed-off-by: huojianchao <huojianchao@xiaomi.com>
Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>
2026-05-21 06:28:36 +08:00
..
CMakeLists.txt rptun_secure:change rptun_secure to rptun_bmp 2025-01-14 13:34:35 +08:00
Kconfig drivers/rptun: add panic and reset method for new rptun framework 2026-01-19 14:18:27 +08:00
Make.defs rptun_secure:change rptun_secure to rptun_bmp 2025-01-14 13:34:35 +08:00
rptun.c drivers/rptun: guard nxsched_waitpid with CONFIG_SCHED_WAITPID 2026-05-21 06:28:36 +08:00
rptun_bmp.c drivers/rptun_bmp: port rptun_bmp to the new rptun framework 2026-01-19 14:18:27 +08:00
rptun_ivshmem.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00