1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00
Commit Graph

33 Commits

Author SHA1 Message Date
29cb42eb50 Bundled core is again inside the hardware folder.
Fixed a handful of glitches when dealing with multiple installed cores
2015-03-31 17:42:41 +02:00
9b5fa9fb9a Added commons-compress license 2015-03-27 14:51:19 +01:00
9fd4e8e940 Libraries menu: dynamic title in library group 2015-03-27 14:51:14 +01:00
9b79d04323 LibrariesIndexTableModel: using guava and new version comparator to filter and sort libraries 2015-03-27 14:51:14 +01:00
0588790f5b Added JARs Bouncy Castle, Jackson, Common-compress 2015-03-27 14:51:08 +01:00
e327bb091a MacOSX: better IDE 2015-03-03 15:48:20 +01:00
48c1223762 Update to jssc 2.8.0
Fixes #1811
2014-01-27 16:06:55 +01:00
f334e673a5 removing RXTX, switching to JSSC 2013-11-28 17:27:13 +01:00
aa99cdfc61 added files that state third party licenses 2013-08-28 10:12:33 +02:00
21203cbe1b introducing jsch. now network monitor uses SSH to trigger a telnet session at yun side 2013-06-11 15:02:10 +02:00
078a6f5630 updated commons-codec
introduced password authorization dialog
actual sketch posting
2013-05-06 12:31:03 +02:00
e6468f0387 first upload code 2013-05-06 12:31:02 +02:00
32bb7f69de zeroconf: first raw impl 2013-05-06 12:31:02 +02:00
776952762f working on #223: Auto-detection of serial ports. Linux version ready 2013-05-06 12:31:01 +02:00
0ee42fe60b wrong rxtxcomm.jar 2013-03-04 11:45:11 +01:00
44efa7fefe Revert "introducing jSSC: an RXTX replacement"
This reverts commit d69ab6ae05.

Conflicts:
	app/lib/RXTXcomm.jar
2013-02-27 18:54:10 +01:00
849af97ac1 reverting to old RXTX, patched 2013-02-27 17:56:09 +01:00
caa51507b9 Revert "linux: adding support to ttyACM devices"
This reverts commit e099cd2333.
2013-02-27 17:54:51 +01:00
e6056238ad Revert "jssc.jar update for mac"
This reverts commit 23086d6b35.
2013-02-27 17:54:45 +01:00
23086d6b35 jssc.jar update for mac
min jre version on windows
2013-02-27 13:42:45 +01:00
e099cd2333 linux: adding support to ttyACM devices 2013-02-27 13:42:45 +01:00
d69ab6ae05 introducing jSSC: an RXTX replacement 2013-02-27 13:42:45 +01:00
b57701ed01 updated rxtx libs to every OS 2013-02-11 18:13:07 +01:00
05dda78b23 rxtx 2.2 2013-02-06 17:26:07 +01:00
d458ef7806 fixed permissions on a lot of text files. see #1116 2012-12-10 10:42:49 +01:00
fa4d058297 Reapplying Christian's regex patch.
Revert "Revert "Removed dependencies from regex library oro.jar""

This reverts commit ed7795ef8d.
2010-10-03 19:44:28 -04:00
750c860a0d RXTXcomm.jar with only RXTXCommDriver.class updated (to add /dev/ttyACM* on Linux). 2010-10-02 18:55:16 +02:00
d09edea5e7 Recompiled rxtx to include /dev/ttyACM* on Linux. 2010-10-02 18:18:45 +02:00
ed7795ef8d Revert "Removed dependencies from regex library oro.jar"
This reverts commit 2b4391052c.
2010-10-02 17:19:53 +02:00
2b4391052c Removed dependencies from regex library oro.jar 2010-10-01 19:41:36 +02:00
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
2fa8deb92d First integration of the Arduino code in Processing 5503: PreProcessor and Compiler have been integrated with changes to the Sketch.
Compilation still has problems (Thread error on success, and can't handle non-pde files in a sketch).
Modified the Mac OS X make.sh to copy the hardware, avr tools, and example over.
Removing some of the antlr stuff.  
Disabling the Commander (command-line execution) for now.
Added Library, LibraryManager, and Target.
Added support for prefixed preferences (e.g. for boards and programmers).
2009-06-01 08:32:11 +00:00
22ed6cdb73 Importing Processing rev. 5503 (1.0.3). 2009-05-31 15:53:33 +00:00