File tree 27 files changed +297
-0
lines changed
ilg.gnuarmeclipse.core/src/ilg/gnuarmeclipse/core
ilg.gnuarmeclipse.debug.gdbjtag/src/ilg/gnuarmeclipse/debug/gdbjtag/data
ilg.gnuarmeclipse.debug.gdbjtag.jlink/src/ilg/gnuarmeclipse/debug/gdbjtag/jlink
ilg.gnuarmeclipse.debug.gdbjtag.openocd/src/ilg/gnuarmeclipse/debug/gdbjtag/openocd
ilg.gnuarmeclipse.managedbuild.cross/src/ilg/gnuarmeclipse/managedbuild/cross
ilg.gnuarmeclipse.packs.core/src/ilg/gnuarmeclipse/packs/core/data
ilg.gnuarmeclipse.packs.data/src/ilg/gnuarmeclipse/packs/data
ilg.gnuarmeclipse.packs.ui/src/ilg/gnuarmeclipse/packs/ui/views
ilg.gnuarmeclipse.templates.core/src/ilg/gnuarmeclipse/templates/core
ilg.gnuarmeclipse.templates.cortexm/src/ilg/gnuarmeclipse/templates/cortexm
ilg.gnuarmeclipse.templates.freescale/src/ilg/gnuarmeclipse/templates/freescale
ilg.gnuarmeclipse.templates.freescale.pe/src/ilg/gnuarmeclipse/templates/freescale/pe
ilg.gnuarmeclipse.templates.stm/src/ilg/gnuarmeclipse/templates/stm
27 files changed +297
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*******************************************************************************
2
+ * Copyright (c) 2014 Liviu Ionescu.
3
+ * All rights reserved. This program and the accompanying materials
4
+ * are made available under the terms of the Eclipse Public License v1.0
5
+ * which accompanies this distribution, and is available at
6
+ * http://www.eclipse.org/legal/epl-v10.html
7
+ *
8
+ * Contributors:
9
+ * Liviu Ionescu - initial version
10
+ *******************************************************************************/
11
+
1
12
package ilg .gnuarmeclipse .core ;
2
13
3
14
import java .util .ArrayList ;
Original file line number Diff line number Diff line change
1
+ /*******************************************************************************
2
+ * Copyright (c) 2014 Liviu Ionescu.
3
+ * All rights reserved. This program and the accompanying materials
4
+ * are made available under the terms of the Eclipse Public License v1.0
5
+ * which accompanies this distribution, and is available at
6
+ * http://www.eclipse.org/legal/epl-v10.html
7
+ *
8
+ * Contributors:
9
+ * Liviu Ionescu - initial version
10
+ *******************************************************************************/
11
+
1
12
package ilg .gnuarmeclipse .core ;
2
13
3
14
import org .eclipse .core .runtime .jobs .Job ;
Original file line number Diff line number Diff line change
1
+ /*******************************************************************************
2
+ * Copyright (c) 2014 Liviu Ionescu.
3
+ * All rights reserved. This program and the accompanying materials
4
+ * are made available under the terms of the Eclipse Public License v1.0
5
+ * which accompanies this distribution, and is available at
6
+ * http://www.eclipse.org/legal/epl-v10.html
7
+ *
8
+ * Contributors:
9
+ * Liviu Ionescu - initial version
10
+ *******************************************************************************/
11
+
1
12
package ilg .gnuarmeclipse .core ;
2
13
3
14
import org .eclipse .ui .progress .UIJob ;
Original file line number Diff line number Diff line change
1
+ /*******************************************************************************
2
+ * Copyright (c) 2014 Liviu Ionescu.
3
+ * All rights reserved. This program and the accompanying materials
4
+ * are made available under the terms of the Eclipse Public License v1.0
5
+ * which accompanies this distribution, and is available at
6
+ * http://www.eclipse.org/legal/epl-v10.html
7
+ *
8
+ * Contributors:
9
+ * Liviu Ionescu - initial version
10
+ *******************************************************************************/
11
+
1
12
package ilg .gnuarmeclipse .core .preferences ;
2
13
3
14
import org .eclipse .jface .preference .FieldEditor ;
Original file line number Diff line number Diff line change
1
+ /*******************************************************************************
2
+ * Copyright (c) 2015 Liviu Ionescu.
3
+ * All rights reserved. This program and the accompanying materials
4
+ * are made available under the terms of the Eclipse Public License v1.0
5
+ * which accompanies this distribution, and is available at
6
+ * http://www.eclipse.org/legal/epl-v10.html
7
+ *
8
+ * Contributors:
9
+ * Liviu Ionescu - initial version
10
+ *******************************************************************************/
11
+
1
12
package ilg .gnuarmeclipse .core .ui ;
2
13
3
14
import org .eclipse .core .runtime .IAdaptable ;
Original file line number Diff line number Diff line change
1
+ /*******************************************************************************
2
+ * Copyright (c) 2014 Liviu Ionescu.
3
+ * All rights reserved. This program and the accompanying materials
4
+ * are made available under the terms of the Eclipse Public License v1.0
5
+ * which accompanies this distribution, and is available at
6
+ * http://www.eclipse.org/legal/epl-v10.html
7
+ *
8
+ * Contributors:
9
+ * Liviu Ionescu - initial version
10
+ *******************************************************************************/
11
+
1
12
package ilg .gnuarmeclipse .debug .gdbjtag .jlink ;
2
13
3
14
import ilg .gnuarmeclipse .core .EclipseUtils ;
Original file line number Diff line number Diff line change
1
+ /*******************************************************************************
2
+ * Copyright (c) 2014 Liviu Ionescu.
3
+ * All rights reserved. This program and the accompanying materials
4
+ * are made available under the terms of the Eclipse Public License v1.0
5
+ * which accompanies this distribution, and is available at
6
+ * http://www.eclipse.org/legal/epl-v10.html
7
+ *
8
+ * Contributors:
9
+ * Liviu Ionescu - initial version
10
+ *******************************************************************************/
11
+
1
12
package ilg .gnuarmeclipse .debug .gdbjtag .openocd ;
2
13
3
14
import ilg .gnuarmeclipse .core .EclipseUtils ;
Original file line number Diff line number Diff line change
1
+ /*******************************************************************************
2
+ * Copyright (c) 2015 Liviu Ionescu.
3
+ * All rights reserved. This program and the accompanying materials
4
+ * are made available under the terms of the Eclipse Public License v1.0
5
+ * which accompanies this distribution, and is available at
6
+ * http://www.eclipse.org/legal/epl-v10.html
7
+ *
8
+ * Contributors:
9
+ * Liviu Ionescu - initial version
10
+ *******************************************************************************/
11
+
1
12
package ilg .gnuarmeclipse .debug .gdbjtag .data ;
2
13
3
14
import ilg .gnuarmeclipse .core .CProjectPacksStorage ;
Original file line number Diff line number Diff line change
1
+ /*******************************************************************************
2
+ * Copyright (c) 2013 Liviu Ionescu.
3
+ * All rights reserved. This program and the accompanying materials
4
+ * are made available under the terms of the Eclipse Public License v1.0
5
+ * which accompanies this distribution, and is available at
6
+ * http://www.eclipse.org/legal/epl-v10.html
7
+ *
8
+ * Contributors:
9
+ * Liviu Ionescu - initial version
10
+ *******************************************************************************/
11
+
1
12
package ilg .gnuarmeclipse .managedbuild .cross ;
2
13
3
14
import org .eclipse .cdt .managedbuilder .core .BuildException ;
Original file line number Diff line number Diff line change
1
+ /*******************************************************************************
2
+ * Copyright (c) 2014 Liviu Ionescu.
3
+ * All rights reserved. This program and the accompanying materials
4
+ * are made available under the terms of the Eclipse Public License v1.0
5
+ * which accompanies this distribution, and is available at
6
+ * http://www.eclipse.org/legal/epl-v10.html
7
+ *
8
+ * Contributors:
9
+ * Liviu Ionescu - initial version
10
+ *******************************************************************************/
11
+
1
12
package ilg .gnuarmeclipse .managedbuild .cross ;
2
13
3
14
public class IDs {
Original file line number Diff line number Diff line change
1
+ /*******************************************************************************
2
+ * Copyright (c) 2015 Liviu Ionescu.
3
+ * All rights reserved. This program and the accompanying materials
4
+ * are made available under the terms of the Eclipse Public License v1.0
5
+ * which accompanies this distribution, and is available at
6
+ * http://www.eclipse.org/legal/epl-v10.html
7
+ *
8
+ * Contributors:
9
+ * Liviu Ionescu - initial version
10
+ *******************************************************************************/
11
+
1
12
package ilg .gnuarmeclipse .managedbuild .cross .properties ;
2
13
3
14
import ilg .gnuarmeclipse .core .EclipseUtils ;
Original file line number Diff line number Diff line change
1
+ /*******************************************************************************
2
+ * Copyright (c) 2014 Liviu Ionescu.
3
+ * All rights reserved. This program and the accompanying materials
4
+ * are made available under the terms of the Eclipse Public License v1.0
5
+ * which accompanies this distribution, and is available at
6
+ * http://www.eclipse.org/legal/epl-v10.html
7
+ *
8
+ * Contributors:
9
+ * Liviu Ionescu - initial version
10
+ *******************************************************************************/
11
+
1
12
package ilg .gnuarmeclipse .packs .core .data ;
2
13
3
14
import ilg .gnuarmeclipse .packs .core .ConsoleStream ;
Original file line number Diff line number Diff line change
1
+ /*******************************************************************************
2
+ * Copyright (c) 2014 Liviu Ionescu.
3
+ * All rights reserved. This program and the accompanying materials
4
+ * are made available under the terms of the Eclipse Public License v1.0
5
+ * which accompanies this distribution, and is available at
6
+ * http://www.eclipse.org/legal/epl-v10.html
7
+ *
8
+ * Contributors:
9
+ * Liviu Ionescu - initial version
10
+ *******************************************************************************/
11
+
1
12
package ilg .gnuarmeclipse .packs .data ;
2
13
3
14
import ilg .gnuarmeclipse .core .StringUtils ;
Original file line number Diff line number Diff line change
1
+ /*******************************************************************************
2
+ * Copyright (c) 2014 Liviu Ionescu.
3
+ * All rights reserved. This program and the accompanying materials
4
+ * are made available under the terms of the Eclipse Public License v1.0
5
+ * which accompanies this distribution, and is available at
6
+ * http://www.eclipse.org/legal/epl-v10.html
7
+ *
8
+ * Contributors:
9
+ * Liviu Ionescu - initial version
10
+ *******************************************************************************/
11
+
1
12
package ilg .gnuarmeclipse .packs .ui .views ;
2
13
3
14
import ilg .gnuarmeclipse .packs .core .Preferences ;
Original file line number Diff line number Diff line change
1
+ /*******************************************************************************
2
+ * Copyright (c) 2013 Liviu Ionescu.
3
+ * All rights reserved. This program and the accompanying materials
4
+ * are made available under the terms of the Eclipse Public License v1.0
5
+ * which accompanies this distribution, and is available at
6
+ * http://www.eclipse.org/legal/epl-v10.html
7
+ *
8
+ * Contributors:
9
+ * Liviu Ionescu - initial version
10
+ *******************************************************************************/
11
+
1
12
package ilg .gnuarmeclipse .templates .core ;
2
13
3
14
import ilg .gnuarmeclipse .core .AbstractActivator ;
Original file line number Diff line number Diff line change
1
+ /*******************************************************************************
2
+ * Copyright (c) 2013 Liviu Ionescu.
3
+ * All rights reserved. This program and the accompanying materials
4
+ * are made available under the terms of the Eclipse Public License v1.0
5
+ * which accompanies this distribution, and is available at
6
+ * http://www.eclipse.org/legal/epl-v10.html
7
+ *
8
+ * Contributors:
9
+ * Liviu Ionescu - initial version
10
+ *******************************************************************************/
11
+
1
12
package ilg .gnuarmeclipse .templates .core ;
2
13
3
14
import org .eclipse .cdt .managedbuilder .core .IConfiguration ;
Original file line number Diff line number Diff line change
1
+ /*******************************************************************************
2
+ * Copyright (c) 2014 Liviu Ionescu.
3
+ * All rights reserved. This program and the accompanying materials
4
+ * are made available under the terms of the Eclipse Public License v1.0
5
+ * which accompanies this distribution, and is available at
6
+ * http://www.eclipse.org/legal/epl-v10.html
7
+ *
8
+ * Contributors:
9
+ * Liviu Ionescu - initial version
10
+ *******************************************************************************/
11
+
1
12
package ilg .gnuarmeclipse .templates .core .processes ;
2
13
3
14
import ilg .gnuarmeclipse .templates .core .Activator ;
Original file line number Diff line number Diff line change
1
+ /*******************************************************************************
2
+ * Copyright (c) 2014 Liviu Ionescu.
3
+ * All rights reserved. This program and the accompanying materials
4
+ * are made available under the terms of the Eclipse Public License v1.0
5
+ * which accompanies this distribution, and is available at
6
+ * http://www.eclipse.org/legal/epl-v10.html
7
+ *
8
+ * Contributors:
9
+ * Liviu Ionescu - initial version
10
+ *******************************************************************************/
11
+
1
12
package ilg .gnuarmeclipse .templates .core .processes ;
2
13
3
14
import ilg .gnuarmeclipse .templates .core .Activator ;
Original file line number Diff line number Diff line change
1
+ /*******************************************************************************
2
+ * Copyright (c) 2014 Liviu Ionescu.
3
+ * All rights reserved. This program and the accompanying materials
4
+ * are made available under the terms of the Eclipse Public License v1.0
5
+ * which accompanies this distribution, and is available at
6
+ * http://www.eclipse.org/legal/epl-v10.html
7
+ *
8
+ * Contributors:
9
+ * Liviu Ionescu - initial version
10
+ *******************************************************************************/
11
+
1
12
package ilg .gnuarmeclipse .templates .core .processes ;
2
13
3
14
import ilg .gnuarmeclipse .templates .core .Activator ;
Original file line number Diff line number Diff line change
1
+ /*******************************************************************************
2
+ * Copyright (c) 2014 Liviu Ionescu.
3
+ * All rights reserved. This program and the accompanying materials
4
+ * are made available under the terms of the Eclipse Public License v1.0
5
+ * which accompanies this distribution, and is available at
6
+ * http://www.eclipse.org/legal/epl-v10.html
7
+ *
8
+ * Contributors:
9
+ * Liviu Ionescu - initial version
10
+ *******************************************************************************/
11
+
1
12
package ilg .gnuarmeclipse .templates .cortexm ;
2
13
3
14
import ilg .gnuarmeclipse .core .AbstractActivator ;
Original file line number Diff line number Diff line change
1
+ /*******************************************************************************
2
+ * Copyright (c) 2014 Liviu Ionescu.
3
+ * All rights reserved. This program and the accompanying materials
4
+ * are made available under the terms of the Eclipse Public License v1.0
5
+ * which accompanies this distribution, and is available at
6
+ * http://www.eclipse.org/legal/epl-v10.html
7
+ *
8
+ * Contributors:
9
+ * Liviu Ionescu - initial version
10
+ *******************************************************************************/
11
+
1
12
package ilg .gnuarmeclipse .templates .freescale .pe .processes ;
2
13
3
14
import ilg .gnuarmeclipse .templates .freescale .pe .Activator ;
Original file line number Diff line number Diff line change
1
+ /*******************************************************************************
2
+ * Copyright (c) 2014 Liviu Ionescu.
3
+ * All rights reserved. This program and the accompanying materials
4
+ * are made available under the terms of the Eclipse Public License v1.0
5
+ * which accompanies this distribution, and is available at
6
+ * http://www.eclipse.org/legal/epl-v10.html
7
+ *
8
+ * Contributors:
9
+ * Liviu Ionescu - initial version
10
+ *******************************************************************************/
11
+
1
12
package ilg .gnuarmeclipse .templates .freescale .pe .ui ;
2
13
3
14
import java .util .Collections ;
Original file line number Diff line number Diff line change
1
+ /*******************************************************************************
2
+ * Copyright (c) 2014 Liviu Ionescu.
3
+ * All rights reserved. This program and the accompanying materials
4
+ * are made available under the terms of the Eclipse Public License v1.0
5
+ * which accompanies this distribution, and is available at
6
+ * http://www.eclipse.org/legal/epl-v10.html
7
+ *
8
+ * Contributors:
9
+ * Liviu Ionescu - initial version
10
+ *******************************************************************************/
11
+
1
12
package ilg .gnuarmeclipse .templates .freescale .pe .ui ;
2
13
3
14
import ilg .gnuarmeclipse .templates .freescale .pe .Activator ;
Original file line number Diff line number Diff line change
1
+ /*******************************************************************************
2
+ * Copyright (c) 2014 Liviu Ionescu.
3
+ * All rights reserved. This program and the accompanying materials
4
+ * are made available under the terms of the Eclipse Public License v1.0
5
+ * which accompanies this distribution, and is available at
6
+ * http://www.eclipse.org/legal/epl-v10.html
7
+ *
8
+ * Contributors:
9
+ * Liviu Ionescu - initial version
10
+ *******************************************************************************/
11
+
1
12
package ilg .gnuarmeclipse .templates .freescale .pe .ui ;
2
13
3
14
import org .eclipse .cdt .managedbuilder .ui .wizards .MBSCustomPage ;
Original file line number Diff line number Diff line change
1
+ /*******************************************************************************
2
+ * Copyright (c) 2014 Liviu Ionescu.
3
+ * All rights reserved. This program and the accompanying materials
4
+ * are made available under the terms of the Eclipse Public License v1.0
5
+ * which accompanies this distribution, and is available at
6
+ * http://www.eclipse.org/legal/epl-v10.html
7
+ *
8
+ * Contributors:
9
+ * Liviu Ionescu - initial version
10
+ *******************************************************************************/
11
+
1
12
package ilg .gnuarmeclipse .templates .freescale .pe .ui ;
2
13
3
14
import ilg .gnuarmeclipse .templates .freescale .pe .Activator ;
Original file line number Diff line number Diff line change
1
+ /*******************************************************************************
2
+ * Copyright (c) 2014 Liviu Ionescu.
3
+ * All rights reserved. This program and the accompanying materials
4
+ * are made available under the terms of the Eclipse Public License v1.0
5
+ * which accompanies this distribution, and is available at
6
+ * http://www.eclipse.org/legal/epl-v10.html
7
+ *
8
+ * Contributors:
9
+ * Liviu Ionescu - initial version
10
+ *******************************************************************************/
11
+
1
12
package ilg .gnuarmeclipse .templates .freescale ;
2
13
3
14
import ilg .gnuarmeclipse .core .AbstractActivator ;
You can’t perform that action at this time.
0 commit comments