Commit Graph

19 Commits

Author SHA1 Message Date
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