Commit a32e5a1 1 parent 2132c14 commit a32e5a1 Copy full SHA for a32e5a1
File tree 3 files changed +2
-15
lines changed
3 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 16
16
[submodule "examples/xbd-net/libcoap "]
17
17
path = examples/xbd-net/libcoap
18
18
url = https://github.com/AnimaGUS-minerva/libcoap
19
- [submodule "examples/xbd-net/crates/embassy "]
20
- path = examples/xbd-net/crates/embassy
21
- url = https://github.com/AnimaGUS-minerva/embassy
Original file line number Diff line number Diff line change @@ -3,18 +3,9 @@ all: build-native
3
3
include ../native.mk
4
4
include ../esp32.mk
5
5
6
- # submodules
7
-
8
- get-crate-embassy :
9
- [ -e " crates/embassy/.git" ] || \
10
- (cd crates && git submodule init embassy && git submodule update)
11
- sync-crate-embassy :
12
- git submodule update --remote crates/embassy && \
13
- cd crates/embassy && git checkout minerva && git pull
14
-
15
6
# native
16
7
17
- build-native : get-crate-embassy libcoap-riot-pkg
8
+ build-native : libcoap-riot-pkg
18
9
make native-build-module
19
10
make native-build-riot
20
11
@@ -33,7 +24,7 @@ run-native-tap-second:# in second shell
33
24
34
25
# esp32
35
26
36
- build-esp32 : get-crate-embassy libcoap-riot-pkg
27
+ build-esp32 : libcoap-riot-pkg
37
28
make esp32-build-module
38
29
RIOT_BOARD=esp32-ethernet-kit-v1_0 make esp32-build-riot
39
30
build-esp32-minimal :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments