File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ uno2018.build.extra_flags={build.328emulation} -DMILLIS_USE_TIMERB3
24
24
uno2018.bootloader.tool=avrdude
25
25
uno2018.bootloader.file=atmega4809_uart_bl.hex
26
26
uno2018.bootloader.SYSCFG0=0xC9
27
- uno2018.bootloader.BOOTEND=0x00
27
+ uno2018.bootloader.BOOTEND=0x02
28
28
uno2018.fuses.file=fuses_4809.bin
29
29
30
30
menu.mode=Registers emulation
Original file line number Diff line number Diff line change @@ -104,14 +104,14 @@ tools.avrdude.upload.params.quiet=-q -q
104
104
# tools.avrdude.upload.verify is needed for backwards compatibility with IDE 1.6.8 or older, IDE 1.6.9 or newer overrides this value
105
105
tools.avrdude.upload.verify=
106
106
tools.avrdude.upload.params.noverify=-V
107
- tools.avrdude.upload.pattern="{cmd.path}" "-C{config.path}" {upload.verbose} {upload.verify} -p{build.mcu} -c{upload.protocol} -Pusb -b{upload.speed} -e -D "-Uflash:w:{build.path}/{build.project_name}.hex:i" "-Ufuse5:w:{bootloader.SYSCFG0}:m" "-Ufuse8:w:{bootloader.BOOTEND}:m"
107
+ tools.avrdude.upload.pattern="{cmd.path}" "-C{config.path}" {upload.verbose} {upload.verify} -p{build.mcu} -c{upload.protocol} -Pusb -b{upload.speed} -e -D "-Uflash:w:{build.path}/{build.project_name}.hex:i" "-Ufuse5:w:{bootloader.SYSCFG0}:m" "-Ufuse8:w:{bootloader.BOOTEND}:m" "-Uflash:w:{runtime.platform.path}/bootloaders/{bootloader.file}:i"
108
108
109
109
tools.avrdude.program.params.verbose=-v
110
110
tools.avrdude.program.params.quiet=-q -q
111
111
# tools.avrdude.program.verify is needed for backwards compatibility with IDE 1.6.8 or older, IDE 1.6.9 or newer overrides this value
112
112
tools.avrdude.program.verify=
113
113
tools.avrdude.program.params.noverify=-V
114
- tools.avrdude.program.pattern="{cmd.path}" "-C{config.path}" {program.verbose} {program.verify} -p{build.mcu} -c{protocol} {program.extra_params} "-Uflash:w:{build.path}/{build.project_name}.hex:i" "-Ufuse5:w:{bootloader.SYSCFG0}:m" "-Ufuse8:w:{bootloader.BOOTEND}:m"
114
+ tools.avrdude.program.pattern="{cmd.path}" "-C{config.path}" {program.verbose} {program.verify} -p{build.mcu} -c{protocol} {program.extra_params} "-Uflash:w:{build.path}/{build.project_name}.hex:i" "-Ufuse5:w:{bootloader.SYSCFG0}:m" "-Ufuse8:w:{bootloader.BOOTEND}:m" "-Uflash:w:{runtime.platform.path}/bootloaders/{bootloader.file}:i"
115
115
116
116
tools.avrdude.erase.params.verbose=-v
117
117
tools.avrdude.erase.params.quiet=-q -q
You can’t perform that action at this time.
0 commit comments