Package: arduino-core-avr / 1.8.6+dfsg-1

Metadata

Package Version Patches format
arduino-core-avr 1.8.6+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian hacks/Don t use DIRAVRBIN variable in bootloaders atmega8.patch | (download)

bootloaders/atmega8/Makefile | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 don't use $(diravrbin) variable in bootloaders/atmega8

Using $(DIRAVRBIN) isn't needed and confuses the environment from
avr-gcc which results in non found header files.

debian hacks/Adjust paths for gcc avr and avrdude.patch | (download)

platform.txt | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 adjust paths for gcc-avr and avrdude

Both is packaged in Debian and we want to use the package variants.