• .uvprojx file support environment variables?
    Hi, everyone. I have a project that includes a lot of "library" source files that are outside of my main source tree and I'd prefer not to have to reference them with awkward paths like "..\..\..\components...
  • List of configuration options in .uvprojx and .uvoptx files
    Hello, as an author of CMake <> uVision Synchronizer ( github.com/.../cmake-uvision-syncer ) project, I am trying to find a list of all possible (of which mandatory) configuration options in uVision5...
  • Tags for Branch
    Going through the tutorial, my code: AREA MyFirstExample, Code, ReadOnly ENTRY MOV r0,#4 MOV r1,#5 ADD r2,r0,r1 S B S END When I build I get the following error: MyFirstExample...
  • uVision syntax highlighting - how to change doxygen tag color
    Hi. uVision v5.12.0.0 How can I change color and font style for the doxygen tags (e.g: @param | \param) in C editor mode. By default they render like some garish brownish stain that really stands out...
  • tag in uVision4-project (*.uvproj)
    I'm trying do validate a uVision4 project file against the project_proj.xsd xml schema. I got an exception because of a <bUseTDR>-tag. What is this tag for, and why is it included in the schema? ...