How to rename output file name

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to rename output file name

Jump to solution
1,562 Views
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 Kudos
1 Solution
1,554 Views
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.

View solution in original post

0 Kudos
1 Reply
1,555 Views
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 Kudos