-
Ask the expert for a question. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
The build system typically defines this value depending on what it is trying to build. Some examples: |
Beta Was this translation helpful? Give feedback.
-
Hello, expert, thank you for your reply. I'm learning to apply thread to FreeRTOS. When referring to the example, I found that the thread in OT RTOS can't be upgraded to the latest version, and it can't be compiled successfully in Linux. Please ask your latest submitted thread version to apply in FreeRTOS. Do you have any good suggestions? |
Beta Was this translation helpful? Give feedback.
-
One more question,Under the world mechanism of thead, how can we know that the thread is about to arrive, so as to use semaphores and other system functions to inform the task to continue running? |
Beta Was this translation helpful? Give feedback.
-
Platform drivers handle events (e.g. timer fires, radio packets received, etc.) and those drivers are responsible for scheduling OpenThread execution at the appropriate time depending on the platform's implementation. |
Beta Was this translation helpful? Give feedback.
The build system typically defines this value depending on what it is trying to build.
Some examples:
openthread/Android.mk
Line 53 in 237c91b
openthread/BUILD.gn
Line 46 in 237c91b
openthread/src/core/ftd.cmake
Line 32 in 237c91b