mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
4a9f0efb6d
Add ATmega328P Xplained Mini board. The board is an official development kit from MCHP based on the Arduino UNO, reduced hardware, with a xplainedmini debugger and CDC ACM serial converter. Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
24 lines
460 B
Makefile
24 lines
460 B
Makefile
BOARD_INSUFFICIENT_MEMORY := \
|
|
arduino-duemilanove \
|
|
arduino-leonardo \
|
|
arduino-mega2560 \
|
|
arduino-nano \
|
|
arduino-uno \
|
|
atmega256rfr2-xpro \
|
|
atmega328p \
|
|
atmega328p-xplained-mini \
|
|
derfmega128 \
|
|
derfmega256 \
|
|
hifive1 \
|
|
hifive1b \
|
|
i-nucleo-lrwan1 \
|
|
im880b \
|
|
mega-xplained \
|
|
microduino-corerf \
|
|
nucleo-f031k6 \
|
|
nucleo-l011k4 \
|
|
stm32l0538-disco \
|
|
waspmote-pro \
|
|
zigduino \
|
|
#
|