1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #2369 from thomaseichinger/nucleo-f334-fix

board/nucleo-f334: blacklist board in failing tests and fix CPU_USAGE
This commit is contained in:
Thomas Eichinger 2015-01-28 12:43:34 +01:00
commit 991fbd3dc1
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -13,6 +13,6 @@ DISABLE_MODULE += auto_init
CFLAGS += -DNATIVE_AUTO_EXIT
BOARD_INSUFFICIENT_RAM += chronos mbed_lpc1768 msb-430 msb-430h stm32f0discovery \
pca10000 pca10005 yunjia-nrf51822 spark-core
pca10000 pca10005 yunjia-nrf51822 spark-core nucleo-f334
include $(RIOTBASE)/Makefile.include

View File

@ -2,7 +2,7 @@ APPLICATION = thread_cooperation
include ../Makefile.tests_common
BOARD_INSUFFICIENT_RAM := chronos msb-430 msb-430h mbed_lpc1768 redbee-econotag stm32f0discovery \
pca10000 pca10005 yunjia-nrf51822 spark-core airfy-beacon
pca10000 pca10005 yunjia-nrf51822 spark-core airfy-beacon nucleo-f334
DISABLE_MODULE += auto_init

View File

@ -2,7 +2,7 @@ APPLICATION = unittests
include ../Makefile.tests_common
BOARD_INSUFFICIENT_RAM := chronos msb-430 msb-430h redbee-econotag stm32f0discovery \
telosb wsn430-v1_3b wsn430-v1_4 z1
telosb wsn430-v1_3b wsn430-v1_4 z1 nucleo-f334
USEMODULE += embunit