1
0
mirror of https://github.com/Optiboot/optiboot.git synced 2025-07-29 20:21:11 +03:00

Travis-ci: use avr-gcc 5.4.0, update targets

- use avr-gcc 5.4.0 shipped with Arduino 1.8.7 as it's the only one
that supports PB chips
- added new targets (mostly ATtiny chips)
- generate comparison with emoji by default
- update allow_failures
This commit is contained in:
majekw
2018-10-08 18:07:21 +02:00
parent eea6dad0ae
commit 8fe96eac33
3 changed files with 114 additions and 59 deletions

View File

@ -40,3 +40,5 @@ based on Linux versions.
|1.8.3 |4.9.2 |same as 1.8.2| |
|1.8.4 |4.9.2 |same as 1.8.2| |
|1.8.5 |4.9.2 |same as 1.8.2| yes |
|1.8.6 |5.4.0 |new toolchains, added ATmega328PB and ATmega324PB among others| |
|1.8.7 |5.4.0 |same as 1.8.6| yes |