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