Skip to content

Instantly share code, notes, and snippets.

View FrozenDroid's full-sized avatar
💭
is this thing on?

Vincent Stakenburg FrozenDroid

💭
is this thing on?
  • the Netherlands
  • 16:54 (UTC +02:00)
View GitHub Profile
@glnds
glnds / makefile
Last active October 24, 2020 19:34
AVR assembler makefile
#
# Simple Makefile for programming Atmel AVR MCUs using avra and avrdude
#
# Assemble with 'make', flash hexfile to microcontroller with 'make flash'.
#
# Configuration:
#
# MCU -> name of microcontroller to program (see 'avrdude -p ?' for a list)
# TARGET -> target board/programmer to use (see 'avrdude -c ?' for a list)
# DEVICE -> linux device file refering to the interface your programmer is plugged in to