Re: Duplicate task_spawn()

2021-07-01 Thread Xiang Xiao
Thanks for reporting this issue. There a method to simplify the implementation and keep the compatibility, please try these patch: https://github.com/apache/incubator-nuttx/pull/4027 https://github.com/apache/incubator-nuttx-apps/pull/791 On Thu, Jul 1, 2021 at 8:40 PM Sebastien Lorquet wrote: >

Re: Duplicate task_spawn()

2021-07-01 Thread Sebastien Lorquet
I see that around the time of this discussion the userland API of task_spawn has been changed in incompatible ways. by this commit: https://github.com/apache/incubator-nuttx-apps/commit/58293abb8e896bb04f3a76bf8b48206debe68f26?branch=58293abb8e896bb04f3a76bf8b48206debe68f26&diff=unified My app