VirusRushTheater / avr_cmake_env

AVR CMake environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AVR CMake environment

This is an environment to make and upload programs using CMake, because sometimes one needs something in a lower level than Arduino.

Configuration

To configure and create new demos, you need to specify these variables:

CMakeLists.txt

  • AVR_UPLOADTOOL
  • AVR_MCU
  • AVR_PROGRAMMER
  • AVR_UPLOADTOOL_PORT
  • F_CPU
  • AVR_L_FUSE
  • AVR_H_FUSE
  • AVR_UPLOADTOOL_BAUDRATE

About

AVR CMake environment


Languages

Language:Makefile 35.3%Language:CMake 30.0%Language:C++ 20.2%Language:C 14.4%