1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/calliope-mini: add nrf51 common dependencies

This commit is contained in:
Francisco Molina 2021-11-26 08:45:15 +01:00
parent dbdaa776e4
commit 56b14d5e80
7 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
ifneq (,$(filter saul_default,$(USEMODULE))) ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_gpio
USEMODULE += bmx055 USEMODULE += bmx055
endif endif
include $(RIOTBOARD)/common/microbit/Makefile.dep include $(RIOTBOARD)/common/microbit/Makefile.dep
include $(RIOTBOARD)/common/nrf51/Makefile.dep

View File

@ -10,6 +10,7 @@ BOARD_INSUFFICIENT_MEMORY := \
atmega328p-xplained-mini \ atmega328p-xplained-mini \
atxmega-a3bu-xplained \ atxmega-a3bu-xplained \
bluepill-stm32f030c8 \ bluepill-stm32f030c8 \
calliope-mini \
derfmega128 \ derfmega128 \
hifive1 \ hifive1 \
hifive1b \ hifive1b \

View File

@ -7,6 +7,7 @@ BOARD_INSUFFICIENT_MEMORY := \
calliope-mini \ calliope-mini \
cc2650-launchpad \ cc2650-launchpad \
cc2650stk \ cc2650stk \
calliope-mini \
hifive1 \ hifive1 \
i-nucleo-lrwan1 \ i-nucleo-lrwan1 \
im880b \ im880b \

View File

@ -12,6 +12,7 @@ BOARD_INSUFFICIENT_MEMORY := \
blackpill \ blackpill \
bluepill \ bluepill \
bluepill-stm32f030c8 \ bluepill-stm32f030c8 \
calliope-mini \
derfmega128 \ derfmega128 \
hifive1 \ hifive1 \
hifive1b \ hifive1b \

View File

@ -7,6 +7,7 @@ BOARD_PROVIDES_NETIF := \
avr-rss2 \ avr-rss2 \
b-l072z-lrwan1 \ b-l072z-lrwan1 \
cc2538dk \ cc2538dk \
calliope-mini \
derfmega128 \ derfmega128 \
derfmega256 \ derfmega256 \
dwm1001 \ dwm1001 \

View File

@ -12,6 +12,7 @@ BOARD_INSUFFICIENT_MEMORY := \
atxmega-a3bu-xplained \ atxmega-a3bu-xplained \
b-l072z-lrwan1 \ b-l072z-lrwan1 \
bluepill-stm32f030c8 \ bluepill-stm32f030c8 \
calliope-mini \
derfmega128 \ derfmega128 \
hifive1 \ hifive1 \
hifive1b \ hifive1b \

View File

@ -6,6 +6,7 @@ BOARD_INSUFFICIENT_MEMORY := \
arduino-uno \ arduino-uno \
atmega328p \ atmega328p \
atmega328p-xplained-mini \ atmega328p-xplained-mini \
calliope-mini \
cc2650stk \ cc2650stk \
maple-mini \ maple-mini \
mbed_lpc1768 \ mbed_lpc1768 \