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:
commit
bd1e557a0e
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "RIOT"]
|
||||
path = RIOT
|
||||
url = https://github.com/RIOT-OS/RIOT
|
1
RIOT
Submodule
1
RIOT
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 6ab5f15466370b6f57e023afa31fca57598af4b8
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user