1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-28 09:24:14 +01:00
Commit Graph

1703 Commits

Author SHA1 Message Date
Slavic Dragovtev
92bbac4be2
Corrects grammar in ArduinoSerialProtocol.md
Corrects grammar
2022-10-29 14:59:05 +01:00
Cristian Maglie
18f55445ab Starting Arduino IDE 1.8.20 2021-12-20 18:36:16 +01:00
Cristian Maglie
5e38fe2937 Updated changelog 2021-12-20 16:16:36 +01:00
Cristian Maglie
9f8d19244a Removed log4j
Fix #11727
2021-12-20 12:53:48 +01:00
Cristian Maglie
dfeff7df4c Starting IDE 1.8.19 2021-12-16 09:52:25 +01:00
Cristian Maglie
3fd405d861 Fix windows launcher... ooops 2021-12-15 11:41:20 +01:00
Cristian Maglie
1005ab11fe Updated log4j to version 2.16.0 2021-12-14 13:59:52 +01:00
Cristian Maglie
e0be6c37aa starting 1.8.18 2021-12-14 13:59:45 +01:00
Cristian Maglie
d7116ee41e Release 1.8.17 2021-12-14 11:33:10 +01:00
Cristian Maglie
640a956743 Upgrade log4j to 2.15.0 - CVE-2021-44228 2021-12-13 09:48:13 +01:00
Russell Howe
8ae1f94553
Upgrade log4j to 2.15.0 - CVE-2021-44228 2021-12-11 10:32:01 +00:00
Cristian Maglie
c33fb9fde3 Updated changelog 2021-09-06 14:16:36 +02:00
Cristian Maglie
3c06f07ff1 Updated changelog 2021-09-06 13:02:57 +02:00
Cristian Maglie
21293c33bc Starting Arduino IDE 1.8.17 2021-09-06 13:02:57 +02:00
Cristian Maglie
cea203e0a9 Release 1.8.16 2021-09-03 09:49:28 +02:00
Cristian Maglie
5c432943e9
Merge pull request #11659 from cmaglie/ftdi-drivers-update
Ftdi drivers update
2021-09-02 17:55:02 +02:00
Cristian Maglie
5165cc313a Update changelog 2021-09-01 17:50:50 +02:00
Cristian Maglie
12ac6424ff Updated Servo lib to 1.1.8 2021-09-01 17:50:50 +02:00
Cristian Maglie
09a6b905b3 Do not override line-endings in driver folders 2021-09-01 00:56:50 +02:00
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