1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-22 11:52:14 +01:00

1684 Commits

Author SHA1 Message Date
Cristian Maglie
e4412d8cc3 Update FTDI drivers to version 2.12.36.4 2021-09-01 00:56:19 +02:00
Cristian Maglie
89eba8cf61 Removed bundled offline docs
The offline documentation is hard to update and gets outdated very
quickly.

Fix #8860
2021-08-18 14:40:01 +02:00
Cristian Maglie
6890de12b4 wifi-firmware: Added latest firmwares (up to version 1.4.8) for NINA-based boards 2021-08-10 18:56:15 +02:00
jogo-
a79936a8df
Fix typos in revisions.txt 2021-05-15 11:09:40 +02:00
Cristian Maglie
d5fef6a079 Fixed regression in library discovery (failing to compile bundled libs, like SD or Ethernet, on some platforms) 2021-05-14 14:52:44 +02:00
Cristian Maglie
1ed8776eb3 Starting Arduino IDE 1.8.15 2021-05-12 15:20:13 +02:00
Cristian Maglie
2355e6afb7 Updated some bundled libraries
Servo: 1.1.6 -> 1.1.7
Adafruit_Circuit_Playground: 1.10.4 -> 1.11.3
2021-05-12 14:39:48 +02:00
Cristian Maglie
4906ef5e24 Updated changelog 2021-05-12 09:40:45 +02:00
per1234
30bec1135f Use 1.9.1 release of built-in examples 2021-05-11 15:36:34 -07:00
Cristian Maglie
96bd671c6e Updated arduino-builder to 1.6.0 2021-05-11 01:35:00 +02:00
Cristian Maglie
621115b3e1 Updated WiFi101-Firmware-Updater to v0.11.0 2021-05-07 15:00:42 +02:00
Martino Facchin
b3d609f4de Update WiFi Firmware Updater to 0.10.13 2021-01-29 10:55:08 +01:00
Cristian Maglie
4cc99a9506 Update arduino-builder to 1.5.6 2021-01-27 19:20:32 +01:00
Cristian Maglie
06e969e606 update changelog 2021-01-26 11:59:08 +01:00
jenkins
f4e8a91f10 update arduino-builder to 1.5.5 2020-12-15 11:01:09 +01:00
per1234
5bf14b8b7b Fix built-in examples update during build
Previously, the built-in examples assembly step of the build system set the
`final_folder` parameter of the `unzip` target to the true final
installation location of the examples.

The behavior of the `unzip` target is to only unzip the archive if
`final_folder` doesn't exist. Because that folder will exist any time a
previous build has been done and `ant clean` was not run, the archive will
not be unzipped. This causes the build to fail after an update to the
built-in examples version when it attempts to copy the examples from the
version-dependent extraction staging folder to the final location.

The fix is to set the `final_folder` parameter to the version-dependent
staging folder location, which will cause the extraction to happen every
time the examples version is updated, but to be skipped when there was no
update.
2020-10-08 21:57:16 -07:00
Cristian Maglie
7a9234c304
Merge pull request #10734 from per1234/remove-built-in-examples
Move built-in examples to dedicated repository
2020-09-23 10:24:34 +02:00
Cristian Maglie
20761e5bae Update appbundler to 1.0ea-arduino9 2020-09-10 23:40:23 +02:00
per1234
99d3114168 Move built-in examples to dedicated repository
A dedicated repository for the examples will make it easier for them to be built in to arbitrary development tools. It will make it easier to use them for compilation testing of boards platforms. It provides a dedicated location for issue reports and pull requests that are specific to the examples. It continues the work done by moving the AVR and SAM boards platforms and built-in libraries towards making the arduino/Arduino repository solely a place to host the GUI code of the Arduino IDE.
2020-09-07 04:52:40 -07:00
Martino Facchin
5e30bec235 Update WiFi101-Updater-Plugin to 0.10.12 2020-08-17 12:57:46 +02:00
Martino Facchin
a0acb3ebcb Update WiFi101-Updater to 0.10.11 2020-07-13 17:19:12 +02:00
Cristian Maglie
ea84e7383a Starting Arduino IDE 1.8.14 2020-06-24 12:48:12 +02:00
Cristian Maglie
5adf408270 update changelog 2020-06-16 11:37:49 +02:00
Cristian Maglie
606a0dd2a1 Updated changelog 2020-06-15 17:26:09 +02:00
Martino Facchin
7451dc8b1f avr 1.8.3: add missing checksum file 2020-06-12 18:18:42 +02:00
jenkins
a262cf7e72 update arduino-builder to 1.5.4 2020-06-12 18:10:08 +02:00
Martino Facchin
54e751b012 Update avr core to 1.8.3 and toolchain to 7.3.0-atmel3.6.1-arduino7 2020-06-12 12:24:53 +02:00
Cristian Maglie
38c9ed4ce4 Updated appbundler to 1.0ea-arduino8 2020-06-11 16:22:35 +02:00
Martino Facchin
bd0e74345a Update jmdns to 3.5.5 2020-06-03 10:21:06 +02:00
jenkins
02a2e22649 update arduino-builder to 1.5.3 2020-05-14 17:36:14 +02:00
Matthijs Kooijman
bdfa7f305c CI: Publish HTML report of tests as an artifact
This also lets ant print a message pointing to this artifact and
explaining the files inside briefly. To make sure this is only printed
inside the github action, an extra `-D` option is passed to `ant test`
from the workflow file.

