mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-04 13:17:08 -04:00
Add libphonumber support: - no thread safety support (disabled mutexes, etc.) - use re2 regexes instead of ICU's - don't normalize utf8 decimals - use ASCII decimals only
39 lines
1.0 KiB
Plaintext
39 lines
1.0 KiB
Plaintext
[submodule "module-bluetooth/lib/btstack"]
|
|
path = module-bluetooth/lib/btstack
|
|
url = ../btstack-bluetopia.git
|
|
shallow = true
|
|
[submodule "module-lwip/lib/lwip"]
|
|
path = module-lwip/lib/lwip
|
|
url = ../lwip.git
|
|
shallow = true
|
|
[submodule "module-utils/tinyfsm"]
|
|
path = module-utils/tinyfsm
|
|
url = https://github.com/digint/tinyfsm.git
|
|
[submodule "module-utils/microtar"]
|
|
path = module-utils/microtar
|
|
url = ../microtar.git
|
|
[submodule "module-utils/segger"]
|
|
path = module-utils/segger
|
|
url = ../segger-utils.git
|
|
[submodule "module-utils/crc32"]
|
|
path = module-utils/crc32
|
|
url = ../crc32
|
|
[submodule "module-utils/sbini"]
|
|
path = module-utils/sbini
|
|
url = ../sbini
|
|
[submodule "module-utils/re2"]
|
|
path = module-utils/re2
|
|
url = ../re2.git
|
|
branch = rt1051
|
|
shallow = true
|
|
[submodule "module-utils/protobuf"]
|
|
path = module-utils/protobuf
|
|
url = ../protobuf.git
|
|
branch = rt1051
|
|
shallow = true
|
|
[submodule "module-utils/libphonenumber"]
|
|
path = module-utils/libphonenumber
|
|
url = ../libphonenumber.git
|
|
branch = rt1051
|
|
shallow = true
|