mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-15 21:15:23 +02:00

This adds a remote connection type that uses the CDT Native serial port driver. Really all this is supported is the command shell for the Remote Terminal. But it's a great example of something very different from SSH and Local that supports the same common infra structure such as the Terminal. Change-Id: I813e26370d3d137d5158fa63deba4b0820cdd596 Signed-off-by: Doug Schaefer <dschaefer@qnx.com>
24 lines
1.1 KiB
Properties
24 lines
1.1 KiB
Properties
#################################################################################
|
|
# Copyright (c) 2015 QNX Software Systems Corporation.
|
|
# 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
|
|
#################################################################################
|
|
|
|
# "featureName" property - name of the feature
|
|
featureName=Serial Port Remote Services
|
|
|
|
# "providerName" property - name of the company that provides the feature
|
|
providerName=Eclipse PTP
|
|
|
|
# "description" property - description of the feature
|
|
description=Provides serial port services for the remote framework
|
|
|
|
# copyright
|
|
copyright=\
|
|
Copyright (c) 2015 QNX Software Corporation.\n\
|
|
All rights reserved. This program and the accompanying materials\n\
|
|
are made available under the terms of the Eclipse Public License v1.0\n\
|
|
which accompanies this distribution, and is available at\n\
|
|
http://www.eclipse.org/legal/epl-v10.html\n
|