1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request https://github.com/RIOT-OS/applications/pull/50 from smlng/pr/submodule

add RIOT as submodule
This commit is contained in:
Kaspar Schleiser 2019-01-03 11:09:22 +01:00 committed by GitHub
commit bd1e557a0e
5 changed files with 7 additions and 3 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "RIOT"]
path = RIOT
url = https://github.com/RIOT-OS/RIOT

1
RIOT Submodule

@ -0,0 +1 @@
Subproject commit 6ab5f15466370b6f57e023afa31fca57598af4b8

View File

@ -5,7 +5,7 @@ APPLICATION = coap_chat
BOARD ?= native
# This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../../RIOT
RIOTBASE ?= $(CURDIR)/../RIOT
USEMODULE += gnrc_netdev_default
USEMODULE += auto_init_gnrc_netif

View File

@ -5,7 +5,7 @@ APPLICATION = sniffer
BOARD ?= native
# This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../../RIOT
RIOTBASE ?= $(CURDIR)/../RIOT
# Define modules that are used
USEMODULE += fmt

View File

@ -5,7 +5,7 @@ APPLICATION = spectrum-scanner
BOARD ?= samr21-xpro
# This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../../RIOT
RIOTBASE ?= $(CURDIR)/../RIOT
# Define modules that are used
USEMODULE += gnrc