- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 3 months ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 3 months ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 5 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 7 months ago
- Building a 3D Digital Clock with ArduinoPosted 12 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 1 year ago
- Snowflake with ArduinoPosted 1 year ago
- Holographic Christmas TreePosted 1 year ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 1 year ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 1 year ago
Arduino IDE 1.6 is released after two years waiting! Download it now!
After almost two years of development, Arduino released its IDE 1.6. A lot of changes have been made thanks to the huge work of developers and, above all, thanks to the support of makers and passionate community that reported all the issues and, often, helped finding solutions.
Among all the big changes that you can find listed below, a big relevance has been given to small adjustments that make every maker’s life easier, like the “line numbering”, the “add library option”, some improvement on “error messages” and the auto-recognition of Arduino board type connected!
“We are glad to say that 1.6.0 includes a lot of new features. Here is a not so brief list of them:
- Support for multiple platforms
- Boards are detected and listed on “ports list” menu together with the serial port
- Drivers and IDE are now signed for Windows and MacOSX
- Improved speed of build process
- Autosave when compiling/uploading sketch
- A lot of improvements of the serial monitor (faster, backed by modern JSSC serial library instead of old RXTX)
- Find/replace over multiple tabs
- Improved lots of Arduino API libraries (String, Serial, Print, etc.)
- Tools & toolchains upgrades (avr-gcc, arm-gcc, avrdude, bossac)
- Command line interface
- IDE reports both sketch size and static RAM usage
- Editor shows line numbers
- Scrollable menus when many entries are listed
- Upload via network (Yún)
- HardwareSerial has been improved
- USB has got some stability and performance improvements
- SPI library now supports “transactions” for better interoperability when using multiple SPI devices at the same time
- Better support to 3rd party hardware vendors with configuration files (platform.txt and boards.txt)
- Submenus with board configuration can now be defined
- Fix for upload problems on Leonardo, Micro and Yún.
- Libraries bundled with Arduino have been improved and bugfixed, in particular: Bridge, TFT, Ethernet, Robot_Control, SoftwareSerial, GSM
- A lot of minor bugs of the user interface have been fixed”
via Arduino Blog » Blog Archive » Arduino IDE 1.6 is released!
You can download it from the new download section.