1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-11 22:24:13 +01:00
Commit Graph

1627 Commits

Author SHA1 Message Date
Sandeep Mistry
7ec0f833f6 Update WiFi101-Updater plugin to 0.10.10 2019-12-23 13:57:29 -05:00
Cristian Maglie
3af345fb74 Updated avr core to 1.8.2 2019-12-02 16:44:27 +01:00
jenkins
9debb768a8 update arduino-builder to 1.5.0 2019-11-11 15:24:26 +01:00
jenkins
923a75c704 update arduino-builder to 1.4.9 2019-10-11 11:10:29 +02:00
Edoardo T
9951c65248
moving shebang at the top of the file
Shebang changes how Unix-like OS run scripts, ensuring the script is run with the specified interpreter. In this case as the line was not the first in the file, users without bash as their default shell would experience issues running the script.

Fixes #9281
More details on shebang usage here https://en.wikipedia.org/wiki/Shebang_(Unix)
2019-10-07 09:48:53 +02:00
jenkins
a1448876a1 update arduino-builder to 1.4.8 2019-09-30 09:58:44 +02:00
Martino Facchin
6116a8e920 Starting 1.8.11 2019-09-19 12:54:30 +02:00
Martino Facchin
2b4242929c Linux: quote install script paths
Fixes #9217
2019-09-19 12:51:42 +02:00
45gfg9
749beb6532 Fix a typo
buidler -> builder
2019-09-16 13:14:34 -04:00
Gianluca Varisco
2e596c6eff Update appdata.xml to 1.8.10 release 2019-09-16 11:30:46 +02:00
Cristian Maglie
741026ade1 Update revision log 2019-09-13 12:21:47 +02:00
Martino Facchin
e8b17e4fc8 Update bundled libraries 2019-09-13 12:20:26 +02:00
Martino Facchin
fcafc8719a Fix macOS signed package generation 2019-09-11 16:42:41 +02:00
jenkins
0c0dfa00ad update arduino-builder to 1.4.7 2019-09-10 14:59:37 +02:00
jenkins
e5252adfc0 update arduino-builder to 1.4.6 2019-08-27 16:52:37 +02:00
Alogitt
9a63965904 Added comment to address A-Style Autoformatter (#7550)
* Added comment to address A-Style Autoformatter

* Update preferences.txt
2019-07-18 12:47:05 +02:00
Martino Facchin
5904ddfb81 Add proper checksum for arduinoOTA-1.3.0-linux_arm64 2019-07-18 12:02:37 +02:00
Martino Facchin
9ce5101df1
Merge branch 'master' into add-file-cache 2019-07-18 11:28:46 +02:00
Martino Facchin
ba34eb640e Move ArduinoSerialPlotterProtocol docs in build/shared folder 2019-07-18 10:49:55 +02:00
Martino Facchin
465c766efb
Merge pull request #8976 from facchinm/64_bit_osx
Mass update bundled resources
2019-07-18 10:00:10 +02:00
Martino Facchin
fb9ce0ade3 Update jssc to arduino4
Repackage jssc-2.8.0-arduino1 and add aarch64 lib instead than plain jssc

Fixes #9062
2019-07-16 11:03:02 +02:00
Mattia Bertorello
58fc5a5011
Add commons-io dependency and replace the extract file name with FilenameUtils 2019-07-11 14:32:50 +02:00
Mattia Bertorello
bd85fdc084
Add log4j.xml configuration 2019-07-05 11:47:36 +02:00
Mattia Bertorello
ba79e26cbc
Add dependencies for windows build 2019-07-04 15:54:43 +02:00
Mattia Bertorello
53be417989
Add log4j dependencies 2019-07-02 16:10:12 +02:00
Mattia Bertorello
934df81b23
Add slf4j option to show the datetime in the logs 2019-06-28 18:22:27 +02:00
Martino Facchin
3af92cdfc8 Update signatures for avrdude-6.3-arduino17 2019-06-19 17:09:31 +02:00
Martino Facchin
b12ae2059e Mass update bundled resources
This PR contains:
- avr-gcc 7.3.0 (should fix OSX 10.15 complaining about 32bit apps)
- new avrdude (arduino17) (should close A LOT of open bugs)
- WiFi101-Updater 0.10.9 - with new Nina FW
2019-06-16 14:03:57 +02:00
Martino Facchin
f1c2fb21c0 Update to arduino-builder 1.4.5 2019-06-16 14:03:57 +02:00
Martino Facchin
c3675a8bef Linux: fix icon permissions if installed via sudo 2019-04-18 11:52:59 +02:00
Martino Facchin
baeb4c63a7
Merge pull request #8669 from artynet/arduino-linux-setup-refresh
updating arduino-linux-setup.sh script to release v10
2019-04-18 10:05:31 +02:00
Martino Facchin
eb48db2eec
Merge pull request #8682 from Pieter12345/ant-build-bugfix
Replace "unzip/tar" in build.xml by Ant's provided unzip/untar method
2019-04-18 09:47:54 +02:00
Martino Facchin
9bb8fc3755
Merge pull request #8764 from sandeepmistry/wifi101-updater-v0.10.8
Update WiFi101-Updater plugin to 0.10.8
2019-04-18 09:45:51 +02:00
Vladyslav Burzakovskyy
8cff0dbef4 Linux build: remove symlinks only if they exist 2019-04-12 21:55:13 +02:00
Sandeep Mistry
723a29fbb0 Update WiFi101-Updater plugin to 0.10.8 2019-04-09 12:29:02 -04:00
Martino Facchin
96e7bc29fc Use tar native binary for extraction on unix
To overcome ant untar behaviour (executable bits being lost)
2019-03-29 02:55:48 +01:00
Pieter12345
afbf75651f Remove default excludes for Ant directory tasks
Besides that these default excludes get ignored when using the Cygwin terminal on Windows, they cause Ant move tasks to not remove the 'moved' directory if it contains a `.gitignore`  or other default exclude file.
2019-03-29 02:55:48 +01:00
Pieter12345
126c79a3ed Replace "unzip/tar" in build.xml by Ant's provided unzip/untar method
Replace the "unzip" and "tar" command used while building Arduino by the unzip and untar method that Ant provides.
This fixes #8617, meaning that "ant run" will work again and no files/directories are created with weird permissions and share names anymore.
2019-03-29 02:55:48 +01:00
Sandeep Mistry
a87024dcd4 Update WiFi101-Updater plugin to 0.10.7 2019-03-27 11:56:10 -04:00
Pieter12345
e6e10cdeb9 Update commons-lang3 from 3.3.2 to 3.8.1
Updated due to new API methods than can be useful for this project.
The license remained the same.
2019-03-26 18:46:09 +01:00
Martino Facchin
f119590d84 Starting 1.8.10 2019-03-25 11:25:48 +01:00
Arturo Rinaldi
9ab3ca5b6d updatin arduino-linux-setup.sh script to release v10 2019-03-18 14:07:56 +01:00
Gianluca Varisco
0e6ad8cb3a
Updated appdata.xml for release 1.8.9 2019-03-15 18:16:50 +01:00
Cristian Maglie
da6b81d35b Back from the future! 2019-03-15 15:14:01 +01:00
Cristian Maglie
aa79e0eac8 Updated revision log 2019-03-15 15:12:09 +01:00
Martino Facchin
20e1770842 Update WiFi101-Updater plugin to 0.10.6 2019-03-12 09:43:03 +01:00
Martino Facchin
dd58a7254c Replace usages of jssc-2.8.0-arduino2.jar with arduino3 2019-03-11 17:05:06 +01:00
Peter Stevenson
702976f8d6 Display a more user friendly error if script isn't ran as root. symlink. 2019-03-07 11:57:02 +01:00
Peter Stevenson
4cd38aab05 Ensure password request message goes on new line. 2019-03-07 11:57:02 +01:00
Peter Stevenson
e20c648b09 Add symlink creation and removal lines. This will need sudoers password. 2019-03-07 11:57:02 +01:00