1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
19582: tests: move nimble and lwip related to test applications to tests/pkg r=aabadie a=aabadie



Co-authored-by: Alexandre Abadie <alexandre.abadie@inria.fr>
This commit is contained in:
bors[bot] 2023-05-12 12:35:04 +00:00 committed by GitHub
commit ef0e29e555
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
73 changed files with 19 additions and 19 deletions

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.pkg_common
LWIP_IPV4 ?= 0
LWIP_IPV6 ?= 1

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.pkg_common
LWIP_IPV4 ?= 0
LWIP_IPV6 ?= 1

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.pkg_common
LWIP_IPV4 ?= 0
LWIP_IPV6 ?= 1

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.pkg_common
LWIP_IPV4 ?= 0
LWIP_IPV6 ?= 1

View File

@ -1,5 +1,5 @@
BOARD ?= nrf52dk
include ../Makefile.tests_common
include ../Makefile.pkg_common
# include shell support
USEMODULE += shell

View File

@ -1,5 +1,5 @@
BOARD ?= nrf52dk
include ../Makefile.tests_common
include ../Makefile.pkg_common
# include shell support
USEMODULE += shell

View File

@ -1,5 +1,5 @@
BOARD ?= nrf52dk
include ../Makefile.tests_common
include ../Makefile.pkg_common
# include shell support
USEMODULE += shell

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.pkg_common
# If no BOARD is found in the environment, use this default:
BOARD ?= esp32-wroom-32

View File

@ -1,5 +1,5 @@
BOARD ?= nrf52840dk
include ../Makefile.tests_common
include ../Makefile.pkg_common
# we want shell support
USEMODULE += shell

View File

@ -2,7 +2,7 @@
BOARD ?= nrf52dk
# load the default test environment
include ../Makefile.tests_common
include ../Makefile.pkg_common
# RIOT modules used in for this test
USEMODULE += xtimer
@ -12,7 +12,7 @@ USEMODULE += ps
USEMODULE += bluetil_ad
# Get the shared NimBLE and test configuration from the backend server
include $(RIOTBASE)/tests/nimble_l2cap_server/nimble.inc.mk
include $(RIOTBASE)/tests/pkg/nimble_l2cap_server/nimble.inc.mk
# Comment this out to disable code in RIOT that does safety checking
# which is not needed in a production environment but helps in the

View File

@ -2,14 +2,14 @@
BOARD ?= nrf52dk
# load the default test environment
include ../Makefile.tests_common
include ../Makefile.pkg_common
# RIOT modules used in for this test
USEMODULE += xtimer
USEMODULE += bluetil_ad
# Get the shared NimBLE and test configuration from the backend server
include $(RIOTBASE)/tests/nimble_l2cap_server/nimble.inc.mk
include $(RIOTBASE)/tests/pkg/nimble_l2cap_server/nimble.inc.mk
# Comment this out to disable code in RIOT that does safety checking
# which is not needed in a production environment but helps in the

View File

@ -43,4 +43,4 @@ CFLAGS += -DMYNEWT_VAL_BLE_L2CAP_COC_MPS=MYNEWT_VAL_BLE_LL_MAX_PKT_SIZE
CFLAGS += -DMYNEWT_VAL_MSYS_1_BLOCK_COUNT=$(MSYS_CNT)
CFLAGS += -DMYNEWT_VAL_MSYS_1_BLOCK_SIZE="(MYNEWT_VAL_BLE_L2CAP_COC_MPS + 48)"
INCLUDES += -I$(RIOTBASE)/tests/nimble_l2cap_server/include
INCLUDES += -I$(RIOTBASE)/tests/pkg/nimble_l2cap_server/include

View File

@ -1,5 +1,5 @@
BOARD ?= nrf52dk
include ../Makefile.tests_common
include ../Makefile.pkg_common
# include shell support
USEMODULE += shell

View File

@ -1,5 +1,5 @@
BOARD ?= nrf52dk
include ../Makefile.tests_common
include ../Makefile.pkg_common
# include shell support
USEMODULE += shell

View File

@ -1,5 +1,5 @@
BOARD ?= nrf52dk
include ../Makefile.tests_common
include ../Makefile.pkg_common
# include shell support
USEMODULE += shell

View File

@ -1,5 +1,5 @@
BOARD ?= nrf52dk
include ../Makefile.tests_common
include ../Makefile.pkg_common
# include shell support
USEMODULE += shell_cmds_default

View File

@ -1,5 +1,5 @@
BOARD ?= nrf52dk
include ../Makefile.tests_common
include ../Makefile.pkg_common
# include shell support
USEMODULE += shell_cmds_default