Arduino IDE Gets Update
Written by Kay Ewbank   
Tuesday, 02 August 2016

The Arduino IDE has been updated with an up-to-date bundled toolchain for AVR that includes new features from Atmel, GCC and AVRDUDE, and the new features have been shared with Arduino Create, the new cloud-based IDE. 

 

ard1.6released

The main IDE, Arduino IDE, can be used to write code on a desktop machine then upload it to any Arduino board. It runs on Windows, Mac OS X, and Linux. This software can be used with any Arduino board. The new version, Arduino IDE 1.6.10, is available for download along with AVR core and SAM core. The developers say that:

"The most notable feature of this release is the introduction of an up-to-date bundled toolchain for AVR containing the latest goodies from Atmel, GCC and AVRDUDE devs."

Of those, the AVRDUDE update adds support for a range of microcontrollers and debuggers, simplifying some deployment options. Specifically, the developers say that problems with Gatekeeper on Mac and dependencies on Linux should now be a thing of the past.

The command line builder utility has also been improved. The builder can be used to compile Arduino sketches, and can parse Arduino hardware specifications and produce compiled sketches. An Arduino sketch differs from a standard C program in that it doesn't need a main as this is provided by the Arduino core. The builder tool generates function prototypes and gathers library paths, providing gcc with all the needed -I params.

It has been improved in the new release to overcome problems encountered in earlier releases. According to a blog post from the developers:

"You’ll never have to worry again about encountering weird errors if you need to use C++ advanced libraries."

The improvements have all been shared with the new cloud-based IDE, Arduino Create. As we reported in June, Arduino Create is a new platform that is designed to eventually replace the existing Arduino development platform.

arduinocreatelogo

Other improvements to the new version include better error reporting when an upload fails, and an easier way to include libraries that have many header files.

 

ard1.6released

 

More Information

Arduino Site

Arduino Blog

Arduino Create

Related Articles

Long Awaited New Arduino IDE Released 

Introducing Arduino Create

New Arduino Platform

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter,subscribe to the RSS feed and follow us on, Twitter, FacebookGoogle+ or Linkedin

 

Banner


Generative AI Training For All On Coursera
04/03/2024

Generative AI is on the loose, getting into business and commerce as well as into art, poetry and coding. Already useful, it  will become ever more useful as long as we use it properly. Coursera  [ ... ]



Angular and Wiz To Merge
27/03/2024

Two web development frameworks used at Google are merging. One, Angular is open source and widely known, while the other, Wiz, is an internal web framework developed and used by Google for some o [ ... ]


More News

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Tuesday, 02 August 2016 )