1
0
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:
Thomas Eichinger 2015-01-28 11:21:51 +01:00
parent b0d1ca2d31
commit 0b79dffa87

View File

@ -34,7 +34,7 @@ export CXXUWFLAGS +=
export CXXEXFLAGS += export CXXEXFLAGS +=
# define build specific options # define build specific options
export CPU_USAGE = -mcpu=cortex-m3 export CPU_USAGE = -mcpu=cortex-m4
export FPU_USAGE = 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 += -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 export CFLAGS += -ffunction-sections -fdata-sections -fno-builtin