OpenThread snippet for debugging purpose (ot-debug)
To build with this snippet, follow the instructions in the Using Snippets page. When building with west, run the following command:
west build -- -D<project_name>_SNIPPET=ot-debug
Overview
This snippet enables the __ASSERT() function for debugging OpenThread samples.
This snippet also enables multithread support in GNU Debugger (GDB) and thread monitoring.