Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:cabelo:innovators
Arduino
Arduino.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Arduino.changes of Package Arduino
------------------------------------------------------------------- Tue Jan 30 12:37:56 UTC 2024 - Stefan Seyfried <seife+obs@b1-systems.com> - try to fix java version dependency to avoid runtime errors ------------------------------------------------------------------- Tue Jun 13 05:09:47 UTC 2023 - Stefan Seyfried <seife+obs@b1-systems.com> - add Conflicts for cross-avr-gcc-bootstrap packages to do not let them provide avr-gcc ------------------------------------------------------------------- Tue Jun 6 18:06:23 UTC 2023 - Stefan Seyfried <seife+obs@b1-systems.com> - newer libastyle3 has libastylej.so.3 instead of libastylej.so - require /usr/bin/avr-gcc instead of fixed version cross-avr-gcc11 ------------------------------------------------------------------- Wed Nov 23 10:58:48 UTC 2022 - Stefan Seyfried <seife+obs@b1-systems.com> - drop openjfx BuildRequires (seems unused and no longer available) ------------------------------------------------------------------- Sat Jun 4 13:11:57 UTC 2022 - Stefan Seyfried <seife+obs@b1-systems.com> - fix ExclusiveArch line to allow 32bit build (untested) ------------------------------------------------------------------- Sat Jun 4 12:48:06 UTC 2022 - Stefan Seyfried <seife+obs@b1-systems.com> - use default java version (same as the dependencies like jssc are compiled with) - fix path to jssc.jar for build ------------------------------------------------------------------- Tue Jan 11 18:45:52 UTC 2022 - Klaus Kämpf <kkaempf@suse.com> - update GCC to 11 - drop arduino-builder.sh workaround, handle it properly in %postun - Update to 1.8.19 IDE * Removed log4j from IDE. Fix CVE-2021-45105, CVE-2021-45046 - Update to 1.8.18 IDE * Upgrade log4j to 2.16.0 - Extra hardening for CVE-2021-44228 - Update to 1.8.17 IDE * Upgrade log4j to 2.15.0 - CVE-2021-44228 (thanks @rhowe) - Update to 1.8.16 IDE * Removed the very outdated off-line documentation. * Do not crash if a malformed boards index URL is entered in preferences. * Fixed font-resizing problem with multiple tabs open. * Updated FTDI drivers to version 2.12.36.4 Wifi Firmware * Added latest firmwares (up to version 1.4.8) for NINA-based boards ------------------------------------------------------------------- Mon Aug 9 13:34:13 UTC 2021 - Klaus Kämpf <kkaempf@suse.com> - Update to 1.8.15 HOTFIX: * Fixed regression in library discovery (failing to compile bundled libs, like SD or Ethernet, on some platforms) - Update to 1.8.14 IDE * Fix status bar custom board preferences disappearing (thanks @magedrifaat) * Boards Manager bugfix: sometimes the "Install" button appeared instead of "Update" after entering a search term. * Libraries/Boards Manager: the Type and Category filters are kept after install/uninstall. * Added 'deprecated' label support in Boards Manager, platforms marked as deprecated are shown at the bottom of the list. * Serial Plotter: line endings dropdown menu now comply with the global preference settings. (thanks @sceniclife) * Libraries Manager: Maintainer is displayed instead of the Author. * Firmware Updater: Added new firmwares and support for Nano RP2040 Connect. * Boards Manager: cached 3rd party package_index.json are no more deleted if the origin URL is removed from preferences, this allows other tools (like arduino-cli), that may have different URLs configuration, to work properly. * The board configuration submenus are now scrollable. * New shortcut: Shift+click on Serial Monitor button will open the Serial Plotter. (thanks @n-elia) * Fixed NPE if no board is selected. (thanks @matthijskooijman) ------------------------------------------------------------------- Sun Feb 28 10:57:24 UTC 2021 - Mustafa Çalışkan <musfay@protonmail.com> - disable creating hardware package - bump gcc version to 10 - drop requires for arduino-hardware - add requires for arduino-core ------------------------------------------------------------------- Sun Dec 20 15:24:39 UTC 2020 - Klaus Kämpf <kkaempf@suse.com> - set tools.ctags.path in platform.local.txt to prevent problems in esp32 toolchain. https://github.com/arduino/arduino-builder/issues/186#issuecomment-720684284 ------------------------------------------------------------------- Fri Dec 4 14:37:09 UTC 2020 - Stefan Seyfried <seife+obs@b1-systems.com> - unset compiler.path in platform.local.txt to just use binaries from $PATH (the whole runtime.tools.avr-gcc.path thing does not seem to work) - replace arduino-builder symlink with a wrapper script. For whatever reason, the symlink is lost if updating the package after a rebuild. (You need to update the package twice, because the old %preun script will remove the new wrapper... :-() ------------------------------------------------------------------- Thu Aug 13 15:04:56 UTC 2020 - Klaus Kämpf <kkaempf@suse.com> - Update to 1.8.13 [ide] * Fixed crash on MacOSX >=10.15 with multiple monitor setups. * The boards in the boards list in the "Tools" menu are now grouped by platform. This should make the selection easier when there are lots of boards loaded in the IDE. (thanks @matthijskooijman) * Fixed save of proxy username/password settings in "manual proxy" section. * In "Tools / Programmers" menu only shows programmers related to the currently selected board. (thanks @matthijskooijman) * Fixed: sketch window out-of-display if the IDE is restarted after removing an external monitor. * Allow baudrate/config change when the Serial Monitor/Plotter is disabled. (thanks @matthijskooijman) * Updated jmdns to 3.5.5. Should improve network board detection. * Optimized libraries scanning during startup. (thanks @ricardojlrufino) * Better vertical centering of file names in tabs. (thanks @ricardojlrufino) * Better console rendering of progress bar during upload. (thanks @matthijskooijman) * Fixed invalid http "Accept" header. [arduino-builder] * Updated arduino-builder to 1.5.4 * FIX REGRESSION: Fixed precompiled libraries containing "wrapper" code that has to be compiled together with the precompiled part. * Removed automatic '--relax' for compiles on Atmega2560 MCU * Fixed skethbook+bootloader hex merger when the bootloader is in .bin format. * Fixed relative path errors when traversing different partitions (in particular on macosx for larger sketches) * Added #define variable during lib discovery phase * Improved progress report from compile [core] * Updated AVR core to 1.8.3: * Wire class now supports timeout * Upgraded avr-gcc to 7.3.0-atmel3.6.1-arduino7 ------------------------------------------------------------------- Sat Mar 7 15:18:53 UTC 2020 - Klaus Kämpf <kkaempf@suse.com> - move from /usr/share to /usr/{lib,lib64} - drop 'noarch', internal symlinks actually make it arch-dependent. (bsc#1095268) ------------------------------------------------------------------- Tue Mar 3 08:39:37 UTC 2020 - Klaus Kämpf <kkaempf@suse.com> - Update to 1.8.12 [ide] * Improved visualization of compiler errors (@matthijskooijman) * Fixed: "Comparison method violates its original contract" error in library manager * Serial monitor is no more cleared during upload, so it can be copy/pasted (@PaulStoffregen) [arduino-builder] * FIX REGRESSION: library priority selection for bundled libraries (like SD or Ethernet) * FIX REGRESSION: use AVR core installed via Board Manager (when present) instead of the one bundled in the IDE * Improved precompiled libraries handling * FIX: paths with spaces are now correctly printed in compiler output - Update to 1.8.11 [ide] * FIX: Serial plotter do not hang if empty lines are received * A lot of accessibility improvements in Libs and Board managers GUI for screen readers (thanks @joew46167) * Sligtly improved support for themes in Libs and Board managers (thanks @matthijskooijman) * Serial plotter: added serial input text field (thanks @cactorium) * MacOSX: support for notarization (thanks @PaulStoffregen for the support) * Fix wrong bracket match rectangle on auto format (thanks @magedrifaat) * Pluggable discoveries: runtime.platform.path and runtime.hardware.path are now available as variables (thanks @PaulStoffregen) [arduino-builder] * FIX: missed library-detection cache (forcing lib detection on each build) * FIX: Windows: the build folder may reside on a different partition * FIX: Segfault in arduino-builder with -dump-prefs if no sketch is specified * FIX: Allow loading of global user-define platform.txt * FIX: Fixed nil pointer exception on some rare case with multiple libs * FIX: Print "multiple libraries found for header.h" message only when it really happens * FIX: Fixed library priorities on some rare circumstances [hardware] * updated AVR core to 1.8.2 [wifi-updater] * updated to 0.10.10 ------------------------------------------------------------------- Fri Feb 7 10:04:43 UTC 2020 - Klaus Kämpf <kkaempf@suse.com> - add Arduino.desktop file to rpm ------------------------------------------------------------------- Tue Sep 24 10:41:58 UTC 2019 - Klaus Kämpf <kkaempf@suse.com> - Update to 1.8.10 [ide] * Live font resize now applies to console and serial monitor too @Pieter12345 * Make it easier to build the IDE from sources on Windows @Pieter12345 * Smaller Preference window, suitable for supersmall screens * Cache downloaded json and only retrieve them when changed @mattiabertorello * Suspend serial monitor if the board gets disconnected abruptly * Libraries can now declare dependencies that will be proposed during lib installation * SerialPlotter: allow adding labels @chromhelm * Support tar.xz archives for Board Manager @vowstar * SerialMonitor: add command history (via arrow keys) @Pieter12345 * Accessibility: add checkbox to enable accessibility in Preferences @joew46167 This mode enables a plethora of improvements on voiceover and keyboard navigation. eg. links become accessible buttons, lists are scrollable via arrow keys without much pain [wifi-updater] * Add latest NINA firmware [hardware] * Bundle new avr toolchain (fixes lto issue with 5.4.0 and 64bit compatibility with upcoming macOS Catalina) [arduino-buidler] * update to 1.4.7 (based on the new arduino-cli) ------------------------------------------------------------------- Mon May 20 06:47:43 UTC 2019 - Klaus Kämpf <kkaempf@suse.com> - Update to 1.8.9 [ide] * New target! ARM64 boards are now fully supported (Nvidia Jetson and RaspberryPi3 with 64bit operating system) * Fix UTF8 related bugs on Windows * Fixed: can now compile again using OpenJDK (removed dependency on JavaFx) * Fixed: only use touchBar on OSX 10.12 or higher * PluggableDiscovery: easily add your own discoverer and make it available in Boards/Port menu (thanks @PaulStoffregen for the idea and the initial implementation) * LibManager: reduce slowdown when searching * Fixed: ensure a sketch line is visible when it contains an error and must be highlighted * Linux: the installer now tries to install a symlink is /usr/local/bin (this doesn't affect usual non-systemwide installation) Thanks @2E0PGS [wifi-updater] * Fix firmware upgrade not being available for 3rd party WINC boards [arduino-builder] * Use lexicographic distance as last chance to spot the right library (if every other tecnique failed) * Fix some prototypes being inserted in the middle of a function ------------------------------------------------------------------- Tue Mar 5 16:41:20 UTC 2019 - Klaus Kämpf <kkaempf@suse.com> - use correct platform.keys.rewrite.txt file ------------------------------------------------------------------- Mon Dec 17 12:06:21 UTC 2018 - Klaus Kämpf <kkaempf@suse.com> - Update to 1.8.8 IDE Fixed: command line parsing of version parameters when installing cores/libraries Platform indexes are now downloaded using https Fixed: on some newer linux distrubitions, NPE when loading GTK look-and-feel without libgtk2 installed MacOSX: added touch bar support MacOSX: do not exit app after closing last window Fixed: serial monitor timestamps not always printed. Thanks @nitram509 Kill active programmer if still alive after closing last IDE window Fixed: "Export compiled binary" now works also with unsaved sketches Improved automatic port re-selection after upload Added scroller to "INCOMPATIBLE" examples menu Wifi Firmware Added firmware upgrade for NINA-based boards ------------------------------------------------------------------- Sun Sep 23 09:24:10 UTC 2018 - Klaus Kämpf <kkaempf@suse.com> - Update to 1.8.7 IDE Fixed: IDE doesn't start if library_index.json is corruped. Fixed: IDE doesn't start if a library with invalid version is found. Fixed: Rare build errors in very complex sketches (like Marlin firmware). Fixed: Better dialog explaining that MacOSX 10.8 is now required. Thanks @PaulStoffregen Fixed: Slow "File" and "Tools" menus in MacOSX Fixed: Weird Board Manager behaviour if AVR core is downgraded to a version earlier than 1.6.22 Improved first-use usability if the user don't select the serial port. Thanks @PaulStoffregen Custom "Tools" menu now keeps the order as defined in boards.txt. Core AVR: Fixed EEPROM warnings. Thanks @bxparks AVR: Treat "narrowing conversion" as warning, not error. This will make some libraries to compile again. Thanks @PaulStoffregen ------------------------------------------------------------------- Fri Aug 24 07:12:00 UTC 2018 - kkaempf@suse.com - Update to 1.8.6 IDE Updated arduino-builder to 1.4.0: parallel build (improve compile speed) better reuse of already compiled files Windows: fixed build for sketch stored under OneDrive cloud folders Added translations for library types. Thanks @ReAlUA Added scroller in programmers menu. Added "accelerator" in scrollable menu, press "a" key while scrolling Keep "Board Manager" menu item always as first in the menu "Manage Libraries" is now also in the "Tools" menu. Thanks @feikname Compiler errors now have both column and line Serial monitor how has "Show Timestamp" option. Thanks @MichalSy Improved DPI detection for hi-resolution montior on Linux Added copy/paste contextual menu in Find/Replace text fields Fixed long IDE startup time when some virtual/not-connected network interfaces are present Fixed inconsistent line-endings when saving files on Windows mdns: Make board disappear via TTL instead of reachability. Thanks @kurtgo Library Manager: display install/remove buttons with mouse on-hover instead of mouse click Board Manager: fixed some rare case with corrupted index download Windows: removed some debug output when running the IDE from command line Support selectable user-defined themes. User's theme are zip files inside the sketchbook "theme" folder Library Manager: library search now search also for headers (.h) declared by the library in library.properties Added "--version" to the CLI. Thanks @yohsuke Fixed Serial Plotter/Monitor permanently disabled if Plotter fails to open Fixed window title that sometimes is not updated on "Save as...". Thanks @JxJxJxMxNxS Fixed keybindings for Increase/Decrease font size Improved accessibility in the Preferences dialog. Thanks @coreyknapp Core AVR: Set Optiboot as default bootloader for Nano. This is the bootloader installed on new Arduino Nano boards. If you have a Nano with the old bootloader you must select Tools > Processor > ATmega328P (Old Bootloader) to upload. AVR core has been moved to its own repository: https://github.com/arduino/ArduinoCore-avr Updated toolchain to gcc 5.4.0 WiFi101 Firmware SECURITY FIX: Released fix for WPA2 KRACK vulnerability (latest WINC1500 firmware 19.5.2). - dropped 0005-use-installed-avr-ar.patch 0008-dont-use-lto.patch - renames 0006-drop-avr-toolchain-bundle.patch to 0003-drop-avr-toolchain-bundle.patch 0009-cross-arch-build-xml.patch to 0004-cross-arch-build-xml.patch 0010-Use-installed-arduino-builder.patch to 0005-Use-installed-arduino-builder.patch 0011-Use-installed-liblistSerialsj.patch to 0006-Use-installed-liblistSerialsj.patch 0012-Fix-arch-bits-as-lib-suffix-for-x86.patch to 0007-Fix-arch-bits-as-lib-suffix-for-x86.patch ------------------------------------------------------------------- Tue May 29 08:51:44 UTC 2018 - kkaempf@suse.com - mkdir /usr/share/arduino/hardware/tools/avr (bsc#1072010) ------------------------------------------------------------------- Tue May 29 07:29:13 UTC 2018 - kkaempf@suse.com - udpate library_index and package_index ------------------------------------------------------------------- Tue May 29 05:28:37 UTC 2018 - kkaempf@suse.com - adapt to /usr/avr path - drop 0003-adapt-gcc-path.patch, 0004-Use-installed-arduinoOTA.patch, 0007-use-installed-avrdude.patch ------------------------------------------------------------------- Mon May 28 13:01:01 UTC 2018 - kkaempf@suse.com - require cross-avr-binutils and cross-avr-gcc7 ------------------------------------------------------------------- Sun May 6 20:20:33 UTC 2018 - seife+obs@b1-systems.com - add hack to handle minor version updates of libastylej gracefully - adapt 0001-use-installed-libastylej.patch for this hack ------------------------------------------------------------------- Sat Dec 9 09:27:16 UTC 2017 - kkaempf@suse.com - don't buildrequire arduino-builder to prevent a buildrequire-loop - symlink arduino-builder in %post instead - reduce runtime requires, get them via arduino-builder ------------------------------------------------------------------- Thu Dec 7 08:22:31 UTC 2017 - kkaempf@suse.com - split off arduino-hardware to share with arduino-builder package ------------------------------------------------------------------- Sat Nov 11 15:32:33 UTC 2017 - kkaempf@suse.com - Update to 1.8.5 * IDE - Added workaround for menu visibility bug in MacOSX 10.13 beta. Thanks @puybaret - Fixed bug for negative-font-size. - New/Rename tabs now allows names starting with a number. - Update to 1.8.4 - IDE Toolbar can now go full width on 4K display. - Environment variable LIBRARY_INDEX_URL is now correctly parsed (LIBRARY_INDEX_URL_GZ can also be optinally specified). Thanks @xardael - Added per-board generic option in config file boards.txt for disabling control of dtr+rts. Thanks @d-a-v - CLI: fixed missing "runtime.platform.path" when running without the --board option - Linux: fixed desktop icon not launching the IDE in certain Window Managers (thanks @herrold) - Allow setting low values for console size (correctly applies console.lines=x in preferences.txt) - Make Preference window fit 600px height displays - Fix error when renaming an unsaved, newly added file. Thanks @matthijskooijman - Added the ability to increase/decrease font size via keyboard + mouse shortcuts (Ctrl + MouseWheel) - Sketch names starting with a digit are now allowed - Serial monitor is opened on a default position if the multi-monitor setup change (this should fix cases when the serial monitor is opened outside of the visibile space) * Libraries - Fixed wrong folder name for "Adafruit Circuit Playground" library, now it can be updated cleanly. - Fixed wrong include for "RobotIRRemote", now it should not interfere anymore with the real IRRemote. ------------------------------------------------------------------- Mon Aug 7 16:42:36 UTC 2017 - kkaempf@suse.com - Update to 1.8.3 See https://github.com/arduino/Arduino/releases Dropped patches - 0004-libastylej-is-in-usr-lib.patch - 0010-do-not-unpack-arduino-builder.patch New patches: - 0004-Use-installed-arduinoOTA.patch - 0010-Use-installed-arduino-builder.patch - 0011-Use-installed-liblistSerialsj.patch Renamed patches - 0009-cross-arch-build.xlm.patch to 0009-cross-arch-build-xml.patch ------------------------------------------------------------------- Mon Feb 27 14:28:58 UTC 2017 - msuchanek@suse.com - Add /usr/share/arduino dir to make locating Arduino headers easier - fix version property in build ------------------------------------------------------------------- Sun Feb 26 17:43:52 UTC 2017 - msuchanek@suse.com - Put all arch-specific binaries in separate packages * installable on non-x86 ------------------------------------------------------------------- Wed Feb 15 13:39:03 UTC 2017 - msuchanek@suse.com - Build on all archs. ------------------------------------------------------------------- Fri Feb 3 08:05:09 UTC 2017 - F.Schuette@t-online.de - add patch to not use lto because it breaks compilation on 13.2,42.2 at least ------------------------------------------------------------------- Mon Jan 9 12:15:45 UTC 2017 - kkaempf@suse.com - Update to 1.6.13 [ide] * Linux: running in command line mode doesn't require an X11 display anymore * "Save as" now clears the "modified" status * builder: Paths with strange UTF8 chars are now correctly handled * builder: .hpp and .hh file extensions are now considered valid sketch extension * builder: core.a is not rebuild if not needed (improve build time in particular for big projects) * Fixed swapped actions "Copy for Forum" and "Copy as HTML" * Linux/osx: If an editor tab is a symbolic link it is no more replaced with a real file when saving (see #5478) * Increased the upload timeout to 5 minutes (it was 2 min, but it may be not sufficient when uploading via UART a big sketch) [core] * Added Arduino.org boards * Added Adafruit Circuit Playground board * Added "-g" option to linker to keep debug information in the .elf file (see #5539) * avrdude: Added fake configuration for EFUSE on atmega8 part. This solves a long standing issue with "Burn bootloader". Thanks @rigelinorion, @awatterott ------------------------------------------------------------------- Fri Oct 21 19:21:26 UTC 2016 - F.Schuette@t-online.de - add patch 0007: use installed avrdude ------------------------------------------------------------------- Fri Oct 21 17:51:28 UTC 2016 - F.Schuette@t-online.de - fix arduino-builder link ------------------------------------------------------------------- Fri Oct 21 07:25:29 UTC 2016 - kkaempf@suse.com - Update to 1.6.12 [ide] * Refactor Editor code, solving some long standing bugs and cleaning up everything. Thanks @matthijskooijman * Add initial Cloud API integration. When plugging a new board, if an additional core is needed, the user will be prompted to install it * Improved examples menu organization. Thanks @PaulStoffregen * Recompiled arduino-builder with Go 1.7.1 to avoid crash on OSX Sierra [core] * avr: Add support for internal 2.56V and 2.56V ext. cap analog references on the ATtiny25/45/85. Thanks @mischnic * Added String::toDouble(). Thanks @Ivan-Perez * Update to avrdude 6.3 with patch to ignore unused fuses (burn bootloader works also wih outdated cores) ------------------------------------------------------------------- Mon Oct 3 11:45:48 UTC 2016 - F.Schuette@t-online.de - fix building for i586 systems ------------------------------------------------------------------- Tue Sep 13 17:36:24 UTC 2016 - kkaempf@suse.com - Update to 1.6.11 [ide] * Fixed a serious bug that prevented some 3rd party boards, installed through external index.json URL, to work correctly. * Fixed a bug in boards manager that, in some rare circumstances, could lead to remove bundled tools when uninstalling a previously installed AVR core. * builder: fixed regression about inclusion of files in subfolders of the sketch (see https://github.com/arduino/Arduino/issues/5186 for details) * avrdude: reverted to version 6.0.1, until all discovered regressions are solved - drop use-kit-index-files.patch, solved differently upstream - Move patches to git Renames * use-installed-libastylej.patch to 0001-use-installed-libastylej.patch * use-installed-avr-gcc.patch to 0002-use-installed-avr-gcc.patch * adapt-gcc-path.patch to 0003-adapt-gcc-path.patch * libastylej-is-in-usr-lib.patch to 0004-libastylej-is-in-usr-lib.patch * use-installed-avr-ar.patch to 0005-use-installed-avr-ar.patch - Add 0006-drop-avr-toolchain-bundle.patch ------------------------------------------------------------------- Wed Aug 17 18:35:57 UTC 2016 - kkaempf@suse.com - Fix avr-ar binary name add use-installed-avr-ar.patch ------------------------------------------------------------------- Mon Aug 15 09:16:31 UTC 2016 - kkaempf@suse.com - fix 32bit build add libastylej-is-in-usr-lib.patch ------------------------------------------------------------------- Sun Aug 14 08:19:58 UTC 2016 - kkaempf@suse.com - Update to 1.6.10 ** Change of user dir from ~/.arduino15 to ~/.arduino ** [ide] * A lot of bugfixes to builder: https://github.com/arduino/arduino-builder/issues?q=milestone%3A1.3.19+is%3Aclosed * Libraries can now define the property "includes" in the library.properties to tell the IDE which #include <...> lines should be added to the sketch when the "Include library" command is used. See: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#libraryproperties-file-format * Examples are now filtered by architecture * Added more graceful handling of upload failures * Solved a bug that crashed the IDE with some exotic serial devices [core] * avr: toolchain updated to latest Atmel release 3.5.3 http://distribute.atmel.no/tools/opensource/Atmel-AVR-GNU-Toolchain/3.5.3/ The updated tools are now binutils-2.26, gcc-4.9.2, avr-libc-2.0.0, gdb-7.8 * avr: avrdude updated to version 6.3 * fixed a small bug that caused a compile error on some 3rd party derivatives boards based on Leonardo * sam: added snprintf_P to avr/pgmspace.h stub. Thanks @jantje * avr: Fix TX buffer being overwritten by multiple Wire.write(...) calls in slave mode. Thanks @kellerkindt * Another small fix to String iterators. Thanks @Ivan-Perez @Chris--A * Added getTimeout() method to Stream. Thanks @mattb5906 * avr: Fixed USB wakeup event handling, this solves some rare lockups of serial port on some linux distributions * Speed and size improvement on Print::printFloat(..). Thanks @bblanchon * avr: Added Serial.availableForWrite() for USB-CDC serial ports * avr: Added PIN_* defines to all board variants ------------------------------------------------------------------- Sun Aug 14 08:17:35 UTC 2016 - kkaempf@suse.com - Update to 1.6.9 [ide] * Catch and report errors during parsing contributed index files * Fixed IDE version color on about dialog box. Thanks @ivanebernal * The "always-on-top update notification" popup is now less intrusive. * Fixed untraslated string during IDE startup splash window. Thanks @ivanebernal * New arduino-builder: better core library detection, faster operations when recompiling and more. See https://github.com/arduino/arduino-builder/compare/1.3.9...1.3.15 * Fixed multitab error reporting * Rework serial port discovery to be faster, less cpu intensive and FTDI friendly * Avoid launching multiple concurrent compile and upload operation * Use hi-res icons for Serial monitor and plotter * Make http://librarymanager and http://boardmanager links clickable from the editor window * Cut/Copy actions are disable when there is no text selected. Thanks @avargas-nearsoft * Added more OSX native (emacs-like) keybindings. Thanks @nopdotcom * Fixed Ctrl+Del: now deletes the word behind the cursor instead of the entire line. Thanks @avargas-nearsoft * Fixed "Verify code after upload" option in preferences. Thanks @gh-megabit [core] * String class now supports iterators. Thanks @Chris--A * sam: Allow 3rd party boards that depend on SAM core to use their own USB vid/pid and manufacturer/product strings. Thanks @philmanofsky. * avr: Check at runtime if 32u4 boards are shipped with new bootloader; if so write bootloader magic value in an unproblematic RAM location * avr, sam: Added "reciper.ar.pattern" to plaform.txt to allow compatibility with older version of Arduino IDE. Thanks @per1234 [libraries] * Bridge / bridge.py: added support for SSL sockets (Yun firmware >=1.6.2 is needed). ------------------------------------------------------------------- Thu May 19 17:03:56 UTC 2016 - kkaempf@suse.com - Add adapt-gcc-path.patch so gcc is found in its default path - Add use-installed-avr-gcc.patch to prevent download of avr-gcc and avrdude at runtime - Add use-installed-libastylej.patch to prevent download of libastylej at runtime - Add use-kit-index-files.patch to use package and library index from Arduino-kit instead of downloading it at build time. ------------------------------------------------------------------- Fri Mar 18 22:08:01 UTC 2016 - kkaempf@suse.com - Update to 1.6.8 [ide] * Added support for GUI interface scaling for UHD monitors. Thanks to all contributors and testers: https://github.com/arduino/Arduino/pull/4376 https://github.com/arduino/Arduino/pull/2776 * Editor position is saved when closing with Alt+F4 or clicking on the "X" button. Thanks @willie68 * Fixed a NullPointerException when dealing with some rare combination of package_*.json files * Fixed incorrect key bindings handling for changing tab. Thanks @matthijskooijman * MacOSX: Fixed handling of add indent/remove indent shortcuts (CMD+[ and CMD+]) * Fixed incorrect update of available libraries in Library Manager. Thanks @vicnevicne * Serial plotter now correctly resize graphs with negative values. Thanks @vicnevicne * Improved sketch preprocessor when handling C++11 keywords. Thanks @matthijskooijman @igrr * Updates to keyword pigmentation to match Create * Fixed display of LITERAL1 keywords * Added target board information when "Error compiling" message is displayed. Thanks @PaulStoffregen [core] * avr: fixed USB_SendControl(...) for buffer with len > 64. Thanks @NicoHood * avr: fixed yield() usage inside delay(). Thanks @vbextreme * sam: fixed USB descriptor length * avr: reduced boiler-plate for ISR declarations. Thanks @paulo-raca * avr: added Timer3 support for atmega1284/1284p. Thanks @feilipu * sam: added USB CDC send break support and readBreak API [libraries] * Added support for Arduino/Genuino 101 to: TFT, Ethernet, SD * SD: the library is now board-agnostic. Thanks @feilipu ------------------------------------------------------------------- Fri Mar 18 20:21:10 UTC 2016 - kkaempf@suse.com - Arduino 1.6.7 Major upgrade to arduino-1.0.x Unified IDE for both AVR 8-bit and ARM 32-bit
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor