Commit graph

  • bb172d1c42 Merge pull request #8 from jgosmann/master Sudar 2012-11-10 21:41:49 -0800
  • 1e078625cb removing -w from CPPFLAGS (warnings can be usefull) gabriel 2012-11-06 14:33:10 +0100
  • 90e3c9ad0b Fix upload in case of parallelized make. Jan Gosmann 2012-11-02 12:51:53 +0100
  • edd514d65c Make the makefile error if the arduino port is not present. Ryan Pavlik 2012-11-01 10:57:11 -0500
  • ee98d0c89b Make everybody depend on the makefile, in case cflags are changed, etc. Ryan Pavlik 2012-11-01 10:34:09 -0500
  • a814a9c276 Be able to silence configuration output Ryan Pavlik 2012-11-01 10:33:46 -0500
  • bc8caf8358 Fixing problem of hanging upload. Jan Gosmann 2012-11-01 12:01:54 +0100
  • 4860504d88 Merge 6211d0519e into 184230fcf2 Michael Droettboom 2012-10-24 09:20:07 -0700
  • 6211d0519e Refer to original file in error messages. Michael Droettboom 2012-10-24 12:17:50 -0400
  • cd777f0c94 Merge 86b7b034dc into 184230fcf2 Alistair MacLeod 2012-10-21 13:10:34 -0700
  • 86b7b034dc Changed shebang to use /usr/bin/env Alistair MacLeod 2012-10-21 21:05:56 +0100
  • 4241eccacc added MacPorts Andreas Lohr 2012-10-07 11:54:14 +0200
  • 77f8ee0d77 use perl from /opt/local Andreas Lohr 2012-10-07 10:33:22 +0200
  • adbd6532f9 set USB_VID and USB_PID only for leonardo boards Andreas Lohr 2012-10-07 10:28:10 +0200
  • ca74713fcd Merge 184b482a98 into 184230fcf2 Alex Szczuczko 2012-09-25 18:43:27 -0700
  • 184b482a98 Update boards_txt path in bin/ard-parse-boards to include environment variable ARDUINO_DIR Alex Szczuczko 2012-09-25 21:34:26 -0400
  • 84648978fb Provide symbol_sizes and generated_assembly targets. Ryan Pavlik 2012-09-20 11:30:46 -0500
  • 6041f6201d Change .sym output Ryan Pavlik 2012-09-20 11:29:36 -0500
  • 05a31db481 Make disasm more helpful Ryan Pavlik 2012-09-20 11:29:26 -0500
  • 24c2366f26 Use variables instead of hardcoded commands Ryan Pavlik 2012-09-20 11:29:15 -0500
  • 87060fa5c2 Add knowledge of device-specific assembler Ryan Pavlik 2012-09-20 11:28:42 -0500
  • 184230fcf2 Added changelog release-0.10 Martin Oldfield 2012-09-17 18:08:22 +0100
  • 869b5d8516 Added support for the USB PID/VID needed for the Leonardo, as per patches from Dan Villiom Podlaski Christiansen and Marc Plano-Lesay Martin Oldfield 2012-09-17 17:06:48 +0100
  • 9395817c96 Only set AVRDUDE_CONF if it's not set, as per Tom Hall's patch Martin Oldfield 2012-09-17 16:38:46 +0100
  • c02da764ac Changed the name of the Debian/Ubuntu package to arduino-mk (just a documentation patch) as per Scott Howard's comment Martin Oldfield 2012-09-17 16:34:12 +0100
  • 03c80333a4 Only set OBJDIR if it is not already set; if we do set it make it $BOARD_TAG dependent. This follows comments from Matthias Urlichs and Scott Howard Martin Oldfield 2012-09-17 16:29:31 +0100
  • 22b4a0834a Fixed ARDUNIO/ARDUINO typo in README.md as per Kalin Kozhuharov's comment Martin Oldfield 2012-09-17 16:25:21 +0100
  • b15aa4e88f Made the size target look at the ELF file, not the hex, as per Jared Szechy's patch. Craig Leres made a similar comment Martin Oldfield 2012-09-17 16:14:40 +0100
  • c6fef7c499 Added installation notes for Fedora as per Rickard Lindberg's patch; tweaked notes for other OSs Martin Oldfield 2012-09-17 16:05:21 +0100
  • acb7d57db4 Merge 1763bc6774 into 409823d061 Rickard Lindberg 2012-09-17 01:21:05 -0700
  • 1763bc6774 Added installation instructions for Fedora Rickard Lindberg 2012-09-17 10:14:17 +0200
  • 5824c2d481 Merge 5e4d4f684d into 409823d061 Dan Villiom Podlaski Christiansen 2012-09-12 04:34:42 -0700
  • 5e4d4f684d Remove trailing whitespace from the Makefile. Dan Villiom Podlaski Christiansen 2012-09-12 13:27:04 +0200
  • b3765d7eb6 Use any Perl on the path, rather than hard-coding /usr/bin/perl Dan Villiom Podlaski Christiansen 2012-09-12 13:26:45 +0200
  • dd45f78b21 Add USB_VID and USB_PID definitions used by the Arduino Leonardo. Dan Villiom Podlaski Christiansen 2012-09-12 13:25:43 +0200
  • d72062c413 Merge 99890b2535 into 409823d061 Sudar 2012-09-10 09:49:25 -0700
  • 99890b2535 Merge branch 'master' of github.com:sudar/Arduino-Makefile Sudar 2012-09-10 22:18:58 +0530
  • 048762156b Fixed a typo in README. Sudar 2012-09-10 22:17:01 +0530
  • 2bc9cf790e Merge pull request #3 from WizenedEE/basic Sudar 2012-08-27 22:55:09 -0700
  • d8530a16e8 Making other *FLAGS += rather than = Adam Dunlap 2012-08-27 13:08:48 -0700
  • aaed1fc6fa Make listing files more useful Ryan Pavlik 2012-08-23 12:39:42 -0500
  • 06bc8d6aa3 Allow passing extra flags Ryan Pavlik 2012-08-23 12:39:31 -0500
  • d1f49b6ea4 Updated Readme with jeffkowalski Sudar 2012-08-20 13:59:58 +0530
  • a5afbff9be Merge pull request #2 from jeffkowalski/master Sudar 2012-08-20 00:54:03 -0700
  • ee0cb6e764 detabbed changelog, and appended my contributions jeffkowalski 2012-08-18 23:36:40 -0700
  • fc968b9191 Libraries may also contain subdirectory called "utility", containing header files to be included and source files to be built. Modified SYS_LIBS and USER_LIBS to accomodate those directories if they exist. jeffkowalski 2012-08-18 23:00:39 -0700
  • 486be238ba Added autodetection of ARDMK_DIR jeffkowalski 2012-08-18 20:30:25 -0700
  • d09a316d7a Added autodetection of ARDUINO_SKETCHBOOK, by looking to match IDE's setting in $(HOME)/.arduino/preferences.txt before setting default of $(HOME)/sketchbook. jeffkowalski 2012-08-18 19:24:07 -0700
  • eef73003c9 added auto-detection of ARDUINO_LIBS referenced in LOCAL_SRCS jeffkowalski 2012-08-18 18:16:44 -0700
  • 3d7bcf1719 Merge 9c452742a7 into 409823d061 Marc Plano-Lesay 2012-08-14 14:33:37 -0700
  • 9c452742a7 Fix build on Leonardo (added USB_VID and USB_PID) Marc Plano-Lesay 2012-08-14 23:31:15 +0200
  • b74f2efbce Automatically read the BAUDRATE from sketch. Works only in linux for now Sudar 2012-07-15 13:25:45 +0530
  • eed8c52ffd Automatically read the BAUDRATE from sketch. Works only in linux for now Sudar 2012-07-15 13:25:45 +0530
  • 4dc7457265 Don't include dependent makefile when doing make clean Sudar 2012-07-14 12:22:34 +0530
  • 94fa378eaa Fixed line spacing and added doc block which got removed in the earlier commit Sudar 2012-07-14 12:21:54 +0530
  • ad005789a0 Changed bytes option for the head shell command, so that it works in Mac as well Sudar 2012-07-13 22:56:48 +0530
  • aabe3d2c58 Updated Readme Sudar 2012-07-13 22:52:27 +0530
  • 75cdb933c3 Merged changes from https://github.com/rpavlik/Arduino-Makefile Sudar 2012-07-13 22:36:54 +0530
  • e470b070c3 Merged from https://github.com/gaftech/Arduino-Makefile/ Sudar 2012-07-13 21:52:59 +0530
  • 7b1dcf7471 Merged from https://github.com/szechyjs/Arduino-Makefile/ Sudar 2012-07-13 21:49:46 +0530
  • 0f66f74cf7 Merge https://github.com/maqifrnswa/Arduino-Makefile Sudar 2012-07-13 21:20:43 +0530
  • 4b74f54334 Updated Readme with latest changes Sudar 2012-07-06 16:03:32 +0530
  • 8d16c45b8d modified 'make size' behaviour Gabriel 2012-07-01 13:04:39 +0200
  • 0068267fea allow user to choose source files Gabriel 2012-07-01 12:52:36 +0200
  • fcdaa4b3bf Updated Readme and added the list of changes done in this fork Sudar 2012-07-06 12:12:43 +0530
  • c93c8e16a5 Improved library finding logic. Ryan Pavlik 2012-07-05 15:02:24 -0500
  • 6c7a8bad60 rename functions to allow nicer output. Ryan Pavlik 2012-07-05 15:01:11 -0500
  • e6ac1cae3a Simplify user and system libraries Ryan Pavlik 2012-07-05 14:39:50 -0500
  • 940a6b6ecc Simplify finding arduino dir Ryan Pavlik 2012-07-05 14:39:32 -0500
  • 744cb5350d Clarify by adding (space-based) indentation. Ryan Pavlik 2012-07-05 14:04:35 -0500
  • 49cca1da11 Less shell-based implementation of dir_if_exists Ryan Pavlik 2012-07-05 13:59:12 -0500
  • 1f1f438227 Clean up and improve displayed output. Ryan Pavlik 2012-07-05 13:58:54 -0500
  • 13000c35ca Add info about setting USER_LIB_PATH and ARDMK_DIR relative to source. Ryan Pavlik 2012-07-05 12:58:32 -0500
  • 6ab91c23be Clarify where we actually look for libs Ryan Pavlik 2012-07-05 12:58:05 -0500
  • 229187d26c add the size and disasm targets to the docs Ryan Pavlik 2012-07-05 12:57:45 -0500
  • 2a5e7fd242 Fix typo in docs Ryan Pavlik 2012-07-05 12:57:32 -0500
  • aaf74a971a Add autodetection caveat to docs Ryan Pavlik 2012-07-05 12:57:24 -0500
  • 3bb4bde491 Remove duplicated section of documentation. Ryan Pavlik 2012-07-05 12:57:02 -0500
  • 040f5c7388 Remove trailing spaces Ryan Pavlik 2012-07-05 12:45:52 -0500
  • 8273ef1153 Dump size at the end of the build. Ryan Pavlik 2012-07-05 12:45:19 -0500
  • abad0738c0 Deduce whether we have an avr-patched version of size, and use it. Ryan Pavlik 2012-07-05 12:45:05 -0500
  • 8896b8fcf6 Autodetect arduino version when possible Ryan Pavlik 2012-07-05 12:29:33 -0500
  • 9027158e5f Add a disasm target to build the .lss file. Ryan Pavlik 2012-07-03 12:36:00 -0500
  • 8b99f165e7 Revert "Changed echo command to work on linux". Was having issues with Ubuntu and Mac This reverts commit 1e5d7c1a33. Sudar 2012-07-02 13:47:28 +0530
  • 489dbb6fbb modified 'make size' behaviour Gabriel 2012-07-01 13:04:39 +0200
  • a128ce2020 allow user to choose source files Gabriel 2012-07-01 12:52:36 +0200
  • 79f66a4a5a Merge 3a37aa5831 into 409823d061 GitHub Merge Button 2012-06-30 22:59:14 -0700
  • 3a37aa5831 Fix size so it uses the elf file rather than the hex. Also added the mcu so it shows device memory usage. Jared Szechy 2012-07-01 01:56:43 -0400
  • dfd32d2b2c Properly categorize libs into user and system automatically. Ryan Pavlik 2012-06-28 18:32:41 -0500
  • 7f3fe66495 Only use Arduino's bundled AVR tools if they exist, otherwise try using "which" Ryan Pavlik 2012-06-28 18:32:23 -0500
  • 854a7aa8c0 Be able to autodetect ARDUINO_DIR in some cases Ryan Pavlik 2012-06-28 18:28:22 -0500
  • f970cf406b the package name in Debian and Ubuntu is arduino-mk Scott Howard 2012-05-06 10:20:59 -0300
  • a6c076c5d3 cleaner way to delete the build-cli directory when make clean is invoked Sudar 2012-06-23 11:23:16 +0530
  • 8140557eb2 Merge pull request #1 from WizenedEE/master Sudar 2012-06-10 22:24:31 -0700
  • 4a81c19a8b Changed AVRDUDE_CONF so it can be defined in per-project makefile Adam Dunlap 2012-06-10 15:06:08 -0700
  • 1e5d7c1a33 Changed echo command to work on linux Adam Dunlap 2012-06-10 14:40:31 -0700
  • af52a2dcc8 Replaced = with += in CPPFLAGS assignment so that we can set CPPFLAGS per sketch if needed Sudar 2012-06-09 10:59:02 +0530
  • e046112c83 Added support for compiling .pde files in Arduino 1.0 environment Sudar 2012-05-12 13:26:00 +0530
  • 3f984b218c Merge efc64c79ee into 409823d061 GitHub Merge Button 2012-05-06 06:22:05 -0700
  • efc64c79ee the package name in Debian and Ubuntu is arduino-mk Scott Howard 2012-05-06 10:20:59 -0300