mirror of
https://github.com/apache/nuttx.git
synced 2026-05-15 13:16:28 +08:00
34412349e9
Support smp function call, calling smp_call_function allows a specific core to execute a function. It should be noted that there should be no waiting operations in the executed function. Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com>