My project uses EDMA3 which requires painfully including several "deep" directories. Is there a way to create an include file that defines the multiple paths that need to be included for the compiler so that I don't have to re-enter these for every project?
Here are the paths:
C:\Program Files (x86)\TI\edma3_lld_01_11_01_04\packages C:\Program Files (x86)\TI\edma3_lld_01_11_01_04\packages\ti\sdo\edma3\rm C:\Program Files (x86)\TI\edma3_lld_01_11_01_04\packages\ti\sdo\edma3\rm\sample C:\Program Files (x86)\TI\edma3_lld_01_11_01_04\packages\ti\sdo\edma3\drv C:\Program Files (x86)\TI\edma3_lld_01_11_01_04\packages\ti\sdo\edma3\drv\sample Thx MikeH