We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652abe7 commit 58e8b75Copy full SHA for 58e8b75
examples/riot_and_cpp/Makefile
@@ -4,6 +4,10 @@ APPLICATION = riot_and_cpp
4
# If no BOARD is found in the environment, use this default:
5
BOARD ?= native
6
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
+
11
# This has to be the absolute path to the RIOT base directory:
12
RIOTBASE ?= $(CURDIR)/../..
13
0 commit comments