Open
Conversation
added 7 commits
January 2, 2013 08:25
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.
Conflicts: cmake/ArduinoToolchain.cmake
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.
* addAvrdude: ENH: Removed the need to build the arduino sdk
external project. Tidy.
* fixEmptyExternalProjectCall: BUG: Add correct function call when using local
Owner
|
Hi, sorry for not writing earlier! I really like what you have done. Does this work on all platforms, ie Windows, Linux and MAC? I'm thinking of including this in Arduino-CMake... |
Author
|
It should work on all platforms in theory but it needs testing. I have only tested it on Linux. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello,
Thank you very much for putting this out there. It has been very helpful to me. I have made my own changes, additions and subtractions. I do not expect you to merge since it may not be what some people want but it definitely solve many of my arduino building problems.
Cheers,
/Ricardo