To allow `if` / `unless` on the echo element, this adds some namespace
definitions (this allows them on *any* element, not just the ones that
explicitly allow it). See https://ant.apache.org/manual/ifunless.html
2020-05-11 16:09:41 +02:00
Matthijs Kooijman
a665a3b9b4 ant: Let test depend on subprojects-build
This ensures that all code is (re)built when running a test. Previously,
only the app code was built (because that's where the tests live),
requiring a manual full build when changing something in arduino-core.
This could lead to confusing situations, where you would changes
something but it was not always automatically recompiled.
2020-05-11 16:09:41 +02:00
Matthijs Kooijman
d03c08358f ant: Improve running of testsuite
This allows running an individual test class by specifying
-Dsingle-test-class=path.to.Classs and methods within the specified
class by specifying -Dsingle-test-methods=testMethod1,testMethod2.

Additionally, this improves the error output, but not showing full
stderr/stdout output when running the full test suite, and by generating
a browsable HTML report with test results (including stdout/stderr
output). When single-test-class is used, detailed output (including
stdout/stderr) is still printed directly.

This also moves the test result XML files into a subdirectory for
clarity, which is removed before starting a testrun (so the HTML report
does not include older test results).
2020-05-11 16:09:41 +02:00
Matthijs Kooijman
1c9678f21d Remove empty libraries directory
In commit 067d7e925 (Delete builtin libraries sources) all the libraries
in there were removed, since they are all now automatically downloaded
during the build. To keep the repository clean, remove the empty
directory as well as the build rule that was used to copy libraries from
this (now empty) directory into the build result.
2020-05-11 15:33:32 +02:00
Cristian Maglie
a0cd3eade8 Updated changelog 2020-03-23 12:48:22 +01:00
Sebastian Hunkeler
42336ace32 Add new app icon 2020-03-09 11:31:55 +01:00
Thomas L. Kjeldsen
488388050e Remove "MrBean" dependency
Sacrifice abstract classes and interfaces to reduce the amount of magic
performed by MrBean.

Refs https://github.com/HuayraLinux/pkg-arduino/issues/4
2020-02-19 15:13:47 +01:00
Cristian Maglie
15133a0720 Starting Arduino IDE 1.8.13 2020-02-14 15:29:26 +01:00
Cristian Maglie
4bbd63a2ed Update revision log 2020-02-13 10:30:39 +01:00
Cristian Maglie
d8cd264a2d Fixed shasum of arduino-builder for macosx 2020-02-12 13:00:38 +01:00
jenkins
d19ee30be8 update arduino-builder to 1.5.2 2020-02-12 12:24:00 +01:00
per1234
33ff49566c Start Arduino IDE 1.8.12 2020-02-07 23:16:20 +01:00
Cristian Maglie
2ed953ad5b Updated arudino-builder build with Apple SDK 10.9+
Fix https://github.com/arduino/arduino-builder/issues/349
2020-02-03 18:31:33 +01:00
Gianluca Varisco
063c518830 Update linux/appdata.xml to 1.8.11 2020-01-31 08:34:17 +01:00
Cristian Maglie
0dbff59b13 Release 1.8.11 2020-01-27 17:52:12 +01:00
jenkins
2d4f8f011b update arduino-builder to 1.5.1 2020-01-23 19:13:57 +01:00
Cristian Maglie
d74e0f5b77 Updated some bundled libraries
SpacebrewYun 1.0.2
SD 1.2.4
Servo 1.1.6
Adafruit_CircuitPlayground 1.10.4
2020-01-23 10:32:26 +01:00
Cristian Maglie
ab864cfa09 Updated revision log 2020-01-22 17:23:55 +01:00
Cristian Maglie
0dde85e417 Removed reference for retired Edison and Galileo boards 2020-01-16 09:31:57 +01:00
Cristian Maglie
b029b2a0e1 macosx notarization: fixed build for non-mac targets 2020-01-08 11:41:34 +01:00