Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes to include "Boards" and "Processor" entries in the "*.po" files. #127

Closed
wants to merge 492 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
492 commits
Select commit Hold shift + click to select a range
373c009
[SAM] Updating debug scripts
Apr 28, 2012
fc82f1e
[SAM] Fixing SysTick handler issue
Apr 28, 2012
1d99429
[SAM] Test app working on SAM3X-EK
Apr 28, 2012
46b9f96
[sam] intermediate commit
aethaniel Apr 28, 2012
dc95506
Merge branch 'platforms-arm' of https://github.com/arduino/ARM into p…
aethaniel Apr 28, 2012
41ef57b
[sam] intermediate step
aethaniel Apr 28, 2012
8c1f9af
[SAM] uotghs first implementation, compilation is okay. Code untested.
Apr 30, 2012
4658ab7
[SAM] added missing interrupt files for libsam
Apr 30, 2012
8dfa9f8
[SAM] USB device stack updated. Failing at configuration descriptor s…
Apr 30, 2012
45a1d32
[SAM] enumeration is now okay. Device still not working.
Apr 30, 2012
16de9dc
[sam] adding google adk2 support on whole build system and makefiles
aethaniel May 2, 2012
4af0a4a
Merge branch 'platforms-arm' of https://github.com/arduino/ARM into p…
aethaniel May 2, 2012
348c307
[sam] HardwareSerial is now a pure virtual class
cmaglie May 2, 2012
fe63430
[sam] removed unuseful new.cpp module
cmaglie May 2, 2012
3979a4b
[sam] Removed warning for aggregate values in function call
cmaglie May 2, 2012
a2c2d4b
[sam] adding libsam archives into git
aethaniel May 3, 2012
b2c35a4
[SAM] HID is working. Printf issue in UDD_Send8 function.
May 3, 2012
56c7e2f
Merge branch 'platforms-arm' of https://github.com/arduino/ARM into p…
May 3, 2012
2315728
[SAM] HID working.
May 3, 2012
84e8870
[SAM] CDC working. Need to check inf file.
May 4, 2012
d6d23c5
[SAM] HID and CDC verified okay on Linux/Mac by Cristian. Fixed OTG c…
May 7, 2012
4d59afc
[SAM] CDC working. (workaround implemented for Windows previous issue)
May 9, 2012
bb23ef2
[sam] Fixed IDE compiling process
cmaglie May 9, 2012
bf32c2c
[SAM] CDC+HID working. INF file added. Updated PID to 0x003E. Tested on
May 10, 2012
0da190f
Merge branch 'platforms-arm' of https://github.com/arduino/ARM into p…
May 10, 2012
fa3136b
[SAM] GIT clean up.
May 10, 2012
49d7bda
Update to ANT build.xml for linux
cmaglie May 11, 2012
22424b5
Extracting Mac OS X ARM tools in build.xml.
damellis May 11, 2012
efbf66e
[sam] Updated bossac for mac
cmaglie May 12, 2012
b8f5ba7
[sam] Added automatic toolchain download on build.xml (linux only)
cmaglie May 15, 2012
d5a1938
[sam] Moved arm toolchain distribution to google code
cmaglie May 16, 2012
d02af8b
[sam] added toolchain download for Mac
cmaglie May 16, 2012
d9d0840
[sam] added toolchain download for linux64
cmaglie May 16, 2012
844f559
[sam] refactored build.xml to ensure compatibility with ant 1.7.1
cmaglie May 16, 2012
6537c1c
[sam] added toolchain download for windows
cmaglie May 17, 2012
0e0c18e
[sam] toolchain download is done during default ant build
cmaglie May 17, 2012
6a8d8b0
[sam] build.xml - fixed some typos
cmaglie May 17, 2012
9a5be09
[sam] Refactoring API for SPI library
cmaglie May 17, 2012
c54316a
Merge branch 'master' of github.com:arduino/ARM
cmaglie May 17, 2012
adeaf8a
[sam] renamed 'sam' core folder into 'arduino'
cmaglie May 20, 2012
5091258
[sam] fixed bytes available of flash memory
cmaglie May 20, 2012
38973dc
[sam] temporary fix for UARTS
cmaglie May 20, 2012
b276a75
Pre-merge upstream Arduino
cmaglie May 20, 2012
33083d8
Merge of arduino-1.0.1. Work in progress...
cmaglie May 23, 2012
4fc7f73
Fixed error message if user didn't select any board
cmaglie May 23, 2012
aa7559f
Bugfix: IDE now works if installed on a folder path containing spaces
cmaglie May 25, 2012
3f4cbe8
Merge branch 'master' into arduino-1.0.1-merged
cmaglie May 25, 2012
3fe9246
Simplified boards.txt file
cmaglie May 25, 2012
7ad4de5
Added support for USB serial port 1200bps touch (Leonardo)
cmaglie May 25, 2012
af5de4e
Fixed avrdude path for macos and win
cmaglie May 25, 2012
33f5c53
Implemented OS specific preferences
cmaglie May 25, 2012
e9f6912
Little change in build.xml to help cross-compiling
cmaglie May 26, 2012
1359008
Fixed renamed app doesn't compile on macosx
cmaglie May 27, 2012
2583daa
[sam] move adk2 variant out of hardware/google into hardware/arduino
travisg May 23, 2012
5c14d66
[sam] adk2 has no usb device
travisg May 23, 2012
14ec1ad
[sam] properly turn off usb code when USBCON is not defined
travisg May 23, 2012
be3f1ba
[sam] add libsam for adk2 variant
travisg May 29, 2012
afe66ac
[sam] add two tools to help load into the adk2
travisg May 29, 2012
b99d525
[sam] have the adk2 use the adk2install tool to flash and reboot a board
travisg May 29, 2012
6e56702
Arduino-core 1.0.1 merging (work in progress..)
cmaglie Jun 1, 2012
8140a47
Arduino-core 1.0.1 merging (completed, to be tested...)
cmaglie Jun 1, 2012
3062c55
Updated Wire library. Latest API not yet implemented.
cmaglie Jun 3, 2012
3140257
SPI: Removed methods that sets params for all channels. Added default…
cmaglie Jun 3, 2012
036be8f
[sam] fixed pin mapping on Arduino Due variano for pin 10
cmaglie Jun 3, 2012
bc62c81
[sam] USB Host stack v1 with enumeration working okay using validatio…
Jun 7, 2012
a7033f4
[sam] Renamed host example
Jun 7, 2012
e43dcd8
Workaround for linking problem on libc-syscalls. This fix is not final.
cmaglie Jun 8, 2012
22e24fd
Some Due pins are connected to both PWM and SPI pins on SAM3X. This p…
cmaglie Jun 8, 2012
b2ded1f
Added Ethernet for ARM. Updated examples.
cmaglie Jun 8, 2012
3b0d08a
Set SPI default speed to 500Khz. Set SPI speed for Ehternet to 4Mhz.
cmaglie Jun 8, 2012
301585f
SPI library compatibility fix
cmaglie Jun 9, 2012
0c09b5d
Fixed problems with analogWrite(...) for pins using Timer Counter
cmaglie Jun 11, 2012
f18378d
analogRead(..) resolution reverted to 10 bits, waiting for an API ext…
cmaglie Jun 11, 2012
b6eef92
Small refactoring to digitalWrite
cmaglie Jun 11, 2012
9113c45
Fixed Wire1 initialization. Fixed keywords for Wire library
cmaglie Jun 11, 2012
c1aaef2
[sam] USBHost HID Mouse example is working
Jun 12, 2012
875d84e
[sam] updated libsam license
Jun 12, 2012
a1d6cb4
[sam] added support for DACC in analogWrite
Jun 13, 2012
221c108
[sam] added support for DACC in analogWrite
cmaglie Jun 13, 2012
c4198b3
[sam] added HID examples (mouse+keyboard)
Jun 15, 2012
edd2fdd
Audio: first draft
cmaglie Jun 17, 2012
6695518
Audio library: improved DMA transfers. Stereo output.
cmaglie Jun 17, 2012
21ee4f0
[sam] enabling High Speed support for USB Device stack
Jun 18, 2012
96e8db0
[sam] fixed CDC com issue in Arduino IDE
Jun 22, 2012
7b157ef
[sam] fixed CDC com issue in Arduino IDE
cmaglie Jun 25, 2012
8c5e214
Removed isEmpty() calls for Java 1.5 compatibility
cmaglie Jun 25, 2012
6640bc9
Added INPUT_PULLUP mode for pinMode command
cmaglie Jun 25, 2012
ddc8fa9
Added separator between user supplied libraries and IDE libraries
cmaglie Jun 25, 2012
33778af
Fixed 02.Digital/StateChangeDetection buoncing issue
cmaglie Jun 25, 2012
46aeeb4
Merged upstream Arduino master branch
cmaglie Jun 25, 2012
7c0dfc0
Added default extra_flags parameter to allow build on all boards
cmaglie Jun 25, 2012
b767ef2
Removed -mlong-calls (as suggested by Travis Geiselbrecht)
cmaglie Jun 25, 2012
d035d3b
Fixed StringLength example
cmaglie Jun 25, 2012
3ba2e37
[sam] USBHost ADK+HID supported okay. Code is more documented.
Jun 26, 2012
06c0928
Merged master
cmaglie Jun 27, 2012
b67a88a
USBHost is now a library
cmaglie Jun 27, 2012
7ae42f7
Removed validation tests
cmaglie Jun 29, 2012
00f8cdb
Updated USBHost HID examples
cmaglie Jun 30, 2012
01bd432
Separator between user and IDE libraries also in examples menu
cmaglie Jul 3, 2012
5c0eca5
Started fat (multi-architecture) libraries support (work in progress)
cmaglie Jul 4, 2012
3d9672d
Changed 'fat' (multiplatform) library detection algorithm
cmaglie Jul 6, 2012
de30e38
Audio lib: added DAC class and DMA interrupt handling
cmaglie Jul 28, 2012
5131431
Some experiments about Audio buffering. DAC class added.
cmaglie Aug 1, 2012
66747ec
Added setAnalogResolution() method.
cmaglie Aug 1, 2012
181a3fb
Extended analogRead/Write API to support difference ADC/DAC resolutions.
cmaglie Aug 4, 2012
5fa0d96
Merge branch 'audio'
cmaglie Aug 4, 2012
00e0292
Reorganization of memory layout
cmaglie Aug 4, 2012
3db052c
Fixed all boards.txt definitions in AVR arch.
cmaglie Aug 6, 2012
a8f74c8
Fixed StringCharacters example
cmaglie Aug 6, 2012
8a729bc
Changed Due Board tags
cmaglie Aug 6, 2012
1e496de
Reintroduced pins_arduino.h for compatibility
cmaglie Aug 6, 2012
e2c9864
Fixed platforms.txt linker step. Increased stack size.
cmaglie Aug 13, 2012
cf28ccf
Fixed linker script to allow growing stack+heap.
cmaglie Aug 13, 2012
8985fef
[JCB] Add wifi for SAM3X (to be tested)
jcbuda Aug 13, 2012
df19935
Auto restart after upload (linux only for now). Auto reset/erase when…
cmaglie Aug 14, 2012
fcf8cb4
Merge branch 'master' of github.com:arduino/ARM
cmaglie Aug 14, 2012
0521a23
Merge branch 'new-linker'
cmaglie Aug 14, 2012
19f1117
updated bossac for Mac for auto-reset support
cmaglie Aug 14, 2012
c26e377
Added autoreset feature for Windows.
cmaglie Aug 17, 2012
5b54b2f
Workaround in bossac for linux to avoid a kernel driver bug that hang…
cmaglie Aug 21, 2012
b7fce42
Fixed USB-CDC buffering. Now serial output performs much better.
cmaglie Aug 21, 2012
2a420e5
Merge branch 'master' of github.com:arduino/ARM
cmaglie Aug 21, 2012
bdf3f19
Added include in Printable.h for 'size_t' support.
cmaglie Aug 24, 2012
cae4d70
SPI: added setBitOrder support; added end(pin) method.
cmaglie Aug 24, 2012
a267a8a
First try to support architecture dependent query functions (digitalP…
cmaglie Aug 24, 2012
c3e44f3
Added some utility functions in libsam for TC. (Neil H.)
cmaglie Aug 24, 2012
170870d
Removed unused boards/programmers
cmaglie Aug 25, 2012
116d32b
Temporary fix for cdc-acm on older MacOSX.
cmaglie Aug 25, 2012
9b02722
LiquidCrystal library is already multiplatform compliant, moved into …
cmaglie Sep 3, 2012
ca74c94
Upload over debug port
cmaglie Sep 7, 2012
d96264e
Upload over debug port (part 2)
cmaglie Sep 7, 2012
9a505d2
Added optimized write(buffer,size) method in CDC class
cmaglie Aug 29, 2012
656b83b
correct CDC transmit, add device qualifier.
jcbuda Aug 29, 2012
22c828d
update for USB, USB High Speed software, for betatest, need some impr…
jcbuda Sep 6, 2012
3a61bc4
usbcv chapter 9 tests: passed
jcbuda Sep 6, 2012
5f23172
Updated libsam binary
cmaglie Sep 9, 2012
d21f734
Merge branch 'master' into upload-16u2
cmaglie Sep 10, 2012
49f03a7
Add test J/K/packet/SE0_NAK, for usb.org process
jcbuda Sep 10, 2012
c5a346a
Correct HID, the send is now done in one time
jcbuda Sep 10, 2012
d4efbf7
Refactored auto-reset methods.
cmaglie Sep 11, 2012
3360740
Updated bossac, various workarounds.
cmaglie Sep 13, 2012
8cefac5
Changed SPI default speed to 4MHz
cmaglie Sep 17, 2012
d994e48
Delayed static object construction after hardware setup
cmaglie Sep 19, 2012
3171958
Fixed micros()-not-monothonic bug
cmaglie Sep 21, 2012
3598ad6
Added MouseController class + example
cmaglie Sep 21, 2012
a511ed6
Added cooperative scheduler library (alpha)
cmaglie Sep 24, 2012
1e22111
Moved SD lib into root libraries folder
cmaglie Sep 24, 2012
11c0555
SD Card ported and tested
cmaglie Sep 24, 2012
9ceb201
Moved Scheduler into 'scheduler' alpha branch
cmaglie Sep 25, 2012
e93ee6c
Added Scheduler lib (alpha)
cmaglie Sep 25, 2012
e0f9679
Fixed SD examples. (added include for SPI lib)
cmaglie Sep 25, 2012
69fb711
Fixed message string during upload
cmaglie Sep 25, 2012
e714129
Workaround for spurious port opening after upload (Arduino Due)
cmaglie Sep 25, 2012
228b6bd
Update Due Drivers for Windows
cmaglie Sep 25, 2012
cfa77a2
Merge branch 'master' of github.com:arduino/ARM
cmaglie Sep 25, 2012
2071c00
Assigned Serial to UART and SerialUSB to USB-CDC-ACM
cmaglie Sep 28, 2012
5179775
Audio library improved. (experiments with PDC)
cmaglie Sep 28, 2012
86ae5cd
added simple audio player example
mbanzi Sep 29, 2012
27d231b
Renamed DA0/DA1 to DAC0/DAC1
cmaglie Oct 5, 2012
681df8b
Renamed DA0/DA1 to DAC0/DAC1 (part 2...)
cmaglie Oct 5, 2012
84c7c3e
Renamed DA0/DA1 to DAC0/DAC1 (part 3......)
cmaglie Oct 5, 2012
a17c422
Updated MouseController library API
cmaglie Oct 8, 2012
74c2705
Added USB KeyboardController library
cmaglie Oct 8, 2012
b2f1bce
Fixed pull-up.
cmaglie Oct 9, 2012
2f8e766
Reordered boards menu
cmaglie Oct 9, 2012
af932ef
Avoid null-pointer exception with old-style third-party hardware fold…
damellis Oct 10, 2012
1ff87e3
modified TWI handler
Fede85 Oct 10, 2012
114c9f5
Merge branch 'master' of github.com:arduino/ARM
Fede85 Oct 10, 2012
914c538
Reduced upload delay for programming port
cmaglie Oct 10, 2012
66b4aac
Merge branch 'master' of github.com:arduino/ARM
cmaglie Oct 10, 2012
df37eeb
Updated bossac
cmaglie Oct 10, 2012
c21da3b
Merge branch 'scheduler'
cmaglie Oct 11, 2012
1aea8f3
Scheduler: rename sleep in wait; fixed example
cmaglie Oct 11, 2012
6bb194f
Fixed Ehternet lib DNS bug.
cmaglie Oct 12, 2012
e4fdb9e
tuned costant for pulseIn
Fede85 Oct 12, 2012
4608ce5
Merge branch 'master' of github.com:arduino/ARM
Fede85 Oct 12, 2012
e92ad6e
removed the final X in the ip_product string
Fede85 Oct 12, 2012
562324d
Adjusted off-by-one naming for Serial object: Serial2/3/4 => Serial1/2/3
cmaglie Oct 15, 2012
49ba327
Adjusted boards/variants
cmaglie Oct 15, 2012
a6b892e
boards and cpu type menus
ffissore Oct 15, 2012
aa05b50
missing startup selection if board missed container property
ffissore Oct 15, 2012
9125436
Merge branch 'master' into boards-cputype
ffissore Oct 15, 2012
c6efad5
backporting fix to https://code.google.com/p/arduino/issues/detail?id…
ffissore Oct 16, 2012
0efc024
Merge branch 'boards-cputype'
ffissore Oct 17, 2012
e8ea12c
Add library from ZIP
ffissore Oct 17, 2012
1845b2d
CPUType menu renamed to Processor
ffissore Oct 18, 2012
aba27c4
Merged upstream arduino branch
cmaglie Oct 18, 2012
378c439
keep included folder name as top level folder name, delete MAC folder…
ffissore Oct 18, 2012
b95a015
Moved 'firmware' folder in the proper place
cmaglie Oct 18, 2012
d4666fa
Removing "Dev. Ed." naming from Due boards.
damellis Oct 18, 2012
44045cc
import library also import folder (already expanded libraries)
ffissore Oct 18, 2012
b89ef09
Merge branch 'master' of github.com:arduino/ARM
ffissore Oct 18, 2012
289b836
Merged latest changes in AVR arduino core
cmaglie Oct 18, 2012
a21c4e1
review of typos a and small errors in some examples
Fede85 Oct 18, 2012
e6d5255
Fixed concurrent access to HashMap when programming Mega2560
cmaglie Oct 18, 2012
05a2d77
Merge remote-tracking branch 'origin/master' into merge-1.0.1
cmaglie Oct 18, 2012
3e9ef44
Fixed native USB serial port not appearing on Mac OS X 10.6.8.
bitron Oct 18, 2012
2a401f2
"Add library" moved into "Import library" menu
ffissore Oct 19, 2012
3087931
improved import library: complains if invalid zip or folders are sele…
ffissore Oct 19, 2012
e3c088e
also rebuild examples menu after library import
ffissore Oct 19, 2012
90f4337
better error message when library names clash
ffissore Oct 19, 2012
c2e8721
Enable pull-up on pin 0.
cmaglie Oct 19, 2012
9784c1f
Merge branch 'master' of github.com:arduino/ARM
cmaglie Oct 19, 2012
a23721a
Enable pull-up on pin 0. (for real...)
cmaglie Oct 19, 2012
43cf5b0
Fixed HID report send (Emulated keyboard is back on MacOS)
cmaglie Oct 19, 2012
c97e362
Refactored prepare() method in Audio library
shfitz Oct 19, 2012
ed15dc3
Remove 1200 automagic baud rate every time the IDE use the serial por…
cmaglie Oct 20, 2012
68e5047
Added keywords for new libraries, rearranged and modified Due and USB…
shfitz Oct 21, 2012
6138930
Serial port can take a while to close (especially on latest MacOSX) t…
cmaglie Oct 21, 2012
ab63860
Set arudino version to 150 (1.5.0-beta)
cmaglie Oct 21, 2012
ea44e88
Merge branch 'master' of https://github.com/arduino/ARM
shfitz Oct 21, 2012
6496943
Minor changes to the keyboard and mouse controller examples
shfitz Oct 21, 2012
39aae0b
Moved WiFi library in the proper place
cmaglie Oct 22, 2012
9dfebb5
Removed unsupported Wifi for sam3x
cmaglie Oct 22, 2012
24d74ca
typos and Due compliants comments on Keyboard examples
Fede85 Oct 22, 2012
5935f1e
eclipse .launch to run IDE inside eclipse: helps debugging and speeds…
ffissore Oct 24, 2012
9eeb0ab
Disabled 'fat' (multiplatform) library check.
cmaglie Oct 24, 2012
da74369
Merge branch 'master' of github.com:arduino/ARM
cmaglie Oct 24, 2012
8cc080f
Removed unused folder.
cmaglie Oct 24, 2012
e7193ac
Re-enabled 'Fat' library detection (with a better method)
cmaglie Oct 24, 2012
10c87ce
fixed verbose mode for avrdude in platform.txt
Fede85 Oct 26, 2012
96941e7
Merge pull request #122 from Fede85/ide-1.5.x
cmaglie Oct 26, 2012
921dfe7
{attach/detach}Interrupt() functions.
cmaglie Oct 26, 2012
cf4d72c
Merge remote-tracking branch 'arduino/ide-1.5.x' into ide-1.5.x
cmaglie Oct 26, 2012
9b7f473
new boards menu with custom submenus
ffissore Oct 29, 2012
c851f47
fixed board and custom menus order
ffissore Oct 29, 2012
107c192
Added general yield()-hook for cooperative scheduling development
cmaglie Oct 31, 2012
1f8b124
updated boards.txt
ffissore Oct 31, 2012
76d25e4
updated boards.txt
ffissore Oct 31, 2012
f500462
updated boards.txt
ffissore Oct 31, 2012
d82c8df
updated boards.txt
ffissore Oct 31, 2012
7b94626
Added general yield()-hook for cooperative scheduling development (pa…
cmaglie Nov 2, 2012
0f23634
{attach,detach}Interrupt() on Due selects directly pin number instead…
cmaglie Nov 2, 2012
a72cfc3
Fixed analogWrite() when writing on both DACs. Thanks to smay4finger
cmaglie Nov 3, 2012
969e29b
Do not yield during delayMicroseconds
cmaglie Nov 3, 2012
a64d58f
Merge remote-tracking branch 'ffissore/boards-cputype' into ide-1.5.x
cmaglie Nov 3, 2012
d5e7d0d
Fixed verbose upload. Removed unused platform.txt params.
cmaglie Nov 4, 2012
23c7536
Merged 1.0.2
cmaglie Nov 4, 2012
dc97316
Set version to 1.5.1
cmaglie Nov 4, 2012
73649c2
Fixed digitalPinToPort and digitalPinToBitMask macros. (thanks to alv…
cmaglie Nov 4, 2012
c68a0f5
Fixed portOutputRegister() and portInputRegister() macros.
cmaglie Nov 5, 2012
d23fbb2
Added firmware for USB2Serial converter (Atmega16u2) on Due Board
cmaglie Nov 5, 2012
8e9ee9c
Merge remote-tracking branch 'arduino/master' into ide-1.5.x
cmaglie Nov 5, 2012
ac8c1ef
Updated revisions.txt
cmaglie Nov 5, 2012
90ecc37
avoid "Menu has no enabled items" exception
ffissore Nov 6, 2012
3e76901
Merge remote-tracking branch 'ffissore/ide-1.5.x' into ide-1.5.x
cmaglie Nov 9, 2012
b5b50ca
Updated revision.txt
cmaglie Nov 9, 2012
74dea07
portOutputRegister is now writeable.
cmaglie Nov 9, 2012
27b8048
"Boards" must be wrapped in _(...) call.
Nov 11, 2012
9e25ad5
Hack to include a word "Processor" in *.po files.
Nov 11, 2012
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
260 changes: 260 additions & 0 deletions .settings/org.eclipse.jdt.core.prefs

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions .settings/org.eclipse.jdt.ui.prefs
@@ -0,0 +1,4 @@
#Fri Dec 30 12:12:25 CET 2011
eclipse.preferences.version=1
formatter_profile=_Arduino
formatter_settings_version=11
14 changes: 3 additions & 11 deletions app/.classpath
Expand Up @@ -2,19 +2,11 @@
<classpath>
<classpathentry excluding="processing/app/tools/format/" kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/core"/>
<classpathentry combineaccessrules="false" kind="src" path="/dxf"/>
<classpathentry combineaccessrules="false" kind="src" path="/net"/>
<classpathentry combineaccessrules="false" kind="src" path="/opengl">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="opengl/library"/>
</attributes>
</classpathentry>
<classpathentry combineaccessrules="false" kind="src" path="/pdf"/>
<classpathentry combineaccessrules="false" kind="src" path="/serial"/>
<classpathentry combineaccessrules="false" kind="src" path="/video"/>
<classpathentry kind="lib" path="lib/antlr.jar"/>
<classpathentry kind="lib" path="lib/jna.jar"/>
<classpathentry kind="lib" path="lib/ecj.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/processing-core"/>
<classpathentry kind="lib" path="lib/apple.jar"/>
<classpathentry kind="lib" path="lib/RXTXcomm.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
8 changes: 4 additions & 4 deletions app/.settings/org.eclipse.jdt.core.prefs
@@ -1,9 +1,9 @@
#Wed Jun 04 15:47:46 EDT 2008
#Wed Jan 11 13:49:57 CET 2012
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.5
org.eclipse.jdt.core.compiler.compliance=1.6
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
Expand Down Expand Up @@ -63,7 +63,7 @@ org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=di
org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
org.eclipse.jdt.core.compiler.source=1.5
org.eclipse.jdt.core.compiler.source=1.6
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
Expand Down
22 changes: 22 additions & 0 deletions app/run-linux.launch
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/processing/src/processing/app/Base.java"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</listAttribute>
<listAttribute key="org.eclipse.jdt.launching.CLASSPATH">
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;runtimeClasspathEntry containerPath=&quot;org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/java-6-openjdk-amd64&quot; javaProject=&quot;processing&quot; path=&quot;1&quot; type=&quot;4&quot;/&gt;&#10;"/>
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/processing/lib/ecj.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#10;"/>
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/processing/lib/jna.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#10;"/>
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/processing/lib/RXTXcomm.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#10;"/>
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;runtimeClasspathEntry path=&quot;3&quot; projectName=&quot;processing-core&quot; type=&quot;1&quot;/&gt;&#10;"/>
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;runtimeClasspathEntry id=&quot;org.eclipse.jdt.launching.classpathentry.defaultClasspath&quot;&gt;&#10;&lt;memento exportedEntriesOnly=&quot;false&quot; project=&quot;processing&quot;/&gt;&#10;&lt;/runtimeClasspathEntry&gt;&#10;"/>
</listAttribute>
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="processing.app.Base"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="processing"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Djava.library.path=lib/"/>
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc:processing}/../build/linux/work"/>
</launchConfiguration>