style 💎: Updated Makefile settings
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:
2025-02-22 12:43:51 +01:00
parent b926337521
commit 2b2a8b1161

View File

@@ -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