A Makefile for compiling / uploading Arduino code

Discussion in 'Arduino IDE' started by jdonavan, Nov 26, 2013.

  1. jdonavan

    jdonavan New Member

    Joined:
    Oct 28, 2013
    Messages:
    34
    Likes Received:
    0
    I forked and modified the arduino-due-makefile project and modified it for the Udoo boards. To use it, drop it in a folder with an ino file and do "make compile" and/or "make upload". You can find it on my github repo at https://github.com/Donavan/udoo-makefile

    This is just a temporary bandaid. I'm going to loop back and try to get the main arduino-makefile to support Udoo soon. Hopefully this weekend.
     
  2. Lifeboat_Jim

    Lifeboat_Jim New Member

    Joined:
    Sep 16, 2013
    Messages:
    399
    Likes Received:
    1
    nice, off to a good start!
     

Share This Page