MCUXpresso patch libraries

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

MCUXpresso patch libraries

989 次查看
bjorns
Contributor III

Hello,

I'm using MCUXpresso to generate code and to include libraries etc needed for the project. However I need to patch one of the libraries (in this case fatfs to add another driver). As soon as I regenerate the project the patched files are overwritten. Is there any elegant way of handling this or should I give up and make a copy of fatfs that I can manage myself?

Thanks
/Björn

标签 (1)
0 项奖励
回复
1 回复

963 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello bjorns,

The configuration files for pins, clocks and peripherals are fully generated by the config tools. The user should use MCUXPresso config tools user interface to make any changes and the re-generate the code. It’s not supported to do manual changes in the generated files.

 

 

BR

Alice

0 项奖励
回复