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


Google Introduces Gemini CLI Open-Source Agent
08/07/2025

Google is introducing Gemini CLI, an open-source AI agent that offers lightweight access to Gemini, Google's conversational chatbot that is based on Google's multimodal large language model  [ ... ]



AWS Generative AI Professional Certificate On Coursera
20/06/2025

Generative AI is having an revolutionary impact across the board. Some jobs will be lost but more will be created and to get in on the ground floor now is the time to gain a credentials to show employ [ ... ]


More News

 

pico book

 

Comments




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

Last Updated ( Tuesday, 02 August 2016 )