Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • 7-DAY TOP DOWNLOAD
    #
    Program
    Psiphon 3
    3,038 downloads
    LibreOffice 3.6.6 /
    4.0.3

    1,446 downloads
    Wine 1.4.1 / 1.5.30
    1,232 downloads
    BackTrack 5 R3
    1,035 downloads
    Red Hat Linux 9
    945 downloads
    Adobe Flash Player
    for Linux
    11.2.202.258

    939 downloads
    Linux Mint 14.1 / 15
    RC

    756 downloads
    Red Hat Enterprise
    Linux 6.4

    711 downloads
    Ubuntu 12.10
    699 downloads
    VLC 2.0.6
    698 downloads
    MOST POPULAR DISTROS
    #
    Distribution
    PCLinuxOS 2013.04
    User rating: 4.8/5
    Votes: 367
    OpenMandriva
    20130513

    User rating: 4.4/5
    Votes: 621
    Ubuntu 9.10
    User rating: 4.4/5
    Votes: 266
    Clonezilla LiveCD
    2.1.1-25 / 2.1.2-3

    User rating: 4.3/5
    Votes: 255
    BackTrack 5 R3
    User rating: 4.3/5
    Votes: 565
    Fedora 18
    User rating: 4.3/5
    Votes: 610
    openSUSE Linux 12.3
    / 13.1 Milestone 1

    User rating: 4.2/5
    Votes: 467
    Ubuntu 12.04.2 LTS
    User rating: 4.2/5
    Votes: 664
    Ubuntu 10.04.4 LTS
    User rating: 4.0/5
    Votes: 281
    Linux Mint 14.1 / 15
    RC

    User rating: 4.0/5
    Votes: 353
    Home > Linux > Text Editing&Processing > IDEs > Arduino > Changelog

    Arduino 1.0.3 - Changelog


    What's new in Arduino 1.0.3:

    December 17th, 2012

    Hardware:

    · Added support for the Arduino Esplora

    Environment:

    · Signed application for MacOSX 10.8

    Core:

    · Fixed power-up-starts-bootloader in Leonardo (and derivative) bootloaders. (Kristian Lauszus) (https://github.com/arduino/Arduino/pull/118)
    · Fixed digital_pin_to_timer_PGM array in Leonardo variant.
    · Published updated Wifi firmware
    · Updated source code for atmega8 bootloader

    Libraries:

    · Added 600 baud support in SoftwareSerial (Sébastien Jean) (http://github.com/arduino/Arduino/issues/1146)



    What's new in Arduino 1.0.2:

    December 17th, 2012

    Hardware:
    · Added support for the Arduino Micro.
    · Added support for the LilyPad Arduino USB.
    · For Arduino Mega, having avrdude use "wiring" not "stk500v2" for uploads (to improve auto-reset behavior). http://code.google.com/p/arduino/issues/detail?id=806

    Environment:
    · Find-In-Reference now works whether or not text is selected. http://code.google.com/p/arduino/issues/detail?id=940
    · Not generating prototypes for functions that already have them. (Lars J. Nielsen). http://code.google.com/p/arduino/issues/detail?id=973
    · Improved line numbers for error messages. (Paul Stoffregen) http://code.google.com/p/arduino/issues/detail?id=907
    · Automatically create libraries folder in the sketchbook. (Paul Stoffregen) http://code.google.com/p/arduino/issues/detail?id=986
    · Tutorial on installing libraries (linked from readme.txt in the libraries folder). (Limor Fried)
    · Fix to allow selection of Norwegian. (Rune Fauske)
    · Fix to race condition / occasional error in compilation. (gandrewstone) http://code.google.com/p/arduino/issues/detail?id=950
    · Don't break long C++ comments during auto-format. http://code.google.com/p/arduino/issues/detail?id=255

    Core / libraries:
    · Included WiFi library and wifi shield firmware.
    · Added ability to specify serial configuration (data bits, stop bits and parity check) in Serial.begin(). (Alarus) http://code.google.com/p/arduino/issues/detail?id=770
    · Avoided overruns of the incoming serial (CDC) buffer on the Leonardo. (Peter Van Hoyweghen)
    · Avoided auto-reset of the Leonardo when opening serial port after upload without specifying a baud rate. (Peter Van Hoyweghen)
    · Fix for tone() on the Leonardo. (Shigeru Kanemoto) http://code.google.com/p/arduino/issues/detail?id=960
    · Fix for SD library on Leonardo. http://code.google.com/p/arduino/issues/detail?id=931
    · Added other write functions on Leonardo. http://code.google.com/p/arduino/issues/detail?id=958
    · Added support for Leonardo interrupts 2 and 3. (Kristian Lauszus)
    · Print ovf, inf, or nan accordingly in Serial.print(). (Nick Gammon) http://code.google.com/p/arduino/issues/detail?id=946 http://code.google.com/p/arduino/issues/detail?id=961 http://code.google.com/p/arduino/issues/detail?id=967
    · Fix initialization of SPI data lines. (gandrewstone) http://code.google.com/p/arduino/issues/detail?id=888
    · Serial.flush() waits for last byte to transmit. (michele.mazzucchi) http://code.google.com/p/arduino/issues/detail?id=871
    · Adding overloads so Serial.write(0) works. http://code.google.com/p/arduino/issues/detail?id=1006

    Build:
    · Fix Linux arduino script when there are spaces in directory name.
    · Pass Linux command line arguments from arduino script through to the Java code. (Allows specifying sketch to open on command line.)

    Examples:
    · Included examples for the starter kit.



    What's new in Arduino 1.0.1:

    June 1st, 2012

    · Environment:
    · The IDE has been internationalized and translated into multiple languages. Thanks to Shigeru Kanemoto for the internationalization and Japanese translation and many others for the other translations. For more information, see: http://arduino.cc/playground/Main/LanguagesIDE
    · Added preference for selecting the language in which to display the Arduino software. Defaults to the operating system locale.
    · New upload process for the Arduino Leonardo (ATmega32U4).
    · The editor font size preference now applies to the serial monitor and error / message console as well as the editor. (Paul Stoffregen) http://code.google.com/p/arduino/issues/detail?id=550
    · Compilation has been speeded up by only compiling changed files. (All files are recompiled when a new board is selected.) (Paul Stoffregen) http://code.google.com/p/arduino/issues/detail?id=638
    · Console log files (stdout.txt and stderr.txt) are now removed when the Arduino software exits. (Paul Stoffregen)
    · The minimum size for the Arduino software window has been reduced. http://code.google.com/p/arduino/issues/detail?id=52
    · Improvements to the Find / Replace dialog. (Peter Lewis) http://code.google.com/p/arduino/issues/detail?id=825
    · Support for selecting words (on double-click) and lines (triple-click) in the Arduino software. (Peter Lewis) http://code.google.com/p/arduino/issues/detail?id=824
    · Don't insert newline when using serial monitor keyboard shortcut. (Lars J. Nielsen) http://code.google.com/p/arduino/issues/detail?id=279
    · Added a preference for disabling verification on upload (for increased speed). (Nathan Seidle) http://code.google.com/p/arduino/issues/detail?id=842
    · Added the gcc toolchain to the Linux distribution. (To use the toolchain already installed on your system, simply delete the one that comes with the Arduino software.) (Paul Stoffregen) http://code.google.com/p/arduino/issues/detail?id=300
    · Updating Arduino Mini upload protocol to 'arduino' from 'stk500' (should fix problems with auto-reset not working).

    Core / libraries:
    · Updated (and official) support for the Arduino Leonardo (ATmega32U4). Includes new bootloader and various fixes to the core.
    · Adding overloads to Wire.write() (for Wire.write(0)). (Paul Stoffregen) http://code.google.com/p/arduino/issues/detail?id=527
    · Fixing delayMicroseconds() for 20 MHz clocks (Erdem U. Altinyurt) http://code.google.com/p/arduino/issues/detail?id=306
    · Support third external interrupt on ATmega1284P. (maniacbug) http://code.google.com/p/arduino/issues/detail?id=728
    · Update reference voltage constants for ATmega1284P. (maniacbug) http://code.google.com/p/arduino/issues/detail?id=728
    · Adding --relax linker flag for ATmega2560. (arducopter) http://code.google.com/p/arduino/issues/detail?id=729
    · Fixing Ethernet library bug on avr-gcc 4.5.1 (SurferTim) http://code.google.com/p/arduino/issues/detail?id=605
    · Fixed DHCP hostname generation. (peter)
    · Simplifying microseconds to clock cycles conversions (Rob Tillaart) http://code.google.com/p/arduino/issues/detail?id=675
    · Fixed various warnings. (maniacbug) http://code.google.com/p/arduino/issues/detail?id=688
    · Fixed bug w/ repeated initial characters in findUntil(). (Jeffery.zksun) http://code.google.com/p/arduino/issues/detail?id=768
    · Added INPUT_PULLUP option for pinMode(). The INPUT mode now explicitly disables the pullup resistors. (Paul Stoffregen) http://code.google.com/p/arduino/issues/detail?id=246
    · Fixing bug in the receiving of multiple UDP packets. (dylan and peter) http://code.google.com/p/arduino/issues/detail?id=669
    · Added ability to generate repeated starts in the Wire library (in master mode). Extra boolean parameters to endTransmission() and requestFrom() control whether or not to send a stop (or a repeated start instead). (Todd Krein) http://code.google.com/p/arduino/issues/detail?id=663
    · Added Ethernet.maintain() to renew DHCP leases. (Peter Magnusson) http://code.google.com/p/arduino/issues/detail?id=716
    · Fix for CLOSE_WAIT bug that could cause Ethernet sketches to crash over time. (mr-russ and Johann Richard)
    · Fix to servo pulse timing calculation. (jwatte) http://code.google.com/p/arduino/issues/detail?id=908
    · Added readString() and readStringUntil() functions. (Adrian McEwen) http://code.google.com/p/arduino/issues/detail?id=454

    Examples:
    · Updated to latest ArduinoISP sketch. (rsbohn) http://code.google.com/p/arduino/issues/detail?id=378
    · Fixed ArduinoISP sketch by lowering delay() in heartbeat.
    · Other updates.




    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM