Skip to content

Commit 10c8c67

Browse files
committed
quectel: Add helios as submodule.
1 parent b7c6f72 commit 10c8c67

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,6 @@
7474
[submodule "lib/alif-security-toolkit"]
7575
path = lib/alif-security-toolkit
7676
url = https://github.com/micropython/alif-security-toolkit.git
77+
[submodule "lib/helios"]
78+
path = lib/helios
79+
url = https://github.com/QuecPython/Helios-SDK.git

lib/helios

Submodule helios added at deb5ab0

ports/quectel/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ endif
2020

2121
CSUPEROPT = -Os # save some code space
2222

23+
GIT_SUBMODULES += lib/helios
24+
2325
# qstr definitions (must come before including py.mk)
2426
QSTR_DEFS = qstrdefsport.h
2527

0 commit comments

Comments
 (0)