• dependency list
    Is there a way that I can a print a list of all files, including dependency files that are used in a build?
  • uVision problem with dependencies
    This is a solution to an issue with uVision. Our projects are stored within a version control system and whenever I would open a new view on a project, the dependencies (.h) files would all point to...
  • show include file dependencies
    Hello at all, where can I find in the µvision manual an explanation of the context menu command "show include file dependencies". Thanks for answers, Volker
  • Is there conditional compilation depending on the project?
    Hi there! In a few weeks, I might have to derive a product from another products. The hardware is the same, but the software is slightly different. I think, it would be a drag to copy the sources...
  • Library dependency
    I have a uv2 project that includes a custom library. Can I add a dependency to the project to automatically build when I change my library, and if so how? Thanks in advance, Walt