Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 69f26c6

Browse files
Tobias Badertscherdpgeorge
Tobias Badertscher
authored andcommitted
stmhal: L4: Add line to Makefile for building L4 series.
1 parent 0b6e28c commit 69f26c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stmhal/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ INC += -I../lib/timeutils
5050
CFLAGS_CORTEX_M = -mthumb -mabi=aapcs-linux -mfpu=fpv4-sp-d16 -mfloat-abi=hard -fsingle-precision-constant -Wdouble-promotion
5151
CFLAGS_MCU_f4 = $(CFLAGS_CORTEX_M) -mtune=cortex-m4 -mcpu=cortex-m4 -DMCU_SERIES_F4
5252
CFLAGS_MCU_f7 = $(CFLAGS_CORTEX_M) -mtune=cortex-m7 -mcpu=cortex-m7 -DMCU_SERIES_F7
53+
CFLAGS_MCU_l4 = $(CFLAGS_CORTEX_M) -mtune=cortex-m4 -mcpu=cortex-m4 -DMCU_SERIES_L4
5354

5455
CFLAGS = $(INC) -Wall -Wpointer-arith -Werror -ansi -std=gnu99 -nostdlib $(CFLAGS_MOD)
5556
CFLAGS += -D$(CMSIS_MCU)

0 commit comments

Comments
 (0)