1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-03 14:24:15 +01:00
Commit Graph

114 Commits

Author SHA1 Message Date
Cristian Maglie
1e69d0284d Temporary upload hack, until bossa get fixed. 2011-10-12 11:12:56 +02:00
Cristian Maglie
cb92a1d402 Added upload with bossac 2011-10-06 01:58:38 +02:00
Cristian Maglie
3681035869 IDE: various refactoring to make sam hardware compiling. 2011-09-23 04:47:41 +02:00
Cristian Maglie
bd7e6d89d5 Compilation process for ARM (WIP) 2011-09-17 00:02:40 +02:00
David A. Mellis
d9dcc66232 [sam] fixing compilation in IDE (changing some #includes). 2011-07-17 09:50:36 -04:00
David A. Mellis
05d622f3ac Adapting Rick's platform work to other platform changes. 2011-06-25 12:51:56 -04:00
ricklon
dacfa86223 Addtional debuggin. Trying to find the pins compile issue. 2011-06-22 21:20:45 -06:00
ricklon
43a11be3c9 Cleaned up some of the code. Need to focus getting the 1.0 code compilation changes double checked. 2011-06-18 23:44:32 -04:00
ricklon
aa01546b55 Switched to a nonconflicting delimeter |. Compile process is working. Need to make sure that it matches 1.0 process exactly. 2011-06-17 22:12:21 -04:00
ricklon
67c9dfc667 A bit of cleanup. Delimeter not figured out yet. 2011-06-17 00:54:58 -04:00
ricklon
a57f35fb51 Fixed the missing line for messageformat args. 2011-06-16 23:17:08 -04:00
ricklon
72c4404c6d Fixed compile process up to step 4. asyncExec cannot have null argmuments from the array. 2011-06-16 20:36:39 -04:00
ricklon
b0556c2e74 Changed :: to , for platforms.txt. Also, changes to compile process to support execAsynchronously changed to Stringp[] 2011-06-15 23:04:38 -04:00
ricklon
5e0ac9c720 Converting the step by step functions to integrate with standard Arduino execAsynchronously(array) 2011-06-13 22:14:28 -04:00
ricklon
7cf5b7263f Fixed issues about invalid targets. Menu selection of boards and libraries are now functional. 2011-06-13 21:23:59 -04:00
ricklon
fa268259a0 Majority of non Compiler.java changes made. 2011-06-13 14:14:22 -04:00
ricklon
41600a22eb Added initial changes to the Compiler.java file. 2011-06-06 22:34:12 -04:00
David A. Mellis
43cfc87f17 Updating version number to 0100 to allow checking for Arduino 1.0.
http://code.google.com/p/arduino/issues/detail?id=453
2011-03-26 16:41:30 -04:00
David A. Mellis
63d3190cbb Not re-opening .pde sketches left open from a pre-1.0 version of Arduino.
That way, we can wait to rename them until the user explicitly opens them in Arduino 1.0.
2011-03-26 16:23:29 -04:00
David A. Mellis
19597b1d0b Factoring pin definitions out of the core.
That is, there's now a pins/ directory in a platform, which includes multiple directories, each of which has its own pins_arduino.h.  The boards.txt gets a new preferences, <BOARD>.build.pins, whose values is a sub-directory of the pins/ directory (possibly with a "platform:" prefix).  That sub-directory is then placed in the include path during compilation.
2011-03-04 21:05:05 -05:00
David A. Mellis
d05e4021d0 Renamed WProgram.h to Arduino.h. 2011-03-01 19:52:13 -05:00
David A. Mellis
97abbd7a31 Removing BYTE keyword (use Serial.write() instead). 2011-02-26 13:58:03 -05:00
David A. Mellis
12d4552c66 Merge branch 'master' into new-extension
Conflicts:
	app/src/processing/app/Editor.java
2010-12-25 18:59:59 -06:00
David Mellis
6fa74cf711 Serial prompt fixes.
Not showing the serial prompt if no serial ports are available.
Showing the serial prompt for verbose upload, too.
2010-12-23 19:28:39 -05:00
David A. Mellis
3625a1001e Adding preferences for verbose compilation and upload. 2010-12-20 16:49:14 -05:00
David A. Mellis
f1146d80a5 Adding upload using programmer options (instead of verbose). 2010-12-20 14:50:18 -05:00
David A. Mellis
8523ab1ac7 If no upload protocol is specified for a board, use selected programmer instead.
Eliminates use of the upload.using preferences to specify a particular programmer.  Select the programmer from the menu instead.
2010-12-17 20:33:20 -05:00
David A. Mellis
15d07fa036 Splitting up programmer selection menu and burn bootloader menu item. 2010-12-17 19:58:40 -05:00
David A. Mellis
3e31777fec Merge branch 'master' into new-extension 2010-12-17 09:12:36 -05:00
David A. Mellis
920212ee05 Revert "added toInt() function to WString".
This reverts commit 448222e4b6.
2010-11-29 15:14:10 -05:00
Tom Igoe
448222e4b6 added toInt() function to WString 2010-11-29 11:31:00 -05:00
David A. Mellis
37e6e7e86b Changing version number to 0022. 2010-11-28 14:16:10 -06:00
David A. Mellis
a142a2564d Enabling debugging for compilation of the app. 2010-11-27 11:54:07 -06:00
David A. Mellis
6750e679af Building sketch first (so errors appear faster).
http://code.google.com/p/arduino/issues/detail?id=393
2010-11-27 11:39:42 -06:00
David A. Mellis
5d9602a28a Showing dialog when serial port not found on upload. 2010-11-24 14:03:21 -05:00
David A. Mellis
06d3d85143 Handling < > & and unicode in copy to html.
http://code.google.com/p/arduino/issues/detail?id=29
2010-11-16 22:51:24 -05:00
David A. Mellis
dc3b815c29 Merge branch 'master' into new-extension 2010-11-10 12:15:28 -05:00
David A. Mellis
24e057a343 Setting Arduino icon. 2010-11-10 11:46:52 -05:00
David A. Mellis
299b779ca2 Updating colors, toolbar icon, and about image. 2010-11-10 10:43:46 -05:00
David A. Mellis
5e028ea09d Saving and restoring serial monitor line ending. 2010-11-07 22:38:58 -05:00
David A. Mellis
1cac73c254 Saving and restoring location of the serial monitor. 2010-11-07 22:25:02 -05:00
David Mellis
1fbffaf7be Changing Windows file association code from .pde to .ino.
It doesn't seem to work properly on my Windows Vista machine, but neither does the .pde association for Processing.
2010-11-06 16:38:23 -04:00
David A. Mellis
e2213d4721 Changing extension from .pde to .ino.
Renames all .pde files in a sketch to .ino upon opening.  Prompts the user the first time this happens; if the rename is cancelled, the sketch is not opened and the user will be prompted next time a sketch with a .pde file is opened.  Otherwise, renames files in all future opened sketches automatically (without prompting).  Still allows for opening of .pde files and includes them in the sketchbook and examples menus.

Still need to check the file association code.

http://code.google.com/p/arduino/issues/detail?id=13
2010-11-06 15:41:01 -04:00
David A. Mellis
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
David A. Mellis
4c26e071c8 Updating version to 0021. 2010-10-02 14:03:50 -04: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
ed7795ef8d Revert "Removed dependencies from regex library oro.jar"
This reverts commit 2b4391052c.
2010-10-02 17:19:53 +02:00
Cristian Maglie
2b4391052c Removed dependencies from regex library oro.jar 2010-10-01 19:41:36 +02:00
David A. Mellis
5c22a1e970 Updating version to 0020. 2010-09-24 16:29:07 -04:00