Update submodules for LTS 2.0. (#22)

This commit is contained in:
Soren Ptak
2022-10-14 11:44:05 -07:00
committed by GitHub
parent c13962d197
commit 7c78114b5e
16 changed files with 27 additions and 11 deletions

12
.gitmodules vendored
View File

@ -40,3 +40,15 @@
path = aws/ota-for-aws-iot-embedded-sdk path = aws/ota-for-aws-iot-embedded-sdk
branch = main branch = main
url = https://github.com/aws/ota-for-aws-iot-embedded-sdk.git url = https://github.com/aws/ota-for-aws-iot-embedded-sdk.git
[submodule "aws/fleet-provisioning-for-aws-iot-embedded-sdk"]
path = aws/fleet-provisioning-for-aws-iot-embedded-sdk
url = https://github.com/aws/Fleet-Provisioning-for-AWS-IoT-embedded-sdk.git
[submodule "FreeRTOS/coreSNTP"]
path = FreeRTOS/coreSNTP
url = https://github.com/FreeRTOS/coreSNTP
[submodule "aws/sigv4-for-aws-iot-embedded-sdk"]
path = aws/sigv4-for-aws-iot-embedded-sdk
url = https://github.com/aws/SigV4-for-AWS-IoT-embedded-sdk.git
[submodule "FreeRTOS/FreeRTOS-Cellular-Interface"]
path = FreeRTOS/FreeRTOS-Cellular-Interface
url = https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface.git

1
FreeRTOS/coreSNTP Submodule

Submodule FreeRTOS/coreSNTP added at 38070444ce