Daniel Leung
Daniel Leung
I don't have time to look into it right now. The latest supported Eclipse version should be 2020-03. If possible, please use the older Eclipse version at the moment.
#50 may have fixed this.
Have you tried re-building the index after building the project? This might fix the issue.
The code parser uses pre-processed source files produced by the toolchain, where those device tree macros should have been expanded. So it is possible that the pre-processed files cannot be...
Just wondering how much have this been tested on actual hardware?
If you need this to go into v3.7.0, please file a bug, link it to it, and set the milestone.
You can now use `k_thread_stack_alloc()` to allocate stack space.
In that case, I recommend changing `stackAllocSize` to use `K_KERNEL_STACK_LEN` (if kernel thread) instead. And use `k_aligned_alloc(Z_KERNEL_STACK_OBJ_ALIGN, stackAllocSize)` for allocation, and this aligns the beginning of stack for you. Please...
I think that should work.
> @dcpleung PR tests look ok, do you need @ssavati to schedule a more stressful test on a particular platform ? That would be great. This only needs to be...