-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
24 lines (17 loc) · 762 Bytes
/
Copy pathMakefile
File metadata and controls
24 lines (17 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#---------------------------------------------------------------------------
# Cedric Adjih - Inria - 2018
#---------------------------------------------------------------------------
all: schc-test lpwan-ipv6-schc # XXX: should be submodules
RIOT:
git clone https://gitlab.inria.fr/adjih/RIOT -b dev-lethryk
@#git clone http://github.com/aabadie/RIOT -b tp3-lora-riot
Tutorials:
git clone https://github.com/RIOT-OS/Tutorials
SCHC:
git clone https://github.com/adjih/SCHC
schc-test:
git clone https://github.com/adjih/schc-test -b dev-libschic
cd schc-test && git submodule update --init --recursive
lpwan-ipv6-schc:
git clone https://github.com/jia200x/lpwan-ipv6-schc
#---------------------------------------------------------------------------