We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c6f72 commit 10c8c67Copy full SHA for 10c8c67
3 files changed
.gitmodules
@@ -74,3 +74,6 @@
74
[submodule "lib/alif-security-toolkit"]
75
path = lib/alif-security-toolkit
76
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
ports/quectel/Makefile
@@ -20,6 +20,8 @@ endif
20
21
CSUPEROPT = -Os # save some code space
22
23
+GIT_SUBMODULES += lib/helios
24
+
25
# qstr definitions (must come before including py.mk)
26
QSTR_DEFS = qstrdefsport.h
27
0 commit comments