We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
@cmaglie -- This would really help simplify things and cut down on multiple copies of these boot files all over the place.
Sorry, something went wrong.
Just wanted to add the correct terminology so this issue can be found in searches more easily:
reference or referencing bootloader
This would be a really useful feature.
cmaglie
No branches or pull requests
uno.bootloader.file=arduino:optiboot/optiboot_atmega328.hex
does not work
The text was updated successfully, but these errors were encountered: