mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-01 03:47:23 +03:00
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).
This commit is contained in:
@ -68,7 +68,7 @@
|
||||
<!-- In 0149, removed /System/Library/Java from the CLASSPATH because
|
||||
it can cause problems if users have installed weird files there.
|
||||
http://dev.processing.org/bugs/show_bug.cgi?id=1045 -->
|
||||
<string>$JAVAROOT/pde.jar:$JAVAROOT/core.jar:$JAVAROOT/antlr.jar:$JAVAROOT/ecj.jar:$JAVAROOT/registry.jar:$JAVAROOT/quaqua.jar</string>
|
||||
<string>$JAVAROOT/pde.jar:$JAVAROOT/core.jar:$JAVAROOT/antlr.jar:$JAVAROOT/ecj.jar:$JAVAROOT/registry.jar:$JAVAROOT/quaqua.jar:$JAVAROOT/oro.jar</string>
|
||||
|
||||
<key>Properties</key>
|
||||
<dict>
|
||||
|
BIN
build/macosx/dist/Processing.app/Contents/Resources/Java/librxtxSerial.jnilib
vendored
Executable file
BIN
build/macosx/dist/Processing.app/Contents/Resources/Java/librxtxSerial.jnilib
vendored
Executable file
Binary file not shown.
BIN
build/macosx/dist/tools-universal.zip
vendored
Normal file
BIN
build/macosx/dist/tools-universal.zip
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user