Skip to content

Commit 947ea17

Browse files
author
Evgueni Driouk
committed
v2.6.1
1 parent beeafd0 commit 947ea17

768 files changed

Lines changed: 92509 additions & 78078 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

DebugSequnceFramework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The left side of ‘->’ in a line corresponds to a statement in the Debug Sequ
6868

6969
- - - - - - - - - - - - - - - - - - - - - - - - - -
7070

71-
_Copyright (c) 2014-2017, ARM Limited and Contributors. All rights reserved._
71+
_Copyright (c) 2014-2021, ARM Limited and Contributors. All rights reserved._
7272

7373

7474
[CMSIS Debug Access Sequences]: https://arm-software.github.io/CMSIS_5/Pack/html/pdsc_SequenceNameEnum_pg.html
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
4+
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5+
<classpathentry kind="src" path="src/">
6+
<attributes>
7+
<attribute name="test" value="true"/>
8+
</attributes>
9+
</classpathentry>
10+
<classpathentry kind="output" path="target/classes"/>
11+
</classpath>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
target
2+
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>com.arm.cmsis.config.tests</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.pde.ManifestBuilder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
<buildCommand>
19+
<name>org.eclipse.pde.SchemaBuilder</name>
20+
<arguments>
21+
</arguments>
22+
</buildCommand>
23+
<buildCommand>
24+
<name>org.eclipse.m2e.core.maven2Builder</name>
25+
<arguments>
26+
</arguments>
27+
</buildCommand>
28+
</buildSpec>
29+
<natures>
30+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
31+
<nature>org.eclipse.pde.PluginNature</nature>
32+
<nature>org.eclipse.jdt.core.javanature</nature>
33+
</natures>
34+
</projectDescription>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
encoding/<project>=UTF-8

com.arm.cmsis.config.tests/.settings/org.eclipse.jdt.core.prefs

