Is it possible to specify files/folders that should not be changed by the code generator? There is a plan to allow it?
Hi!
We have a lot of problems with the automatic code generator. One of them. Sometimes we need to make changes to 'Drivers'/'Middlewares' and store them in our svn repository. If we include these libraries to our project via 'externals' and do code generation, then we will lose all our modifications.
For example: we use PHY which cannot be managed by the existing 'HAL_ETH_Init' function (in Drivers/Src/stm32f4xx_hal_eth.c). We want to change the duplex and speed logic, but cannot.
Maybe there is a way to add our scripts for execution before and after code generation?
Thanks for your reply.
