Skip to content

Commit 5a12978

Browse files
Evgueni DrioukEvgueni Driouk
authored andcommitted
v2.5.0 : CMSIS Zone and related changes
1 parent f312ea4 commit 5a12978

529 files changed

Lines changed: 47272 additions & 5216 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.

com.arm.cmsis.config/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
44
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
55
<classpathentry kind="src" path="src"/>
6-
<classpathentry kind="output" path="bin"/>
6+
<classpathentry kind="output" path="target/classes"/>
77
</classpath>

com.arm.cmsis.config/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target/

com.arm.cmsis.config/.project

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,14 @@
2020
<arguments>
2121
</arguments>
2222
</buildCommand>
23+
<buildCommand>
24+
<name>org.eclipse.m2e.core.maven2Builder</name>
25+
<arguments>
26+
</arguments>
27+
</buildCommand>
2328
</buildSpec>
2429
<natures>
30+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
2531
<nature>org.eclipse.pde.PluginNature</nature>
2632
<nature>org.eclipse.jdt.core.javanature</nature>
2733
</natures>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
activeProfiles=
2+
eclipse.preferences.version=1
3+
resolveWorkspaceProjects=true
4+
version=1

com.arm.cmsis.config/META-INF/MANIFEST.MF

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %Bundle-Name
44
Bundle-SymbolicName: com.arm.cmsis.config;singleton:=true
5-
Bundle-Version: 2.4.0.qualifier
5+
Bundle-Version: 2.5.0.qualifier
66
Bundle-Activator: com.arm.cmsis.config.ConfigPlugIn
77
Bundle-Vendor: %Bundle-Vendor
88
Require-Bundle: org.eclipse.ui,
@@ -16,6 +16,8 @@ Require-Bundle: org.eclipse.ui,
1616
com.arm.cmsis.pack.ui
1717
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
1818
Bundle-ActivationPolicy: lazy
19-
Export-Package: com.arm.cmsis.config.model,
19+
Export-Package: com.arm.cmsis.config,
20+
com.arm.cmsis.config.editors,
21+
com.arm.cmsis.config.model,
2022
com.arm.cmsis.parser,
2123
com.arm.cmsis.utils

com.arm.cmsis.config/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<modelVersion>4.0.0</modelVersion>
3+
<artifactId>com.arm.cmsis.config</artifactId>
4+
<packaging>eclipse-plugin</packaging>
5+
<parent>
6+
<groupId>com.arm.cmsis</groupId>
7+
<artifactId>com.arm.cmsis.parent</artifactId>
8+
<version>2.5.0-SNAPSHOT</version>
9+
<relativePath>../com.arm.cmsis.parent</relativePath>
10+
</parent>
11+
</project>

com.arm.cmsis.help/.classpath

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
4+
<attributes>
5+
<attribute name="maven.pomderived" value="true"/>
6+
</attributes>
7+
</classpathentry>
48
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5-
<classpathentry kind="src" path="src"/>
6-
<classpathentry kind="output" path="bin"/>
9+
<classpathentry kind="src" path="src/"/>
10+
<classpathentry kind="output" path="target/classes"/>
711
</classpath>

com.arm.cmsis.help/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target/

com.arm.cmsis.help/.project

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,14 @@
2020
<arguments>
2121
</arguments>
2222
</buildCommand>
23+
<buildCommand>
24+
<name>org.eclipse.m2e.core.maven2Builder</name>
25+
<arguments>
26+
</arguments>
27+
</buildCommand>
2328
</buildSpec>
2429
<natures>
30+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
2531
<nature>org.eclipse.pde.PluginNature</nature>
2632
<nature>org.eclipse.jdt.core.javanature</nature>
2733
</natures>

com.arm.cmsis.help/.settings/org.eclipse.jdt.core.prefs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
44
org.eclipse.jdt.core.compiler.compliance=1.8
55
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
66
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
7+
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
8+
org.eclipse.jdt.core.compiler.release=disabled
79
org.eclipse.jdt.core.compiler.source=1.8

0 commit comments

Comments
 (0)