We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32de914 commit 602a1e3Copy full SHA for 602a1e3
examples/platform/qpg/project_include/OpenThreadConfig.h
@@ -82,6 +82,16 @@
82
83
#define OPENTHREAD_PLATFORM_NEXUS 0
84
85
+#if !defined(OPENTHREAD_FTD) && !defined(OPENTHREAD_MTD)
86
+#if defined(CHIP_DEVICE_CONFIG_THREAD_FTD) && CHIP_DEVICE_CONFIG_THREAD_FTD
87
+#define OPENTHREAD_FTD 1
88
+#define OPENTHREAD_MTD 0
89
+#else
90
+#define OPENTHREAD_FTD 0
91
+#define OPENTHREAD_MTD 1
92
+#endif
93
94
+
95
// Use the Qorvo-supplied default platform configuration for remainder
96
// of OpenThread config options.
97
//
third_party/openthread/repo
0 commit comments