Skip to content

Commit 58e8b75

Browse files
committed
riot_and_cpp: do not link on build tests for stm32f0discovery
1 parent 652abe7 commit 58e8b75

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/riot_and_cpp/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ APPLICATION = riot_and_cpp
44
# If no BOARD is found in the environment, use this default:
55
BOARD ?= native
66

7+
# stm32f0discovery objects are too big with ARM Embedded Toolchain v4.9.3 20141119
8+
# (used currently by travis)
9+
BOARD_INSUFFICIENT_RAM=stm32f0discovery
10+
711
# This has to be the absolute path to the RIOT base directory:
812
RIOTBASE ?= $(CURDIR)/../..
913

0 commit comments

Comments
 (0)