-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Labels
Component: IDEThe Arduino IDEThe Arduino IDEType: RegressionSomething that used to work and now doesn'tSomething that used to work and now doesn't
Milestone
Description
During the writing of the bootloader, IDE 1.5.x look for e_fuse setting for the ATmega8 (ArduinoNG board)
But the ATmega8 do not have the e_fuse, so it is normal that there isn't
[code]Arduino: 1.5.4 (Windows 7), Board: "Arduino NG or older, ATmega8"
"efuse" memory type not defined for part "ATMEGA8"[/code]
I also tried to manually add a fake e_fuse in the board, without success
[code]atmegang.menu.cpu.atmega8.bootloader.extended_fuses=0xFF
[/code]
Metadata
Metadata
Assignees
Labels
Component: IDEThe Arduino IDEThe Arduino IDEType: RegressionSomething that used to work and now doesn'tSomething that used to work and now doesn't