mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
fd6fedaab6
- Moved the BOARD_INSUFFICIENT_MEMORY list into Makefile.ci - Formatted the list to contain one board per line - Sorted the lists alphabetically
14 lines
538 B
Makefile
14 lines
538 B
Makefile
# ROM is overflowing for these boards when using
|
|
# gcc-arm-none-eabi-4.9.3.2015q2-1trusty1 from ppa:terry.guo/gcc-arm-embedded
|
|
# (Travis is using this PPA currently, 2015-06-23)
|
|
# Debian jessie libstdc++-arm-none-eabi-newlib-4.8.3-9+4 works fine, though.
|
|
# Remove this line if Travis is upgraded to a different toolchain which does
|
|
# not pull in all C++ locale code whenever exceptions are used.
|
|
BOARD_INSUFFICIENT_MEMORY := \
|
|
i-nucleo-lrwan1 \
|
|
nucleo-f334r8 \
|
|
spark-core \
|
|
stm32f0discovery \
|
|
stm32l0538-disco \
|
|
#
|