Skip to content

Instantly share code, notes, and snippets.

View knightshrub's full-sized avatar

Elia knightshrub

View GitHub Profile
@cdwilson
cdwilson / Makefile
Created December 18, 2011 11:11
Example mspgcc Makefile for null app
#
# Makefile for msp430
#
# 'make' builds everything
# 'make clean' deletes everything except source files and Makefile
# You need to set TARGET, MCU and SOURCES for your project.
# TARGET is the name of the executable file to be produced
# $(TARGET).elf $(TARGET).hex and $(TARGET).txt nad $(TARGET).map are all generated.
# The TXT file is used for BSL loading, the ELF can be used for JTAG use
#