1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-14 04:25:21 +02:00
Commit graph

13 commits

Author SHA1 Message Date
Marc Khouzam
cee0c789b0 Incremented CDT features version to 8.8.1
Change-Id: Ie86334399654e06554eeec033ee8c220fe45fbb6
2016-01-18 14:39:45 -05:00
Marc Khouzam
31854cb774 Revert "Incremented CDT features version to 8.8.1"
This reverts commit 87b0c4768b.
2016-01-18 14:38:42 -05:00
Marc Khouzam
87b0c4768b Incremented CDT features version to 8.8.1
Change-Id: Ie86334399654e06554eeec033ee8c220fe45fbb6
2016-01-18 14:35:38 -05:00
Doug Schaefer
c5cc857c99 Bug 481199 - Add support for cu.usb... devices on Mac.
Apparently needed by the Intel Arduino boards.

Change-Id: I5e1b7c3876dc042f8d8df2ba95df258157fd5c61
2015-11-01 18:39:02 -05:00
Doug Schaefer
2838a8621a Bug 480602 - Add delay to serial port close.
The FTDI drivers are slow at closing and don't wait for the close to
happen. Adds a one second delay. Also upgrades the project files for
VS 2015.

Change-Id: Iccb77f3c9f4b5dc73a9529c1d0eab940391ce95d
2015-10-28 22:38:27 -04:00
Doug Schaefer
15a087a3f4 Bug 480508 Add support for ttyACM serial ports.
Change-Id: I166c8d09c2ff59f113ceb82971b8d61e676f7b53
2015-10-24 13:06:53 -04:00
Doug Schaefer
652943dfdf Bug 480077 Be more lenient on the *usbserial* port names.
Need to add support for /dev/tty.wchusbserial*.

Change-Id: I219070b7464eff1781baa57882c93d4b70032fb2
2015-10-18 21:08:27 -04:00
Marc Khouzam
bb61124897 Incremented CDT feature version to 8.8.0
Change-Id: Ib1189a08a5f0225fd676b682dc8a10477ad3acc5
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-06-10 09:33:49 -04:00
Doug Schaefer
c82bcf30f0 Try and fix missing about file in native.serial.source. 2015-05-29 11:24:32 -04:00
Marc Khouzam
e820f872ad Incremented CDT feature version to 8.7.0
Change-Id: Ife0feaaa9263d2b7797e31d628250bd26caff1b5
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-05-04 21:07:13 -04:00
Doug Schaefer
076e141b69 Bug 466209 - Initial commit of Arduino plugins.
Includes freemarker jar which we have CQ approval for.

Change-Id: I8f36cd7f4539497bab5f106f84216f75a25da3a0
2015-05-04 16:34:10 -04:00
Doug Schaefer
ebc8caa425 Windows and Linux serial port support. Also played with I/O streams.
Added buffered writes as well as non-native unbuffered reads.

Change-Id: I3577746ed8215844e02601608f4a9173d1639aa1
2015-04-08 13:29:05 -04:00
Doug Schaefer
6993415180 Bug 459971 - Move serial port to it's own plug-in. Starting with Mac.
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
2015-04-06 19:39:30 -04:00