Commit Graph

9 Commits

Author SHA1 Message Date
Federico Fissore 0ee42fe60b wrong rxtxcomm.jar 2013-03-04 11:45:11 +01:00
Cristian Maglie 44efa7fefe Revert "introducing jSSC: an RXTX replacement"
This reverts commit d69ab6ae05.

Conflicts:
	app/lib/RXTXcomm.jar
2013-02-27 18:54:10 +01:00
Federico Fissore 849af97ac1 reverting to old RXTX, patched 2013-02-27 17:56:09 +01:00
Federico Fissore d69ab6ae05 introducing jSSC: an RXTX replacement 2013-02-27 13:42:45 +01:00
Federico Fissore b57701ed01 updated rxtx libs to every OS 2013-02-11 18:13:07 +01:00
Federico Fissore 05dda78b23 rxtx 2.2 2013-02-06 17:26:07 +01:00
David A. Mellis 750c860a0d RXTXcomm.jar with only RXTXCommDriver.class updated (to add /dev/ttyACM* on Linux). 2010-10-02 18:55:16 +02:00
David A. Mellis d09edea5e7 Recompiled rxtx to include /dev/ttyACM* on Linux. 2010-10-02 18:18:45 +02:00
David A. Mellis 14778514ae Re-configured compilation and integrated uploading. Added the Board and Serial port menus: these are currently shared across editor windows.
No longer using Library and LibraryManager.  Instead the compiler finds the .c and .cpp files in the library paths (gotten from the Sketch via the Preprocessor and the Base's library table).  This breaks libraries that have header files in sub-directories but use #include with no path names (as sub-directories of library directories are not on the include path).  It will also cause problems with .c or .cpp files with the same name in different library utility folders or in a sketch or the target (core).

Now deriving the Target correctly from the selected item in the board menu.
2009-06-01 15:14:05 +00:00