Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arduino-cmake Super Build #74

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Jan 2, 2013

  1. Add superbuild files to build external libraries.

    Ricardo Ortiz committed Jan 2, 2013
    Configuration menu
    Copy the full SHA
    9a92217 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2013

  1. ENH: This SuperBuild fetches avr-binutils, avr-gcc and

    avr-libc as well as the Arduino SDK.  It then builds
    each dependency and create teh exampes firmware.
    
    ENH: Patch binutils size.c and patch the patch.
    
    The latest arduino-cmake uses the flags -C and --mcu which are not
    part of the binutils official releases.  A pathc was released by
    Atmel but it hasnt reached upstream.
    Ricardo Ortiz committed Sep 20, 2013
    Configuration menu
    Copy the full SHA
    d779827 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'superbuild'

    Conflicts:
    	cmake/ArduinoToolchain.cmake
    Ricardo Ortiz committed Sep 20, 2013
    Configuration menu
    Copy the full SHA
    13d20fb View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2013

  1. ENH: Removed the need to build the arduino sdk

    The ARDUINO_SDK external project will copy the
    necesary directories needed to compile/link the sketches
    to the arduino libraries.  Added AVRDUDE external project.
    And a few fixes so that Arduino.cmake can find the arduino sdk.
    Ricardo Ortiz committed Sep 25, 2013
    Configuration menu
    Copy the full SHA
    a3d9ee5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'addAvrdude'

    * addAvrdude:
      ENH: Removed the need to build the arduino sdk
    Ricardo Ortiz committed Sep 25, 2013
    Configuration menu
    Copy the full SHA
    960ecad View commit details
    Browse the repository at this point in the history
  3. BUG: Add correct function call when using local

    external project. Tidy.
    Ricardo Ortiz committed Sep 25, 2013
    Configuration menu
    Copy the full SHA
    34b37b4 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'fixEmptyExternalProjectCall'

    * fixEmptyExternalProjectCall:
      BUG: Add correct function call when using local
    Ricardo Ortiz committed Sep 25, 2013
    Configuration menu
    Copy the full SHA
    35103bf View commit details
    Browse the repository at this point in the history