orempel / twiboot

AVR bootloader over TWI/I2C
GNU General Public License v2.0
38 stars 20 forks source link

Customizable CPU frequencies #7

Open cogsandsquigs opened 2 years ago

cogsandsquigs commented 2 years ago

Currently, my ATmega328p runs at 16MHz on an external clock (I set the fuse bits manually in a copy of the Makefile you provide). However, it would be nice to utilize a custom CPU frequency that doesn't require me manually editing the Makefile. This isn't something important, as it doesn't impact my project much (just that I have to be faster when stopping the abort boot timeout 😝). However, it would be nice to have.