Lines changed: 396 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 141 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,141 @@
1+
eclipse.preferences.version=1
2+
editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true
3+
formatter_profile=_Eclipse [spaces only]
4+
formatter_settings_version=21
5+
sp_cleanup.add_all=false
6+
sp_cleanup.add_default_serial_version_id=true
7+
sp_cleanup.add_generated_serial_version_id=false
8+
sp_cleanup.add_missing_annotations=true
9+
sp_cleanup.add_missing_deprecated_annotations=true
10+
sp_cleanup.add_missing_methods=false
11+
sp_cleanup.add_missing_nls_tags=false
12+
sp_cleanup.add_missing_override_annotations=true
13+
sp_cleanup.add_missing_override_annotations_interface_methods=true
14+
sp_cleanup.add_serial_version_id=false
15+
sp_cleanup.always_use_blocks=true
16+
sp_cleanup.always_use_parentheses_in_expressions=false
17+
sp_cleanup.always_use_this_for_non_static_field_access=false
18+
sp_cleanup.always_use_this_for_non_static_method_access=false
19+
sp_cleanup.array_with_curly=false
20+
sp_cleanup.arrays_fill=false
21+
sp_cleanup.bitwise_conditional_expression=false
22+
sp_cleanup.boolean_literal=false
23+
sp_cleanup.boolean_value_rather_than_comparison=false
24+
sp_cleanup.break_loop=false
25+
sp_cleanup.collection_cloning=false
26+
sp_cleanup.comparing_on_criteria=false
27+
sp_cleanup.comparison_statement=false
28+
sp_cleanup.controlflow_merge=false
29+
sp_cleanup.convert_functional_interfaces=false
30+
sp_cleanup.convert_to_enhanced_for_loop=false
31+
sp_cleanup.convert_to_enhanced_for_loop_if_loop_var_used=false
32+
sp_cleanup.convert_to_switch_expressions=false
33+
sp_cleanup.correct_indentation=false
34+
sp_cleanup.do_while_rather_than_while=false
35+
sp_cleanup.double_negation=false
36+
sp_cleanup.else_if=false
37+
sp_cleanup.embedded_if=false
38+
sp_cleanup.evaluate_nullable=false
39+
sp_cleanup.extract_increment=false
40+
sp_cleanup.format_source_code=true
41+
sp_cleanup.format_source_code_changes_only=false
42+
sp_cleanup.hash=false
43+
sp_cleanup.if_condition=false
44+
sp_cleanup.insert_inferred_type_arguments=false
45+
sp_cleanup.instanceof=false
46+
sp_cleanup.instanceof_keyword=false
47+
sp_cleanup.invert_equals=false
48+
sp_cleanup.join=false
49+
sp_cleanup.lazy_logical_operator=false
50+
sp_cleanup.make_local_variable_final=true
51+
sp_cleanup.make_parameters_final=false
52+
sp_cleanup.make_private_fields_final=true
53+
sp_cleanup.make_type_abstract_if_missing_method=false
54+
sp_cleanup.make_variable_declarations_final=false
55+
sp_cleanup.map_cloning=false
56+
sp_cleanup.merge_conditional_blocks=false
57+
sp_cleanup.multi_catch=false
58+
sp_cleanup.never_use_blocks=false
59+
sp_cleanup.never_use_parentheses_in_expressions=true
60+
sp_cleanup.no_string_creation=false
61+
sp_cleanup.no_super=false
62+
sp_cleanup.number_suffix=false
63+
sp_cleanup.objects_equals=false
64+
sp_cleanup.on_save_use_additional_actions=true
65+
sp_cleanup.one_if_rather_than_duplicate_blocks_that_fall_through=false
66+
sp_cleanup.operand_factorization=false
67+
sp_cleanup.organize_imports=true
68+
sp_cleanup.overridden_assignment=false
69+
sp_cleanup.plain_replacement=false
70+
sp_cleanup.precompile_regex=false
71+
sp_cleanup.primitive_comparison=false
72+
sp_cleanup.primitive_parsing=false
73+
sp_cleanup.primitive_rather_than_wrapper=false
74+
sp_cleanup.primitive_serialization=false
75+
sp_cleanup.pull_out_if_from_if_else=false
76+
sp_cleanup.pull_up_assignment=false
77+
sp_cleanup.push_down_negation=false
78+
sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
79+
sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
80+
sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
81+
sp_cleanup.qualify_static_member_accesses_with_declaring_class=false
82+
sp_cleanup.qualify_static_method_accesses_with_declaring_class=false
83+
sp_cleanup.reduce_indentation=false
84+
sp_cleanup.redundant_comparator=false
85+
sp_cleanup.redundant_falling_through_block_end=false
86+
sp_cleanup.remove_private_constructors=true
87+
sp_cleanup.remove_redundant_modifiers=false
88+
sp_cleanup.remove_redundant_semicolons=false
89+
sp_cleanup.remove_redundant_type_arguments=false
90+
sp_cleanup.remove_trailing_whitespaces=true
91+
sp_cleanup.remove_trailing_whitespaces_all=true
92+
sp_cleanup.remove_trailing_whitespaces_ignore_empty=false
93+
sp_cleanup.remove_unnecessary_array_creation=false
94+
sp_cleanup.remove_unnecessary_casts=true
95+
sp_cleanup.remove_unnecessary_nls_tags=false
96+
sp_cleanup.remove_unused_imports=true
97+
sp_cleanup.remove_unused_local_variables=false
98+
sp_cleanup.remove_unused_private_fields=true
99+
sp_cleanup.remove_unused_private_members=false
100+
sp_cleanup.remove_unused_private_methods=true
101+
sp_cleanup.remove_unused_private_types=true
102+
sp_cleanup.return_expression=false
103+
sp_cleanup.simplify_lambda_expression_and_method_ref=false
104+
sp_cleanup.single_used_field=false
105+
sp_cleanup.sort_members=false
106+
sp_cleanup.sort_members_all=false
107+
sp_cleanup.standard_comparison=false
108+
sp_cleanup.static_inner_class=false
109+
sp_cleanup.strictly_equal_or_different=false
110+
sp_cleanup.stringbuffer_to_stringbuilder=false
111+
sp_cleanup.stringbuilder=false
112+
sp_cleanup.stringbuilder_for_local_vars=true
113+
sp_cleanup.substring=false
114+
sp_cleanup.switch=false
115+
sp_cleanup.system_property=false
116+
sp_cleanup.system_property_boolean=false
117+
sp_cleanup.system_property_file_encoding=false
118+
sp_cleanup.system_property_file_separator=false
119+
sp_cleanup.system_property_line_separator=false
120+
sp_cleanup.system_property_path_separator=false
121+
sp_cleanup.ternary_operator=false
122+
sp_cleanup.try_with_resource=false
123+
sp_cleanup.unlooped_while=false
124+
sp_cleanup.unreachable_block=false
125+
sp_cleanup.use_anonymous_class_creation=false
126+
sp_cleanup.use_autoboxing=false
127+
sp_cleanup.use_blocks=false
128+
sp_cleanup.use_blocks_only_for_return_and_throw=false
129+
sp_cleanup.use_directly_map_method=false
130+
sp_cleanup.use_lambda=true
131+
sp_cleanup.use_parentheses_in_expressions=false
132+
sp_cleanup.use_string_is_blank=false
133+
sp_cleanup.use_this_for_non_static_field_access=false
134+
sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true
135+
sp_cleanup.use_this_for_non_static_method_access=false
136+
sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true
137+
sp_cleanup.use_unboxing=false
138+
sp_cleanup.use_var=false
139+
sp_cleanup.useless_continue=false
140+
sp_cleanup.useless_return=false
141+
sp_cleanup.valueof_rather_than_instantiation=false
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Manifest-Version: 1.0
2+
Bundle-ManifestVersion: 2
3+
Bundle-Name: Tests
4+
Bundle-SymbolicName: com.arm.cmsis.config.tests
5+
Automatic-Module-Name: com.arm.cmsis.config.tests
6+
Bundle-Version: 2.6.1.qualifier
7+
Bundle-Vendor: Arm Limited
8+
Fragment-Host: com.arm.cmsis.config
9+
Bundle-RequiredExecutionEnvironment: JavaSE-11
10+
Require-Bundle: org.junit
11+
Export-Package: com.arm.cmsis.config.tests;x-internal:=true
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
source.. = src/
2+
output.. = target/classes/
3+
bin.includes = META-INF/,\
4+
.

