arduino / arduino/Arduino

Link original Arduino bootloaders with boards.txt

Open
#2,656 2 comments 1 reaction 1 assignee Claimed by @cmaglie View on GitHub
feature request
Dominant language
Java
Stars
14.6k
Forks
7k
PR merge metrics
No merged PRs in 30d

Description

uno.bootloader.file=arduino:optiboot/optiboot_atmega328.hex

does not work

```
uno.name=Arduino Uno HID-Bridge

#uno.vid.0=0x2341
#uno.pid.0=0x0043
#uno.vid.1=0x2341
#uno.pid.1=0x0001

uno.upload.tool=arduino:avrdude
uno.upload.protocol=arduino
uno.upload.maximum_size=32256
uno.upload.maximum_data_size=2048
uno.upload.speed=115200
uno.upload.use_1200bps_touch=true
uno.upload.wait_for_upload_port=true

uno.bootloader.tool=arduino:avrdude
uno.bootloader.low_fuses=0xFF
uno.bootloader.high_fuses=0xDE
uno.bootloader.extended_fuses=0x05
uno.bootloader.unlock_bits=0x3F
uno.bootloader.lock_bits=0x0F
uno.bootloader.file=arduino:optiboot/optiboot_atmega328.hex

uno.build.mcu=atmega328p
uno.build.f_cpu=16000000L
uno.build.board=AVR_UNO
uno.build.core=HID:hid

uno.build.variant=standard
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.