Tag Archives: arduino-makefile

Arduino Makefile v1.3.4 released

After about two months of active development, I am happy to announce the availability of v1.3.4 of Arduino Makefile. New Features The following are some of the new features in this release Added support for compiling assembler code List board name as well as tag in make show_boards Support for Emacs Flymake Support for building […]

Arduino Makefile updates

It’s been a while since I announced the release of v1.1.0 of Arduino Makefile. After that we have made 5 releases and have added lot of cool new features and the current version of the project is 1.3.3. In this post, I will try to mention most of the new features and bug fixes that […]

Arduino Makefile v1.1.0 released

After a couple of months of development, I am proud to annouce v1.1.0 of Arduino Makefile. New Features The following are some of the new features in this release Support for ChipKIT 2013 Ability to set fuses without burning a bootloader Ability to specify OPTIMIZATION_FLAGS based on target Support for usbtiny and usbasp In addition […]

Arduino Makefile hits v1.0.0

After several months of development, I am proud to announce v1.0.0 of Arduino Makefile. What is Arduino Makefile? It is a set of makefiles for Arduino, that allows you to compile and flash code into Arduinos and also communicate with it through Serial all using the makefile, without opening up the Arduino IDE. This is […]