Skip to content

Commit a32e5a1

Browse files
committed
Remove submodule embassy
1 parent 2132c14 commit a32e5a1

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

.gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,3 @@
1616
[submodule "examples/xbd-net/libcoap"]
1717
path = examples/xbd-net/libcoap
1818
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

examples/xbd-net/Makefile

+2-11
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,9 @@ all: build-native
33
include ../native.mk
44
include ../esp32.mk
55

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-
156
# native
167

17-
build-native: get-crate-embassy libcoap-riot-pkg
8+
build-native: libcoap-riot-pkg
189
make native-build-module
1910
make native-build-riot
2011

@@ -33,7 +24,7 @@ run-native-tap-second:# in second shell
3324

3425
# esp32
3526

36-
build-esp32: get-crate-embassy libcoap-riot-pkg
27+
build-esp32: libcoap-riot-pkg
3728
make esp32-build-module
3829
RIOT_BOARD=esp32-ethernet-kit-v1_0 make esp32-build-riot
3930
build-esp32-minimal:

examples/xbd-net/crates/embassy

-1
This file was deleted.

0 commit comments

Comments
 (0)