mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 22:22:11 +02:00

Add Arduino Serial Monitor as a Terminal Connector type. It uses the Terminal's new cdtserial connector for communication and adds a config panel that lets you pick the Arduino remote connection to auto select the serial port. Also switched the Arduino launch to fetch the serial port out of the global registry to pause and resume the port while launching. The Terminal does not use the remote connection to get the serial port. Note: also adding the terminal as a dependency for builds. Yes, further adds to our build cycle, but we're dealing with it so far with o.e.remote. Change-Id: I5a7cc9ffbf8ae60cd86e0e5440547d12202acbac
28 lines
1.1 KiB
Text
28 lines
1.1 KiB
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %pluginName
|
|
Bundle-SymbolicName: org.eclipse.cdt.arduino.ui;singleton:=true
|
|
Bundle-Version: 2.1.0.qualifier
|
|
Bundle-Activator: org.eclipse.cdt.arduino.ui.internal.Activator
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
org.eclipse.core.expressions,
|
|
org.eclipse.jface.text,
|
|
org.eclipse.ui,
|
|
org.eclipse.ui.ide,
|
|
org.eclipse.ui.forms,
|
|
org.eclipse.debug.ui,
|
|
org.eclipse.launchbar.core,
|
|
org.eclipse.cdt.arduino.core,
|
|
org.eclipse.remote.core;bundle-version="2.0.0",
|
|
org.eclipse.remote.ui;bundle-version="2.0.0",
|
|
org.eclipse.cdt.native.serial;bundle-version="1.0.0",
|
|
org.eclipse.tools.templates.ui;bundle-version="1.0.0",
|
|
org.eclipse.launchbar.remote.ui;bundle-version="1.0.0",
|
|
org.eclipse.tm.terminal.connector.cdtserial;bundle-version="4.3.0",
|
|
org.eclipse.tm.terminal.view.ui;bundle-version="4.2.100",
|
|
org.eclipse.tm.terminal.view.core;bundle-version="4.2.0",
|
|
org.eclipse.tm.terminal.control;bundle-version="4.2.0"
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-Vendor: %providerName
|
|
Bundle-Localization: plugin
|