• how to move depency files into a subdirectory
    uVision generates a depency file (e.g. "myTarget.dep"). This file is located in the root directory of the project. Is there any possibility to "move" these files into any subdirectory similar to the...
  • how to move depency files into a subdirectory
    uVision generates a depency file (e.g. "myTarget.dep"). This file is located in the root directory of the project. Is there any possibility to "move" these files into any subdirectory similar to the...
  • how to specify header files easily, like searching subdirectory
    Do we have to specify the header files' path which are located in different directories one by one directory ? Can I just specify the general directory ,and letting the mdk itself searching header files...
  • how to specify header files easily, like searching subdirectory
    Do we have to specify the header files' path which are located in different directories one by one directory ? Can I just specify the general directory ,and letting the mdk itself searching header files...
  • How to include assembler include file in c source file?
    I have an assembly include file (.inc) which contains a macro. Is there a way to include this file in C source file?