aboutsummaryrefslogtreecommitdiff
path: root/arduino-mk/Arduino.mk
AgeCommit message (Expand)Author
2013-09-22Bump up version to v1.0.0 for release1.0.0Sudar
2013-09-19Revert "Make all executables overridable"Sudar
2013-09-18Make all executables overridableSudar
2013-09-18Remove redundant list of targetsSudar
2013-09-18Whitespace and formatting fixSudar
2013-09-15Added help target showing a summary of all the available targetsxPaolo D'Apice
2013-08-18Added detailed instructions for using alternative coresSimon John
2013-08-09Allow building with Arduino core, without a .ino/.pde fileSudar
2013-08-09Autodetect baudrate only if either a .ino/.pde is presentSudar
2013-07-27Merge pull request #112 from openxc/silent-mkdirSudar
2013-07-28Update instructions about ARDMK_DIR and ARDMK_PATHSudar
2013-07-28Print config info about ARDMK_DIR after Common.mk file is includedSudar
2013-07-28Remove duplicate definition of `show_config_variable` macroSudar
2013-07-28Remove unnecessary checks for `ARDMK_DIR`Sudar
2013-07-12Silence output from the many mkdir calls.Christopher Peplin
2013-07-12Make `ARDMK_PATH` and `ARDMK_DIR` backward compatibleSudar
2013-07-11Merge pull request #106 from openxc/build-in-subdirsSudar
2013-07-10Merge branch 'serial-port-variable-name' of git://github.com/openxc/Arduino-M...Sudar
2013-07-10Rename ARDUINO_PORT to MONITOR_PORT to reflect support for other platforms.Christopher Peplin
2013-07-09Don't require an IDE preferences file, fallback to default sketchbook.Christopher Peplin
2013-07-09Allow objects to be in arbitrary subdirectories.Christopher Peplin
2013-07-09Remove Perl YAML dependency from documentation.Christopher Peplin
2013-07-09Replace Leonardo detection with Caterina detectionSudar
2013-07-09Compile with debugging symbols only when DEBUG=1.Christopher Peplin
2013-07-09Implement ard-parse-boards with shell scripting instead of Perl.Christopher Peplin
2013-07-09Add support for the Digilent chipKIT platformChristopher Peplin
2013-07-03moved reset routines down past where we define CATERINASimon John
2013-07-03Replace Leonardo detection with Caterina detectionSimon John
2013-07-02Move wait-for-reconnection logic inside ard-reset-arduinoSudar
2013-07-01Move binary sketch size verification logic inside makefileSudar
2013-06-29Improve avrdude and avrdude_conf path auto detectionSudar
2013-06-29Add CURRENT_OS macro which has the current osSudar
2013-06-29Print config info about AVR_TOOLS_DIR alwaysSudar
2013-06-25Don't overwrite AVRDUDE_CONF if AVR_TOOLS_DIR is not set.Ralf Doering
2013-06-25Remove tab from empty line.Ralf Doering
2013-06-23Remove redundant checks for ARDUINO_DIRSudar
2013-06-23Auto detect alternate core path from sketchbook folderSudar
2013-06-22Remove "utility" from example makefilesSudar
2013-06-21Add support for reseting "Micro" Arduino.Simon John
2013-06-20Add support for specifying optimization levelSudar
2013-06-20Add $OBJDIR to the list of configuration that gets printedSudar
2013-06-20Release v0.12.00.12.0Sudar
2013-06-20Deprecate "generated_assembly" target in favour of "generate_assembly"Sudar
2013-06-19Fix make generated_assemblyMatthijs Kooijman
2013-06-19Let the .pde and .ino rules also depend on $(COMMON_DEPS)Matthijs Kooijman
2013-06-15Release v0.11.00.11.0Sudar
2013-06-15Add support for compiling plain AVR C filesSudar
2013-06-15Handle cases where certain fuse bits are not presentSudar
2013-06-15Add the ability to configure avrdude optionsSudar
2013-06-15Add a warning when HEX_MAXIMUM_SIZE is not specifiedSudar