Skip to content

Commit

Permalink
Fix fuse issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MCUdude committed Feb 5, 2024
1 parent bb4c93e commit d46c83f
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions avr/boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -250,26 +250,12 @@ menu.baudrate=Baud rate
168.bootloader.tool=avrdude
168.bootloader.unlock_bits=0xff
168.bootloader.lock_bits=0xff
168.bootloader.extended_fuses=0xff
168.build.core=MCUdude_corefiles
168.build.board=AVR_ATmega168
168.build.bootloader_led=led+b5
168.build.extra_flags={build.clkpr}

# Upload port select
168.menu.bootloader.uart0=Yes (UART0)
168.menu.bootloader.uart0.upload.maximum_size=15872
168.menu.bootloader.uart0.upload.protocol=arduino
168.menu.bootloader.uart0.upload.port=UART0
168.menu.bootloader.uart0.build.export_merged_output=true
168.menu.bootloader.uart0.bootloader.extended_fuses=0xfc
168.menu.bootloader.uart0.bootloader.file=optiboot_flash/bootloaders/{build.mcu}/{build.clock_speed}/optiboot_flash_{build.mcu}_{upload.port}_{upload.default_speed}_{build.clock_speed}_{build.bootloader_led}.hex

168.menu.bootloader.no_bootloader=No bootloader
168.menu.bootloader.no_bootloader.upload.maximum_size=16384
168.menu.bootloader.no_bootloader.build.export_merged_output=false
168.menu.bootloader.no_bootloader.bootloader.extended_fuses=0xfd
168.menu.bootloader.no_bootloader.bootloader.file=empty/empty.hex

# Upload port select
168.menu.bootloader.uart0=Yes (UART0)
168.menu.bootloader.uart0.upload.maximum_size=16000
Expand Down Expand Up @@ -477,6 +463,7 @@ menu.baudrate=Baud rate
88.bootloader.tool=avrdude
88.bootloader.unlock_bits=0xff
88.bootloader.lock_bits=0xff
88.bootloader.extended_fuses=0xff
88.build.core=MCUdude_corefiles
88.build.board=AVR_ATmega88
88.build.bootloader_led=led+b5
Expand Down

0 comments on commit d46c83f

Please sign in to comment.