Skip to content

MultiMote/avr-cmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple CMake project for AVR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published