edward0429 / arduino

Automatically exported from code.google.com/p/arduino
0 stars 0 forks source link

Burn bootloader command should set fuses even if no bootloader .hex file is specified. #683

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In the boards.txt file, you should be able to supply fuse values for the board 
without supplying a bootloader.  For example, you might have an ATtiny that you 
want to configure to use an 8 MHz clock (not a 1 MHz one) but which doesn't 
have a bootloader.  The IDE should correctly set the fuses in the burn 
bootloader command, even if there's no hex file.

Original issue reported on code.google.com by dmel...@gmail.com on 21 Oct 2011 at 4:10

GoogleCodeExporter commented 8 years ago
https://github.com/arduino/Arduino/commit/b14a3c501ebd62afff251fb69169df6a6bcf97
58

Original comment by dmel...@gmail.com on 21 Oct 2011 at 10:27