queezythegreat / arduino-cmake

Arduino CMake Build system
648 stars 216 forks source link

Fuse and Bootloader overrides. #42

Open queezythegreat opened 12 years ago

queezythegreat commented 12 years ago

Add support for programming fuses and custom bootloaders to generate_arduino_cmake(). These options should only be applicable when using a programmer.

The following options should be added:

There should be two variant of the options, one for the bootloader and another for the firmware.

Add checking of maximum_size defined in boards.txt before upload and burn.