Commit Graph

214 Commits

Author SHA1 Message Date
David A. Mellis 794d03264a Added missing keywords (attachInterrupt
detachInterrupt
Serial.flush <-- Serial is highlighted, flush is not
randomSeed
random)
2007-03-03 19:47:59 +00:00
David A. Mellis 6865e27b92 Removing macosx_setup.command since it's no longer needed, removing references to Windows and Linux files from Mac Xcode project. 2006-12-27 21:34:54 +00:00
David A. Mellis f4471d2d04 Building the Arduino environment for Java 1.4. 2006-12-26 19:00:40 +00:00
David A. Mellis af20a36b6f Removed carriage returns from Windows dist.sh and updated readme.txt to mention Linux distribution. 2006-12-26 00:07:21 +00:00
David A. Mellis 8417a01218 Updating arduino and dist.sh scripts for Arduino instead of Processing. 2006-12-25 20:58:37 +00:00
David A. Mellis 4c08c0c249 Removing references to avrlib from the Xcode project file. 2006-12-25 18:01:45 +00:00
David A. Mellis fd3fa0744b Now grabbing SoftwareSerial reference explicitly. 2006-12-25 18:01:09 +00:00
David A. Mellis f723bfbe56 Updating reference and made custom modifications for 0007: no macosx_setup.command, no unzipping of Windows drivers, and pointing to 0007 downloads. 2006-12-25 17:36:23 +00:00
David A. Mellis 01fe209201 Unzipped Windows FTDI USB drivers, modified make.sh accordingly (and removed carriage returns). 2006-12-25 04:44:37 +00:00
David A. Mellis 625c7b185f Adding custom compiled uisp (with support for the ATmega168) to the linux dist/ directory. 2006-12-20 02:15:20 +00:00
David A. Mellis 18951f0437 Removing avrlib (since it's not used), and switching to non-locking versions of RXTX for the Mac (separate PPC and Intel versions). Also, removed the __MACOSX file from tools-intel.zip. 2006-12-19 15:21:24 +00:00
David A. Mellis daf909cc1a Removing unneeded RXTX native libraries. 2006-12-19 05:10:48 +00:00
David A. Mellis be9f13bb8e Modified make.sh to correctly grab the reference and examples. 2006-12-19 04:46:56 +00:00
David A. Mellis dceca6a39b Removing jikes check from Linux arduino script, since we don't actually need jikes. 2006-12-02 22:18:58 +00:00
David A. Mellis 65aa69e2e1 Updated fetch.sh to get the reference homepage for the current Arduino version and updated the reference .zip. 2006-12-02 16:59:51 +00:00
David A. Mellis 514a74849a attachInterrupt() and detachInterrupt(): from Wiring, with changes to automatically enable and disable the relevant interrupt and to specify the trigger. 2006-11-24 17:12:32 +00:00
David A. Mellis b3d300dd35 Adding keywords for shiftOut(), LSBFIRST, MSBFIRST. 2006-11-24 16:57:16 +00:00
David A. Mellis e0dfa25d13 Updated fetch.sh script to download guide. Pointing menu to correct getting started howto for platform. 2006-11-20 18:27:37 +00:00
David A. Mellis 328ec9f8e3 Removing references to keyspan drivers from the Xcode project. 2006-11-20 17:45:13 +00:00
David A. Mellis d85a21cdf4 Removing keyspan drivers so people don't install them by mistake (and because we don't need them). 2006-11-20 17:24:57 +00:00
David A. Mellis 0adf6d2dfa Updated reference and readme. 2006-10-21 20:41:09 +00:00
David A. Mellis fc614696d0 Noise in the Mac Xcode project file. 2006-10-21 20:40:47 +00:00
David A. Mellis ccc3f4856e Now compiling for Java 1.4 VMs using Java 1.4 source. 2006-10-15 16:32:32 +00:00
David A. Mellis debec4e37f Invsisible changes to Xcode project. Boh. 2006-10-15 11:45:01 +00:00
David A. Mellis 6d0312411a Creating separate targets for PPC and intel avr-toolchains on the Mac. 2006-10-06 18:12:59 +00:00
David A. Mellis 1d4f039f36 Renaming Mac tools.zip to tools-ppc.zip in preparation for parallel builds. 2006-10-06 17:50:50 +00:00
David A. Mellis 80084d5e86 Updating librxtxSerial.so in the build/linux/dist/lib dir. 2006-09-04 15:15:54 +00:00
David A. Mellis 22f516d978 Updating linux librxtxSerial.so to match the version of the rxtx .jar. 2006-09-03 17:28:16 +00:00
David A. Mellis 05404c12a3 Adding build.verbose prefence to print compilation command lines. 2006-09-01 10:45:32 +00:00
David A. Mellis 0072df253c Updated reference and fixed Windows dist (examples and run.bat). 2006-08-30 22:15:50 +00:00
David A. Mellis 70b2be7831 Updated uisp to one which supports the atmega168. 2006-08-30 10:57:16 +00:00
David A. Mellis c8c797daec Updated Windows FTDI drivers. 2006-08-27 17:00:20 +00:00
David A. Mellis d124d2c24c Updated FTDI Mac drivers. 2006-08-27 16:52:40 +00:00
David A. Mellis 9190948f04 Adding intel mac version of the avr tools (though it's not yet used in the build process). 2006-08-27 15:20:52 +00:00
David A. Mellis fc1ca8a066 Appled Hans Steiner's patch to search for avr=tools in path on Linux (instead of requiring symlinks to the Arduino tools directory). Added an upload.verbose preference for dumping details of the upload process. 2006-08-27 09:45:28 +00:00
David A. Mellis a3237d51fb Replaced uisp with a version that supports the atmega168 (thanks Massimo!) - still a PPC binary. 2006-08-27 09:32:21 +00:00
David A. Mellis 4ba8ffb6ee Optimized size of core, fixed some warnings in libraries. 2006-07-09 12:39:27 +00:00
David A. Mellis 27a1bda094 Updating to latest rxtx version. 2006-04-26 17:10:31 +00:00
David A. Mellis 79b062a6cb Updated keywords.txt to include new Serial API keywords and pulseIn. 2006-04-26 17:03:19 +00:00
David A. Mellis 2fe450f74e Updated reference (w/ pulseIn, etc.) 2006-04-26 17:00:22 +00:00
David A. Mellis 53a6afd3f6 Cleaned up examples (new Serial lib, etc) 2006-04-26 16:57:14 +00:00
David A. Mellis 260c5d5ee1 Committing individual examples instead of one .zip 2006-04-26 11:09:43 +00:00
David A. Mellis b0c2c1b4a4 Updated examples to use new serial library. 2006-04-25 13:52:05 +00:00
David A. Mellis 6d8544d613 Updated reference: including FAQ, environment, howto and new serial library API. 2006-04-14 11:55:06 +00:00
David A. Mellis 22d4202112 adding cygwin dll's to windows dist/ 2006-03-27 13:49:24 +00:00
David A. Mellis b5dde887ab Library system working: Import Library menu adds header files to sketch, linking is conditional based on #include's in sketch. 2006-03-26 22:16:55 +00:00
David A. Mellis 3ea01968d7 Resynced with Processing/Wiring IDE code: improved auto-format, better performance for EditorConsole, etc... 2006-03-26 19:12:53 +00:00
David A. Mellis 2de016c367 Now including the FAQ (but no images) in the reference. 2006-03-26 19:10:48 +00:00
David A. Mellis c6704296c1 Added menu item to burn bootloader, associated preferences, and hacked Uploader.java to be more flexible. 2006-03-21 19:17:31 +00:00
David A. Mellis 575f4a2a99 In Xcode project, specified input and output files for setup script to avoid unncessary unzipping of unchanged files. 2006-03-21 00:16:04 +00:00
David A. Mellis e511d887d4 Updated reference.zip. 2006-03-21 00:13:41 +00:00
David A. Mellis 787bb4762f Modified fetch.sh to grab reference from arduino.cc and to automatically create reference.zip. 2006-03-21 00:10:01 +00:00
David A. Mellis 518812a1e9 Now give error if code is too big for sketch; maximum size determined by upload.maximum_size preference. 2006-03-20 23:14:10 +00:00
David A. Mellis 52820102f5 Updated to new avr tools (from Wiring). Moved run.bat from shared/ to windows/ 2006-02-25 16:18:50 +00:00
David A. Mellis 18fc6d6875 Updating to C++, new Mac avr tools, Windows to be updated. 2006-02-24 15:52:58 +00:00
David A. Mellis c760d41fa6 Updated make.sh to grab run.bat and chmod it. 2006-02-12 16:57:15 +00:00
David A. Mellis 46d18917a3 Fixed java path in run.bat. 2006-02-12 16:19:52 +00:00
David A. Mellis ed68d9bb36 Moved shared/run.bat to windows/dist/run.bat. 2006-02-12 16:14:50 +00:00
David A. Mellis 69692082ed Deleting run.bat from windows/dist in preparation for moving shared/run.bat there. 2006-02-12 16:14:28 +00:00
David A. Mellis 510559f233 Now grabbing howto with fetch.sh. 2006-02-12 16:02:52 +00:00
David A. Mellis 79af1c56a3 Added howto to reference. 2006-02-12 15:17:32 +00:00
David A. Mellis 844a33a260 Fixed burn.bat and added burnpara.bat for parallel port programming. 2006-01-27 10:44:34 +00:00
David A. Mellis a5855d6721 Extracting reference in windows build files: make.sh and dist.sh 2006-01-16 09:10:40 +00:00
David A. Mellis 9244ce7651 Now building Mac distribution with Xcode project; don't use dist.sh, it will delete the Xcode project and doesn't work properly. 2006-01-15 21:53:14 +00:00
David A. Mellis 46db115d8c Grabbing readme.txt with Xcode build, cleaned up menus, organized and updated release notes. 2006-01-15 20:53:52 +00:00
David A. Mellis 766b816864 Now unzipping reference in Xcode project when building. 2006-01-15 20:33:59 +00:00
David A. Mellis 08c3e4313d Updated examples to use printNewline() instead of serialWrite(10) and serialWrite(13) and minor other cleanup. 2006-01-15 20:31:40 +00:00
David A. Mellis 505c54461b Added reference zip file and updated script to fetch reference from web. 2006-01-13 00:03:30 +00:00
David A. Mellis b7728ae604 svn merge -r 72:HEAD svn+ssh://mellis@svn.berlios.de/svnroot/repos/arduino/tags/0004 - used Base.java from tags/0004 but changed version back to 0003. 2006-01-12 23:24:12 +00:00
David A. Mellis 5ede9c8d2e Added a really hacky script to grab the documentation from the website. 2006-01-11 11:18:10 +00:00
David A. Mellis ac1e2edcc6 Added printNewline() to the syntax highlighting keywords file. 2006-01-05 01:51:14 +00:00
David Cuartielles 601dafd7b6 Added by D. Cuartielles, this file allows direct compilation with Dev-C++ 2006-01-03 14:07:28 +00:00
David Cuartielles 5af5eb38ff examples collected from various sources including workshops, forums, and personal websites. Still lacking examples from Tom Igoe and Jeff Grey 2006-01-02 21:41:50 +00:00
David A. Mellis cc40bad667 Added giveio to windows drivers directory. 2006-01-01 13:50:50 +00:00
David A. Mellis 0a15403d7c Blue! color scheme changed (and hardcoded in source code to ensure consistency with image files). 2005-12-06 11:08:25 +00:00
David A. Mellis 9e43fe9d4c Moved windows rxtxSerial.dll 2005-11-30 10:21:33 +00:00
David A. Mellis 309896ae38 Moving serial dlls to platform dirs. 2005-11-30 10:10:54 +00:00
David A. Mellis 724457be8c Removed unneeded launcher files (old icon and processing.exe) 2005-11-30 09:38:21 +00:00
David A. Mellis 1178dc4d82 Updated build instructions; added Id keyword support to all files. 2005-11-29 13:42:50 +00:00
David A. Mellis 0e57892467 Added Keyspan USB drivers; corrected burn.command's USB serial port. 2005-11-29 13:24:27 +00:00
David A. Mellis 168a7a1b07 Updated icons for Windows executable; removed unused tools that were used with Makefiles (e.g. gnumake, cp). 2005-11-29 13:20:57 +00:00
David A. Mellis 65a3b611cc Added Keyspan Windows drivers. 2005-11-28 19:28:52 +00:00
David A. Mellis 6b17c6ec36 Add FTDI drivers to distribution (dist) and make.sh scripts in Windows and Mac OS X (FTDI drivers are built into Linux kernel >= 2.4) 2005-11-23 00:11:13 +00:00
Massimo Banzi f69597ba53 Modified colour combination to give a distinctive arduino look
icons and colour set contributed by aleph8nought
2005-10-08 14:56:18 +00:00
Massimo Banzi cfb75853ea added new icons 2005-10-08 14:38:27 +00:00
David A. Mellis a0ae74b1ff Working on linux dist. 2005-10-07 16:48:24 +00:00
David A. Mellis f90ca24bf0 Trying to get linux build working with version 0002. 2005-10-07 16:25:59 +00:00
David A. Mellis 21fe7f0a83 Trying desperately to get the Windows build working. 2005-10-06 17:18:26 +00:00
David A. Mellis 9e8cc277ea Corrected keywords file. 2005-10-05 13:14:51 +00:00
David A. Mellis c7d2614a42 Changed default upload rate to 19200. 2005-10-05 09:19:52 +00:00
Massimo Banzi 3232387556 Created new about splash screen based on icons from tom igoe
updated default bootloader speed to 19200
2005-10-05 04:58:43 +00:00
David A. Mellis 3cb1f1f993 cvs -> svn 2005-10-04 09:11:55 +00:00
David A. Mellis 482557ea01 Update Mac icon; replaced print() with printInteger(), printByte(), printString(), printHex(), printBinary(), printOctal(), and printIntegerInBase(). 2005-10-04 09:03:02 +00:00
David A. Mellis 420dcfe697 Reduced bootloader to less than 1024 bytes (512 words); high fuse byte now 0xca instead of 0xc8; bootloader segment now starts at (byte 0x1C00 instead of 0x1800; word 0xE00 instead of 0xC00) 2005-09-28 15:20:06 +00:00
David A. Mellis 7fbb37cbe0 Reworked build system: makefiles replaced with in-program logic; core replaced with targets; preproc/ replaced with Wiring's; now prepend "#include "WProgram.h" instead of wiringlite.inc; new entries in preferences.txt; bundled Wiring libs. 2005-09-25 14:11:32 +00:00
David A. Mellis ea30b86069 Updated build instructions. 2005-09-21 20:35:36 +00:00
David A. Mellis ae6b490b5e Now builds and runs on linux (but won't compile or upload programs); see notes in make.sh for setting up environment. 2005-09-21 20:34:06 +00:00
David A. Mellis b966e73e02 Examples now unzipped and distributed. 2005-09-20 17:55:27 +00:00
David A. Mellis 1790624743 Integrated bootloader into Mac and Windows dists. Burn scripts now in platform dirs; make.sh builds bootloader. Set baud rate back to 9600 for backwards compatibility. 2005-09-20 16:58:07 +00:00
David A. Mellis 31870a2323 Renamed to burn. 2005-09-20 16:24:01 +00:00
David A. Mellis 74621980f2 Moved to mac dist dir and changed to use avr binaries in tools. 2005-09-20 16:23:15 +00:00
David Cuartielles 5432861f2a 2005-09-10 20:33:48 +00:00
David Cuartielles 01e91e204e 2005-09-10 20:31:09 +00:00
David A. Mellis 98b5f8759a Removed #include <BConstants.h>, updated version number, copy RXTX native lib into Mac distribution. 2005-09-09 23:42:35 +00:00
David A. Mellis 0f0fbb9f2e Addex RXTXcomm.jar to the classpath. 2005-09-09 16:03:09 +00:00
David Cuartielles 69a53d5353 20050905 - DojoDave
Detected problems with how to handle the backslash in windows with CygWin, therefore the second version of the makefile
2005-09-05 21:36:46 +00:00
David Cuartielles e907decab6 20050905 - DojoDave
Ment to call the windows executable in case the paths don't correspond in the Java_Home directory
2005-09-05 21:34:58 +00:00
David Cuartielles 8dd4fe9919 DojoDave - 20050905
Modified to compile and run the excutables in win32 from the originals by Mellis and Banzi
2005-09-05 21:33:14 +00:00
David Cuartielles bd9367ac91 DojoDave - 20050905
Modifications to the launcher.cpp so that it will compile and start the Arduino application
2005-09-05 21:31:54 +00:00
David Cuartielles 10015412bd DojoDave - 20050905
New icons based on Massimo's originals made in Malmö
2005-09-05 21:30:38 +00:00
Massimo Banzi e58e88111c updated Compiler
updated Compiler Editor and Downloader classes
so that now compilation works and error messages are
parsed (altough very crudely)
dist.sh now creates a dmg file on mac os x

mbanzi
2005-08-29 18:36:10 +00:00
David A. Mellis 6417eff01b Removed CVS directories. 2005-08-26 01:37:45 +00:00
David A. Mellis 91b64b7f1a Fixed up make.sh and dist.sh; removed some CVS junk. 2005-08-26 01:19:18 +00:00
David A. Mellis 9fc5aa63f6 Initial Arduino IDE based on Processing. 2005-08-25 21:06:28 +00:00