Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-02-21Update version to 9.2.1Marc Khouzam1-1/+1
Change-Id: I4cd4de09491c1d52d4bdb3c02cf0508aed22b59b
2017-01-20Fixes for Windows Serial Port.Doug Schaefer5-13/+40
Cleaned up some error messages. Especially when a system has no serial ports. Also added a delay when ports are closed since some serial port drivers (FDTI in particular) take a bit longer to properly close. Especially important in pause situations where we want to use the serial port for some other purpose right away. Change-Id: Ifc9b7171682962e0aed8e9ed9ebf5472fc9e8206
2016-11-15Update version to 9.2.0Marc Khouzam1-1/+1
Change-Id: I36ad4218b20b8ea70584c89f5be45c757bf4c714
2016-08-26Fix Windows 32-bit serial.dll.Doug Schaefer5-1/+1
Change-Id: I4bccdf56a7317bf5f64209c58edfd7991081bc82 (cherry picked from commit dbd2b70814f822e5e2eea79bab2f9c89a964b8a2)
2016-08-17Update version to 9.1.0Marc Khouzam1-1/+1
This commit used the script releng/scripts/ChangeFeaturesVersion.sh Change-Id: I8274a6e8dd5c0f1e450f07952e138b265a441a62
2016-08-12Bug 497691 - Allow all cu.* serial ports on Mac. Remove tty.*Doug Schaefer1-1/+1
gdb doesn't work when the serial port is tty.*. cu.* is supposed to be for calling out, tty is for receiving. Our use cases are the former. Change-Id: Iea15efbfa353eda3a7260c2f9c8a75a310f679f9
2016-06-27Bug 481199 - Add support for cu serial devices on Mac.Doug Schaefer1-1/+1
Change-Id: I1323ad71ab8d4d76c74380ad06d5216865bebe92
2016-06-22Move the rest of the CDT plugins to java 8Marc Khouzam3-5/+5
This change was generated using the script: releng/scripts/ChangeJavaVersion.sh Change-Id: I2ad96dc682a5acb8529c3edec40de279c331b5a4
2016-04-14Serial - Support COM ports > 9. Set default baud rate to 115200.Doug Schaefer2-2/+6
Change-Id: I2ca955a6071090a47a47eab3e494d308a1019e52
2016-04-06Bug 486307 - Throw exception when serial connection fails.Jonathan Williams18-762/+490
Build windows using mingw cross on Ubuntu. Clean up Makefiles and remove unused Windows code. Change-Id: Ic2d36ddbef7e4eecfcee12a496b923326c8a51c6 Signed-off-by: Jonathan Williams <jonwilliams@qnx.com>
2016-01-18Incremented CDT features version to 9.0.0Marc Khouzam1-1/+1
This includes bumping the standalone debugger to 9.0.0 Change-Id: I55fae1cec995b5f6865a5b174c004ed1b76e9bea
2015-10-19Bug 480077 Be more lenient on the *usbserial* port names.Doug Schaefer1-8/+9
Need to add support for /dev/tty.wchusbserial*. Change-Id: I219070b7464eff1781baa57882c93d4b70032fb2 (cherry picked from commit 652943dfdff297faf3b6e730e60ba600af081016)
2015-06-10Incremented CDT feature version to 8.8.0Marc Khouzam1-1/+1
Change-Id: Ib1189a08a5f0225fd676b682dc8a10477ad3acc5 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-05-29Try and fix missing about file in native.serial.source.Doug Schaefer4-61/+2
2015-05-05Incremented CDT feature version to 8.7.0Marc Khouzam1-1/+1
Change-Id: Ife0feaaa9263d2b7797e31d628250bd26caff1b5 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-05-04Bug 466209 - Initial commit of Arduino plugins.Doug Schaefer1-5/+76
Includes freemarker jar which we have CQ approval for. Change-Id: I8f36cd7f4539497bab5f106f84216f75a25da3a0
2015-04-08Windows and Linux serial port support. Also played with I/O streams.Doug Schaefer20-69/+674
Added buffered writes as well as non-native unbuffered reads. Change-Id: I3577746ed8215844e02601608f4a9173d1639aa1
2015-04-06Bug 459971 - Move serial port to it's own plug-in. Starting with Mac.Doug Schaefer23-0/+892
There are a number of requests to support serial port independent of CDT and independent of Eclipse. Putting the serial port into it's own plug-in so it's jar can be loaded into pure Java apps. Change-Id: I9b35d9bedeee0a0b1c16ad1c884830894320a726

    Back to the top