Config.h usage in Thread example projects

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Config.h usage in Thread example projects

ソリューションへジャンプ
1,597件の閲覧回数
sund-aci
Contributor II

I have looked at a few of the example projects for Thread (hybrid ble thread router, low power end device).  The source folder includes a config.h file that appears to set a bunch of defines for configuring the different options for the code, but I don't see anywhere where config.h get included in the project.  Am I missing something?  Do modifying these defines change the device behavior in any way? thread

ラベル(2)
タグ(1)
1 解決策
1,454件の閲覧回数
sund-aci
Contributor II

I found the answer myself.  It is included at build time using -imacros "<path>/config.h"

元の投稿で解決策を見る

1 返信
1,455件の閲覧回数
sund-aci
Contributor II

I found the answer myself.  It is included at build time using -imacros "<path>/config.h"