1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-09 19:43:27 +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
.gitignore Bug 459971 New SerialPort support. First step is Mac library. 2015-02-16 13:19:54 -05:00
exec0.h
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
Makefile Bug 459971 New SerialPort support. First step is Mac library. 2015-02-16 13:19:54 -05:00
openpty.c
openpty.h
pfind.c Bug 334845 - Port Linux pfind to Mac. 2011-01-20 02:05:20 +00:00
pty.c
PTY.h
PTYInputStream.h
ptyio.c
PTYOutputStream.h
serial.c Bug 459971 New SerialPort support. First step is Mac library. 2015-02-16 13:19:54 -05:00
spawner.c
Spawner.h
SpawnerInputStream.h
SpawnerOutputStream.h