Move stack for threads to the heap.
Creating the stack for a RIOT thread in the main is a problem, as the main does have the same stack size.
Showing
Please register or sign in to comment
Creating the stack for a RIOT thread in the main is a problem, as the main does have the same stack size.