mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-01-22 01:30:31 -05:00
* [Cellular] Add cellulr lib submodule and demo app * [Cellular] Fix memory violation in transport layer and add using LoggingPrintf * Update FreeRTOS Cellular Interface * Change the mbedtls usage in FreeRTOS-Plus * [Cellular] Fix missing spell * [Cellular] Add manifest.yml * Fix missing spell * Update manifest.yml * [Cellular] Add integration test * Modify the demo log level to LOG_INFO * Update cellular interface * The modification of the folder structure for cellular library * Rename the naming of demo * Adjust the location of using_mbedtls and socket_wrapper * Adjust project setting for relocating using_mbedtls and socket_wrapper * Turn off PSM mode * Add start marker for CI validation. * The modification for mbedtls platform send/recv function for cellular * Change the project file due to the changes of mbedtls platform send/recv function for cellular * Fix missing newline and remove unused file * Add missing configuration. * Make cellular and freertos tcp plus use the same transport implementation * Add comment for the macro MBEDTLS_SSL_SEND and MBEDTLS_SSL_RECV * Make changes from the github comment.
63 lines
3.2 KiB
Text
63 lines
3.2 KiB
Text
[submodule "FreeRTOS/Source"]
|
|
path = FreeRTOS/Source
|
|
url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git
|
|
[submodule "FreeRTOS/Test/CMock/CMock"]
|
|
path = FreeRTOS/Test/CMock/CMock
|
|
url = https://github.com/ThrowTheSwitch/CMock.git
|
|
[submodule "FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP"]
|
|
path = FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP
|
|
url = https://github.com/FreeRTOS/FreeRTOS-Plus-TCP
|
|
[submodule "FreeRTOS-Plus/Source/AWS/device-shadow"]
|
|
path = FreeRTOS-Plus/Source/AWS/device-shadow
|
|
url = https://github.com/aws/device-shadow-for-aws-iot-embedded-sdk
|
|
[submodule "FreeRTOS-Plus/Source/Application-Protocols/coreMQTT"]
|
|
path = FreeRTOS-Plus/Source/Application-Protocols/coreMQTT
|
|
url = https://github.com/FreeRTOS/coreMQTT
|
|
[submodule "FreeRTOS-Plus/Source/coreJSON"]
|
|
path = FreeRTOS-Plus/Source/coreJSON
|
|
url = https://github.com/FreeRTOS/coreJSON
|
|
[submodule "FreeRTOS-Plus/Test/CMock"]
|
|
path = FreeRTOS-Plus/Test/CMock
|
|
url = https://github.com/ThrowTheSwitch/CMock
|
|
[submodule "FreeRTOS-Plus/ThirdParty/mbedtls"]
|
|
path = FreeRTOS-Plus/ThirdParty/mbedtls
|
|
url = https://github.com/ARMmbed/mbedtls
|
|
[submodule "FreeRTOS-Plus/Source/Application-Protocols/corePKCS11"]
|
|
path = FreeRTOS-Plus/Source/corePKCS11
|
|
url = https://github.com/FreeRTOS/corePKCS11.git
|
|
[submodule "FreeRTOS-Plus/Source/AWS/jobs"]
|
|
path = FreeRTOS-Plus/Source/AWS/jobs
|
|
url = https://github.com/aws/jobs-for-aws-iot-embedded-sdk.git
|
|
[submodule "FreeRTOS-Plus/Source/AWS/device-defender"]
|
|
path = FreeRTOS-Plus/Source/AWS/device-defender
|
|
url = https://github.com/aws/device-defender-for-aws-iot-embedded-sdk.git
|
|
[submodule "FreeRTOS-Plus/Source/Application-Protocols/coreHTTP"]
|
|
path = FreeRTOS-Plus/Source/Application-Protocols/coreHTTP
|
|
url = https://github.com/FreeRTOS/coreHTTP
|
|
[submodule "FreeRTOS-Plus/Source/Utilities/backoff_algorithm"]
|
|
path = FreeRTOS-Plus/Source/Utilities/backoff_algorithm
|
|
url = https://github.com/FreeRTOS/backoffAlgorithm.git
|
|
[submodule "FreeRTOS-Plus/ThirdParty/wolfSSL"]
|
|
path = FreeRTOS-Plus/ThirdParty/wolfSSL
|
|
url = https://github.com/wolfSSL/wolfssl.git
|
|
[submodule "FreeRTOS/Test/aws-build-accumulator"]
|
|
path = FreeRTOS/Test/litani
|
|
url = https://github.com/awslabs/aws-build-accumulator.git
|
|
[submodule "FreeRTOS-Plus/Source/Application-Protocols/coreMQTT-Agent"]
|
|
path = FreeRTOS-Plus/Source/Application-Protocols/coreMQTT-Agent
|
|
url = https://github.com/FreeRTOS/coreMQTT-Agent.git
|
|
[submodule "FreeRTOS-Plus/Source/AWS/ota"]
|
|
path = FreeRTOS-Plus/Source/AWS/ota
|
|
url = https://github.com/aws/ota-for-aws-iot-embedded-sdk.git
|
|
[submodule "FreeRTOS-Plus/Source/Application-Protocols/coreSNTP"]
|
|
path = FreeRTOS-Plus/Source/Application-Protocols/coreSNTP
|
|
url = https://github.com/FreeRTOS/coreSNTP.git
|
|
[submodule "FreeRTOS/Demo/ThirdParty/Community-Supported-Demos"]
|
|
path = FreeRTOS/Demo/ThirdParty/Community-Supported-Demos
|
|
url = https://github.com/FreeRTOS/FreeRTOS-Community-Supported-Demos
|
|
[submodule "FreeRTOS/Demo/ThirdParty/Partner-Supported-Demos"]
|
|
path = FreeRTOS/Demo/ThirdParty/Partner-Supported-Demos
|
|
url = https://github.com/FreeRTOS/FreeRTOS-Partner-Supported-Demos
|
|
[submodule "FreeRTOS-Plus/Source/FreeRTOS-Cellular-Interface"]
|
|
path = FreeRTOS-Plus/Source/FreeRTOS-Cellular-Interface
|
|
url = https://github.com/FreeRTOS/Lab-Project-FreeRTOS-Cellular-Library.git
|