mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
06d560f408
Added the atmega328p board to the BOARD_INSUFFICIENT_MEMORY list where needed.
14 lines
256 B
Makefile
14 lines
256 B
Makefile
BOARD_INSUFFICIENT_MEMORY := \
|
|
arduino-duemilanove \
|
|
arduino-leonardo \
|
|
arduino-mega2560 \
|
|
arduino-nano \
|
|
arduino-uno \
|
|
atmega328p \
|
|
chronos \
|
|
nucleo-f031k6 \
|
|
nucleo-f042k6 \
|
|
nucleo-l031k6 \
|
|
waspmote-pro \
|
|
#
|