Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 252 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 252 Bytes

CMake project for AVR

Usage example (MinGW)

Create build directory:

mkdir build && cd build

Generate makefile:

cmake -G "MinGW Makefiles" ..

Build:

mingw32-make

Flash:

mingw32-make flash