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

27 Commits

Author SHA1 Message Date
Cristian Maglie
4ae4de9a2f Updated package_index_bundled 2019-12-09 13:03:58 +01: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
e42faa6b93 Update bundled avr core to 1.6.23 2018-09-10 12:03:36 +02:00
Martino Facchin
0acda57a74 Add aarch64 tools package_index bundled 2018-08-28 17:55:02 +02:00
Martino Facchin
b5f759bdca Update bundled linuxarm toolchain to proper package 2018-07-20 09:51:38 +02:00
Martino Facchin
b86a79ced8 Update avr core to 1.6.22 + package_index_bundled 2018-05-09 16:57:25 +02:00
Martino Facchin
506a4c835a Update arduinoOTA to 1.2.1
Should solve https://github.com/arduino/Arduino/issues/6649
2018-05-02 15:52:13 +02:00
Martino Facchin
39bb83d32a Update bundled avr core to 1.6.20 2017-08-18 15:58:02 +02:00
Cristian Maglie
cd798abd1b Releasing 1.8.3 2017-05-31 17:03:10 +02:00
Cristian Maglie
5e95561900 Updated bundled AVR core to 1.6.19 2017-05-31 15:27:36 +02:00
Martino Facchin
b439a7727a Release avr core 1.6.18 2017-03-20 18:23:35 +01:00
Martino Facchin
7434443d58 Update bundled avr core version to 1.6.18 2017-02-08 17:50:04 +01:00
Martino Facchin
d6a42b88a1 Update arduinoOTA to 1.1.1 2017-02-08 17:50:04 +01:00
Martino Facchin
b931d63df5 Update avrdude to 6.3.0-arduino9 2017-02-08 17:50:04 +01:00
Martino Facchin
2d0ef4a07a Update avr-gcc to avr-gcc-4.9.2-atmel3.5.4-arduino2 2017-02-08 17:50:04 +01:00
Martino Facchin
1cec7e4b97 [AVR] update to 1.6.17 2017-01-09 12:11:58 +01:00
Martino Facchin
33eae2eb4c Update package_index_bundled with official avr 1.6.16 data 2016-12-21 16:09:29 +01:00
Martino Facchin
a418f483f6 Add arduinoOTA upload tool 2016-12-21 15:54:03 +01:00
Martino Facchin
10bd41f5ac Add Arduino UNO Wifi board
Both serial and OTA upload methods

OTA upload uses the ESP8266 method with a custom upload tool (https://github.com/arduino/arduinoOTA)
2016-12-21 15:53:59 +01:00
Martino Facchin
1ac448a6b0 Update package_bundle with Arduino.org boards 2016-12-16 16:47:46 +01:00
Martino Facchin
c6654889fb publish avr core 1.6.16 prerelease
remember to correct the core size and checksum when pushing the official core
2016-12-16 16:15:41 +01:00
Martino Facchin
58be0341d0 Update bundled avr core to 1.6.15 2016-11-22 11:21:23 +01:00
Martino Facchin
af334d59f1 Fix bundled avrdude urls 2016-09-22 12:40:51 +02:00
Martino Facchin
b4cdb3b362 Fix link for bundled avr core in package_index_bundled 2016-09-21 15:05:17 +02:00
Martino Facchin
35743b1fa6 Update to avrdude 6.3 and avr core 1.6.14 2016-09-21 10:21:45 +02:00
Cristian Maglie
e80c085996 Use a specific hardware/package_index_bundled.json. AVR core version to 1.6.13
Previously, during the build, the full package_index.json was downloaded
and distributed with the Arduino IDE.
This lead to a situation where it was difficult to test new AVR cores
before publishing them to the public package_index.json.

Now the bundled AVR core is specificed in the file:
`hardware/package_index_bundled.json`
this index is loaded from the IDE at startup and the package_index.json
is overlayed on it.

This should also solve part of #5143 (Repeatable builds and snapshots of
package/library indexes)
2016-08-11 11:02:03 +02:00