How to rename output file name

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

How to rename output file name

ソリューションへジャンプ
2,261件の閲覧回数
FanZhang
Contributor I

Is it possible to rename clock_config.h/c files in the config tool? I've tried to rename it in the .mex file but after importing it changes back to clock_config.h/c again. Tried both with the IDE and stand-alone config tool.

0 件の賞賛
返信
1 解決策
2,253件の閲覧回数
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @FanZhang,

ConfigTools requires a certain level of consistency to be able to generate the board configurations correctly, and changing the files that it generates would not allow that level of consistency. This is why it reverts any manual changes made in the .mex file when updating the code (even if it’s the only file that it’s actually being updated) in order to "keep the configuration synchronized with the project".

EdwinHz_0-1634919093913.png

So not allowing the user to change the name of the generated files is a way of ensuring the configurations from the tool work correctly and seamlessly with the project’s code.

 

Regards,

Edwin.

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
2,254件の閲覧回数
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @FanZhang,

ConfigTools requires a certain level of consistency to be able to generate the board configurations correctly, and changing the files that it generates would not allow that level of consistency. This is why it reverts any manual changes made in the .mex file when updating the code (even if it’s the only file that it’s actually being updated) in order to "keep the configuration synchronized with the project".

EdwinHz_0-1634919093913.png

So not allowing the user to change the name of the generated files is a way of ensuring the configurations from the tool work correctly and seamlessly with the project’s code.

 

Regards,

Edwin.

0 件の賞賛
返信