mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
boards/nucleo-f334: correct CPU_USAGE variable
This commit is contained in:
parent
b0d1ca2d31
commit
0b79dffa87
@ -34,7 +34,7 @@ export CXXUWFLAGS +=
|
||||
export CXXEXFLAGS +=
|
||||
|
||||
# define build specific options
|
||||
export CPU_USAGE = -mcpu=cortex-m3
|
||||
export CPU_USAGE = -mcpu=cortex-m4
|
||||
export FPU_USAGE =
|
||||
export CFLAGS += -ggdb -g3 -std=gnu99 -Os -Wall -Wstrict-prototypes $(CPU_USAGE) $(FPU_USAGE) -mlittle-endian -mthumb -mthumb-interwork -nostartfiles
|
||||
export CFLAGS += -ffunction-sections -fdata-sections -fno-builtin
|
||||
|
Loading…
Reference in New Issue
Block a user