JetBrain Clion use, and without
Linux
Windows 7
Windows XP
OS X
build only hex file
build only eeprom file
build hex and eeprom files
disassemble hex file
get osc. colibration
get fuse
get status
set osc. calibration
set fuse
upload hex
upload eeprom
git clone https://github.com/e154/cmake-avr.git /path/to/clone
use with clion:
File -> import Project
or
Import project from source
or console:
cd cmake-avr
mkdir build
cd build
cmake ..
make
#it's all
cmake-avr is licensed under the MIT License (MIT)