arduino-cmake icon indicating copy to clipboard operation
arduino-cmake copied to clipboard

Arduino SDK 1.5 Support

Open queezythegreat opened this issue 12 years ago • 10 comments

Add support for multi package, multi platform configurations introduced in Arduino SDK 1.5. IE ARM support.

Related Issuses #41, #42, #43

The first major part of getting Arduino 1.5 support has been implemented, registering hardware platforms. The next step is getting hardware package registration. Also 1.5 support must be backwards compatible with previous version of the Arduino SDK, meaning if we detect something pre 1.5, the current functionality should remain.

queezythegreat avatar Nov 11 '12 08:11 queezythegreat

Hi queezythegreat,

Do you plan to finish Arduino 1.5 support ever? I've integrated Arduino CMake as the backend of a new tool I've been developing to make programming microcontrollers easier. http://omniacreator.com/

I can only support AVR Arduino's because Arduino CMake does not support Arduino 1.5 yet.

kwagyeman avatar Oct 11 '14 21:10 kwagyeman

+1

Under OSX, in order to use C++11 Arduino 1.5.x is required (they updated their bundled gcc to 4.8).

photex avatar Nov 20 '14 18:11 photex

+1

tripzero avatar Jan 09 '15 04:01 tripzero

+1 for 1.6.0, just released.

aditanase avatar Feb 13 '15 13:02 aditanase

+1 for 1.6.1

ernestp avatar Mar 20 '15 14:03 ernestp

Since it looks like this feature is never going to get added I'll tackle it - I'll model it after my propeller cmake build system here: https://github.com/omniacreator/propeller-cmake. Since I need the new build system for my Omnia Creator project I'm not going to be designing it exactly like Arduino CMake, however. I should be able to have something done before the end of the month. Here's where the repo will be: https://github.com/omniacreator/arduino-cmake.

If anyone is interested in helping out... let me know (not on this thread, however).

kwagyeman avatar Apr 04 '15 20:04 kwagyeman

+1

raquelalegre avatar May 13 '15 17:05 raquelalegre

+1 for 1.6.x

bachp avatar Sep 10 '15 19:09 bachp

+1 for 1.6.x

OhohLeo avatar Oct 22 '15 12:10 OhohLeo

Hi,

Thanks for Arduino-cmake. I'm a kind of crazy hardcoder (vi and command line are enougth...). Your tool is just the right tool for me.

I'm working on an up to date version, supporting Arduino 1.6. It doesn't manage boards menus (menu.cpu, works with uno) yet.

Diff joined.

Arduino.cmake.patch.txt

Best regards,

Thx8411

thx8411 avatar Feb 21 '16 22:02 thx8411