mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-05-12 11:42:57 -04:00
Update multiple submodules (#981)
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
parent
e7d31258f6
commit
89ccc1da50
18 changed files with 32 additions and 34 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -82,8 +82,6 @@ jobs:
|
|||
# List of directories containing libraries whose doxygen output will be generated.
|
||||
libs_parent_dir_path: FreeRTOS-Plus/Source,FreeRTOS-Plus/Source/AWS,FreeRTOS-Plus/Source/Application-Protocols,FreeRTOS-Plus/Source/Utilities
|
||||
generate_zip: true
|
||||
doxygen_link: "https://sourceforge.net/projects/doxygen/files/rel-1.9.2/doxygen-1.9.2.linux.bin.tar.gz"
|
||||
doxygen_dependencies: libclang-9-dev libclang-cpp9 graphviz
|
||||
- name: Upload doxygen artifact if main branch
|
||||
if: success() && ( github.ref == 'refs/heads/main' || github.ref == 'refs/heads/release-candidate' )
|
||||
env:
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 989670043d46dc104477957cdc0ce263218dae0a
|
||||
Subproject commit 747ae050e1d22682c8c757fff48dba2760094505
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 250821f043d2d080547270b43f01d53c7d52640a
|
||||
Subproject commit 0c17830735d83fe1e399af056820de0f4666f43c
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit fca2f6d4a87136a62604ccc5868196496b9c1980
|
||||
Subproject commit 8ce2b28325efb917c2e357aed2361e3fa6162ecf
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit e56c6f8f3a525b895ecbde0dfdde51e959c3e90a
|
||||
Subproject commit 3e33c6a0eeaebb820a445a3d4b1a02896b3e557d
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit f9760892ba152f2c9104d08192ea5ffbbf9fa8ea
|
||||
Subproject commit 0c46d6a6f77414ed8d8a383d1a04d93dcc7e0f5c
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit cbfad41556de904fc94a6f960bad295929688ef4
|
||||
Subproject commit 1e692f74f17c8ab9f8332cc2af37e283660bac03
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 2949950412ffc88201c15a3a9ce4ecf71f4e1045
|
||||
Subproject commit 48ccceb4bc048a36012ff33a0adbb49bc891045f
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 6d5641b8a2f410470134d9bfe8ee71e3d83a565e
|
||||
Subproject commit 143a15eb11124903e51ab3c0bba6234fbbe23f42
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 86c51db1a7d060744a06fa3619bd3ba86a938a94
|
||||
Subproject commit 3b743173ddc7ec00d3073462847db15580a56617
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 32d2168d504e4a7b135ec890e601cc66efc32bd5
|
||||
Subproject commit 3cb8ad937f70516cb9f08a7d622cfa9195736d3b
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 0c6eae034079360dca9839438cc4b12b6100d976
|
||||
Subproject commit e5862bdaf6b643840491af8ffeb0a0a366eff665
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 0bf460c935ca59cf0423ef0ac3505f13961c2e9e
|
||||
Subproject commit a3f418a20dd05c5aecb362f52ee7344a606ac766
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 8818bed40e57215fda8efa4b7fd33f7ae2c80d65
|
||||
Subproject commit f4b3fcfe92002a3a7609e511fd05361b9e812021
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 5b31f4c37a034911a4992fd415f8177a75014946
|
||||
Subproject commit 360cfcd8eac76737cddab9be6c4eb057446b1ec0
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 781f5774948fa8e6427be544b1bf1ad512ae9e90
|
||||
Subproject commit 6ddc35ebdcd97a74d39a9c00e9bfa9a6b0febe4e
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit ddd50d9a80fd80e2bca7e93d49baf5c71986cbbb
|
||||
Subproject commit 1b8a4244bdd911f156ce5bc6f9f13dcde68228cb
|
||||
32
manifest.yml
32
manifest.yml
|
|
@ -4,77 +4,77 @@ description: "This is the standard distribution of FreeRTOS."
|
|||
|
||||
dependencies:
|
||||
- name: "FreeRTOS-Kernel"
|
||||
version: "ddd50d9a8"
|
||||
version: "1b8a4244b"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/FreeRTOS/FreeRTOS-Kernel.git"
|
||||
path: "FreeRTOS/Source"
|
||||
|
||||
- name: "FreeRTOS-Plus-TCP"
|
||||
version: "V3.1.0"
|
||||
version: "a3f418a"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/FreeRTOS/FreeRTOS-Plus-TCP.git"
|
||||
path: "FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP"
|
||||
|
||||
- name: "coreJSON"
|
||||
version: "v3.2.0"
|
||||
version: "360cfcd"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/FreeRTOS/coreJSON.git"
|
||||
path: "FreeRTOS-Plus/Source/coreJSON"
|
||||
|
||||
- name: "sigv4"
|
||||
version: "v1.2.0"
|
||||
version: "1e692f7"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/aws/SigV4-for-AWS-IoT-embedded-sdk.git"
|
||||
path: "FreeRTOS-Plus/Source/AWS/sigv4"
|
||||
|
||||
- name: "coreHTTP"
|
||||
version: "v3.0.0"
|
||||
version: "48ccceb"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/FreeRTOS/coreHTTP.git"
|
||||
path: "FreeRTOS-Plus/Source/Application-Protocols/coreHTTP"
|
||||
|
||||
- name: "coreMQTT"
|
||||
version: "v2.1.1"
|
||||
version: "143a15e"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/FreeRTOS/coreMQTT.git"
|
||||
path: "FreeRTOS-Plus/Source/Application-Protocols/coreMQTT"
|
||||
|
||||
- name: "coreMQTT Agent"
|
||||
version: "v1.2.0"
|
||||
version: "3b74317"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/FreeRTOS/coreMQTT-Agent.git"
|
||||
path: "FreeRTOS-Plus/Source/Application-Protocols/coreMQTT-Agent"
|
||||
|
||||
- name: "corePKCS11"
|
||||
version: "v3.5.0"
|
||||
version: "6ddc35e"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/FreeRTOS/corePKCS11.git"
|
||||
path: "FreeRTOS-Plus/Source/corePKCS11"
|
||||
|
||||
- name: "device-defender"
|
||||
version: "v1.3.0"
|
||||
version: "747ae05"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/aws/Device-Defender-for-AWS-IoT-embedded-sdk.git"
|
||||
path: "FreeRTOS-Plus/Source/AWS/device-defender"
|
||||
|
||||
- name: "device-shadow"
|
||||
version: "v1.3.0"
|
||||
version: "0c17830"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/aws/Device-Shadow-for-AWS-IoT-embedded-sdk.git"
|
||||
path: "FreeRTOS-Plus/Source/AWS/device-shadow"
|
||||
|
||||
- name: "jobs"
|
||||
version: "v1.3.0"
|
||||
version: "3e33c6a"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk.git"
|
||||
|
|
@ -95,21 +95,21 @@ dependencies:
|
|||
path: "FreeRTOS-Plus/ThirdParty/mbedtls"
|
||||
|
||||
- name: "backoffAlgorithm"
|
||||
version: "v1.3.0"
|
||||
version: "f4b3fcf"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/FreeRTOS/backoffAlgorithm"
|
||||
path: "FreeRTOS-Plus/Source/Utilities/backoff_algorithm"
|
||||
|
||||
- name: "ota"
|
||||
version: "v3.4.0"
|
||||
version: "0c46d6a"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/aws/ota-for-aws-iot-embedded-sdk"
|
||||
path: "FreeRTOS-Plus/Source/AWS/ota"
|
||||
|
||||
- name: "coreSNTP"
|
||||
version: "v1.2.0"
|
||||
version: "3cb8ad9"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/FreeRTOS/coreSNTP"
|
||||
|
|
@ -130,7 +130,7 @@ dependencies:
|
|||
path: "FreeRTOS/Demo/ThirdParty/Partner-Supported-Demos"
|
||||
|
||||
- name: "FreeRTOS-Cellular-Interface"
|
||||
version: "v1.3.0"
|
||||
version: "e5862bd"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface.git"
|
||||
|
|
@ -158,7 +158,7 @@ dependencies:
|
|||
path: "FreeRTOS-Plus/Source/FreeRTOS-Cellular-Modules/sara-r4"
|
||||
|
||||
- name: "fleet-provisioning"
|
||||
version: "v1.1.0"
|
||||
version: "8ce2b28"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/aws/Fleet-Provisioning-for-AWS-IoT-embedded-sdk.git"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue