mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge #19582
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:
commit
ef0e29e555
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.pkg_common
|
||||
|
||||
LWIP_IPV4 ?= 0
|
||||
LWIP_IPV6 ?= 1
|
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.pkg_common
|
||||
|
||||
LWIP_IPV4 ?= 0
|
||||
LWIP_IPV6 ?= 1
|
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.pkg_common
|
||||
|
||||
LWIP_IPV4 ?= 0
|
||||
LWIP_IPV6 ?= 1
|
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.pkg_common
|
||||
|
||||
LWIP_IPV4 ?= 0
|
||||
LWIP_IPV6 ?= 1
|
@ -1,5 +1,5 @@
|
||||
BOARD ?= nrf52dk
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.pkg_common
|
||||
|
||||
# include shell support
|
||||
USEMODULE += shell
|
@ -1,5 +1,5 @@
|
||||
BOARD ?= nrf52dk
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.pkg_common
|
||||
|
||||
# include shell support
|
||||
USEMODULE += shell
|
@ -1,5 +1,5 @@
|
||||
BOARD ?= nrf52dk
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.pkg_common
|
||||
|
||||
# include shell support
|
||||
USEMODULE += shell
|
@ -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
|
@ -1,5 +1,5 @@
|
||||
BOARD ?= nrf52840dk
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.pkg_common
|
||||
|
||||
# we want shell support
|
||||
USEMODULE += shell
|
@ -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
|
@ -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
|
@ -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
|
@ -1,5 +1,5 @@
|
||||
BOARD ?= nrf52dk
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.pkg_common
|
||||
|
||||
# include shell support
|
||||
USEMODULE += shell
|
@ -1,5 +1,5 @@
|
||||
BOARD ?= nrf52dk
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.pkg_common
|
||||
|
||||
# include shell support
|
||||
USEMODULE += shell
|
@ -1,5 +1,5 @@
|
||||
BOARD ?= nrf52dk
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.pkg_common
|
||||
|
||||
# include shell support
|
||||
USEMODULE += shell
|
@ -1,5 +1,5 @@
|
||||
BOARD ?= nrf52dk
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.pkg_common
|
||||
|
||||
# include shell support
|
||||
USEMODULE += shell_cmds_default
|
@ -1,5 +1,5 @@
|
||||
BOARD ?= nrf52dk
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.pkg_common
|
||||
|
||||
# include shell support
|
||||
USEMODULE += shell_cmds_default
|
Loading…
Reference in New Issue
Block a user