com.arm.cmsis.config.tests/pom.xml

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
<modelVersion>4.0.0</modelVersion>
5+
<artifactId>com.arm.cmsis.config.tests</artifactId>
6+
<packaging>eclipse-test-plugin</packaging>
7+
8+
<parent>
9+
<groupId>com.arm.cmsis</groupId>
10+
<artifactId>com.arm.cmsis.parent</artifactId>
11+
<version>2.6.1-SNAPSHOT</version>
12+
<relativePath>../com.arm.cmsis.parent</relativePath>
13+
</parent>
14+
<properties>
15+
<tycho-version>2.5.0</tycho-version>
16+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
17+
</properties>
18+
19+
<build>
20+
<plugins>
21+
<plugin>
22+
<!-- Enable tycho build extension -->
23+
<groupId>org.eclipse.tycho</groupId>
24+
<artifactId>tycho-maven-plugin</artifactId>
25+
<version>${tycho-version}</version>
26+
<extensions>true</extensions>
27+
</plugin>
28+
<plugin>
29+
<groupId>org.eclipse.tycho</groupId>
30+
<artifactId>target-platform-configuration</artifactId>
31+
<version>${tycho-version}</version>
32+
<configuration>
33+
<target>
34+
<artifact>
35+
<groupId>com.arm.cmsis</groupId>
36+
<artifactId>com.arm.cmsis.tests.target</artifactId>
37+
<version>2.6.1-SNAPSHOT</version>
38+
</artifact>
39+
</target>
40+
<environments>
41+
<environment>
42+
<os>win32</os>
43+
<ws>win32</ws>
44+
<arch>x86_64</arch>
45+
</environment>
46+
<environment>
47+
<os>linux</os>
48+
<ws>gtk</ws>
49+
<arch>x86_64</arch>
50+
</environment>
51+
<environment>
52+
<os>macosx</os>
53+
<ws>cocoa</ws>
54+
<arch>x86_64</arch>
55+
</environment>
56+
</environments>
57+
</configuration>
58+
</plugin>
59+
<!-- Extra plugins -->
60+
<plugin>
61+
<groupId>org.eclipse.tycho</groupId>
62+
<artifactId>tycho-source-plugin</artifactId>
63+
<version>${tycho-version}</version>
64+
<executions>
65+
<execution>
66+
<id>plugin-source</id>
67+
<goals>
68+
<goal>plugin-source</goal>
69+
</goals>
70+
</execution>
71+
</executions>
72+
</plugin>
73+
<plugin>
74+
<groupId>org.eclipse.tycho</groupId>
75+
<artifactId>tycho-surefire-plugin</artifactId>
76+
<version>${tycho-version}</version>
77+
<configuration>
78+
<includes>
79+
<include>**/*Test.java</include>
80+
</includes>
81+
<useUIHarness>false</useUIHarness>
82+
<useUIThread>false</useUIThread>
83+
<!-- product>org.eclipse.sdk.ide</product -->
84+
<application>org.eclipse.ui.ide.workbench</application>
85+
</configuration>
86+
</plugin>
87+
</plugins>
88+
</build>
89+
</project>

0 commit comments

Comments
 (0)