mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 14:12:10 +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
17 lines
759 B
Properties
17 lines
759 B
Properties
###############################################################################
|
|
# Copyright (c) 2015 QNX Software Systems and others.
|
|
# All rights reserved. This program and the accompanying materials
|
|
# are made available under the terms of the Eclipse Public License v1.0
|
|
# which accompanies this distribution, and is available at
|
|
# http://www.eclipse.org/legal/epl-v10.html
|
|
#
|
|
# Contributors:
|
|
# QNX Software Systems - initial API and implementation
|
|
###############################################################################
|
|
pluginName=Arduino C++ UI
|
|
providerName=Eclipse CDT
|
|
preferencePage.name=Arduino
|
|
|
|
arduinoDownloadsManager=Arduino Downloads Manager
|
|
arduinoTerminalConnector=Arduino Serial Monitor
|
|
arduinoTerminalLauncher=Arduino Serial Monitor
|