how to remove date/time from component header file

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

how to remove date/time from component header file

1,200 次查看
ma85_bahar
Contributor II

hi every one.

i have used cw 5.1. and i have used processor expert. when you build the cw project, it updates the date/time info which is added in comments.

pastedImage_1.png

i want to commit my project by git. when i build the project without changing code, github desktop software detects new changes due to date/time updates. (i used .gitignore and .o files are filtered) how can i disable updating date/time ?

标记 (2)
0 项奖励
回复
1 回复

1,078 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi 

processor expert doesn't have an interface that can disable this date/time information when generates processor expert code.

you can manually remove it from the source code, then disable processor expert code generation. Thus next time when you build the project, your modification will not be overwritten. But thus , you lose the advantage of pe generating code.


Have a great day,
Jun Zhang

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 项奖励
回复