- Updated Makefile settings with MSP430 compiler and optimization flags.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Compiler settings
|
||||
CC = msp430-gcc # MSP430 compiler
|
||||
CC = msp430-elf-gcc # MSP430 compiler
|
||||
CFLAGS = -Wall -Os # Enable all warnings, Optimize for size
|
||||
LDFLAGS =
|
||||
LIBS = -lZStack -lhal # ZStack for Zigbee communication, lhal for Hardware Abstraction Layer library
|
||||
|
||||
Reference in New Issue
Block a user