1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-30 21:55:31 +02:00
cdt/core/org.eclipse.cdt.core.macosx/library
Doug Schaefer 275feb6874 Bug 459971 New SerialPort support. First step is Mac library.
Java classes are defined and a pretty simple native library for
Mac is there. Tested with Arduino so I know reading works. This
implementation should work for Linux as well. Windows is going to
be the hard one.

Not checking in the binaries yet until I get more testing with them.

Also remove ppc native libraries for Mac since that hasn't been
supported in a long time.

Change-Id: If4ffbc6e73a7656a47c2f45b875be0842c482b05
2015-02-16 13:19:54 -05:00
..
.cvsignore Initial contribution of Mac Port from Greg Watson. 2004-07-07 19:19:42 +00:00
.gitignore Bug 459971 New SerialPort support. First step is Mac library. 2015-02-16 13:19:54 -05:00
exec0.h Bug 248071 - Improved pty support for terminal emulation 2010-02-17 11:48:28 +00:00
exec_pty.c Bug 334845 - Port Linux pfind to Mac. 2011-01-20 02:05:20 +00:00
exec_unix.c Bug 334845 - Port Linux pfind to Mac. 2011-01-20 02:05:20 +00:00
io.c CPL to EPL transistion - license header update for QNX 2005-06-23 16:01:26 +00:00
Makefile Bug 459971 New SerialPort support. First step is Mac library. 2015-02-16 13:19:54 -05:00
openpty.c Bug 248071 - Improved pty support for terminal emulation 2010-02-17 11:48:28 +00:00
openpty.h Bug 248071 - Improved pty support for terminal emulation 2010-02-17 11:48:28 +00:00
pfind.c Bug 334845 - Port Linux pfind to Mac. 2011-01-20 02:05:20 +00:00
pty.c Bug 248071 - Improved pty support for terminal emulation 2010-02-17 11:48:28 +00:00
PTY.h Bug 248071 - Improved pty support for terminal emulation 2010-02-17 11:48:28 +00:00
PTYInputStream.h Initial contribution of Mac Port from Greg Watson. 2004-07-07 19:19:42 +00:00
ptyio.c CPL to EPL transistion - license header update for QNX 2005-06-23 16:01:26 +00:00
PTYOutputStream.h Initial contribution of Mac Port from Greg Watson. 2004-07-07 19:19:42 +00:00
serial.c Bug 459971 New SerialPort support. First step is Mac library. 2015-02-16 13:19:54 -05:00
spawner.c Bug 248071 - Improved pty support for terminal emulation 2010-02-17 11:48:28 +00:00
Spawner.h Bug 248071 - Improved pty support for terminal emulation 2010-02-17 11:48:28 +00:00
SpawnerInputStream.h Initial contribution of Mac Port from Greg Watson. 2004-07-07 19:19:42 +00:00
SpawnerOutputStream.h Initial contribution of Mac Port from Greg Watson. 2004-07-07 19:19:42 +00:00