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


Running PostgreSQL Inside Your Browser With PGLite
18/03/2024

Thanks to WebAssembly we can now enjoy PostgreSQL inside the browser so that we can build reactive, realtime, local-first apps directly on Postgres. PGLite is about to make this even easier.



Google Releases Gemma Open Models
28/02/2024

Google has released a set of lightweight open models that have been built from the same research and technology used to create Google's recent Gemini models.


More News

 

raspberry pi books

 

Comments




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

Last Updated ( Tuesday, 02 August 2016 )