uVision • Enhanced performance in the Project View and new file, group, and component attributes. Arm Compiler Included This MDK release contains two ARM Compiler versions that can be selected in the dialog Project - Options for Target - Target (under Code Generation): • ARM Compiler 5.05...
Add the plugin to the <build>/<plugins> section of your pom.xml if not already present: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.10</version> <configuration> <argLine>-Dfile.encoding=UTF-8</argLine> </configuration> <...