From 345e0bf063047dbd961e8f4f0709a2d75b309d52 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Fri, 6 Nov 2020 10:22:09 +0100 Subject: [PATCH] boards/e104-bt5010a-tb: default to nrfmin nimble is too large for the board. --- boards/e104-bt5010a-tb/Makefile.dep | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boards/e104-bt5010a-tb/Makefile.dep b/boards/e104-bt5010a-tb/Makefile.dep index d5b015b176..45f77b84c5 100644 --- a/boards/e104-bt5010a-tb/Makefile.dep +++ b/boards/e104-bt5010a-tb/Makefile.dep @@ -1,3 +1,5 @@ USEMODULE += boards_common_e104_bt50xxa_tb +# use nrfmin for GNRC as nimble is too large for the board +include $(RIOTBOARD)/common/nrf52/Makefile.nrfmin.dep include $(RIOTBOARD)/common/e104-bt50xxa-tb/Makefile.dep