style 💎: Updated Makefile settings
Some checks failed
CC2530 Zigbee Firmware Build / build (push) Failing after 35s
Some checks failed
CC2530 Zigbee Firmware Build / build (push) Failing after 35s
- Updated Makefile settings with MSP430 compiler and optimization flags.
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,5 +1,5 @@
|
|||||||
# Compiler settings
|
# Compiler settings
|
||||||
CC = msp430-gcc # MSP430 compiler
|
CC = msp430-elf-gcc # MSP430 compiler
|
||||||
CFLAGS = -Wall -Os # Enable all warnings, Optimize for size
|
CFLAGS = -Wall -Os # Enable all warnings, Optimize for size
|
||||||
LDFLAGS =
|
LDFLAGS =
|
||||||
LIBS = -lZStack -lhal # ZStack for Zigbee communication, lhal for Hardware Abstraction Layer library
|
LIBS = -lZStack -lhal # ZStack for Zigbee communication, lhal for Hardware Abstraction Layer library
|
||||||
|
|||||||
Reference in New Issue
Block a user