Skip to content

Instantly share code, notes, and snippets.

@an-roo
Created December 5, 2010 16:23
Show Gist options
  • Select an option

  • Save an-roo/729210 to your computer and use it in GitHub Desktop.

Select an option

Save an-roo/729210 to your computer and use it in GitHub Desktop.
Makefile
atmega324: TARGET = atmega324
atmega324: MCU_TARGET = atmega324p
atmega324: CFLAGS += '-DLED_START_FLASHES=3' '-DBAUD_RATE=115200'
atmega324: AVR_FREQ = 16000000L
atmega324: LDSECTION = --section-start=.text=0x7e00
atmega324: $(PROGRAM)_atmega324.hex
atmega324: $(PROGRAM)_atmega324.lst
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment