Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Main To 202012-LTS #18

Merged
merged 46 commits into from
Oct 4, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
0a032cc
add submodules
cobusve Dec 14, 2020
6c66a29
Update License and Readme
cobusve Dec 14, 2020
16658fd
Update link in readme
cobusve Dec 14, 2020
10490eb
Update CONTRIBUTING.md
n9wxu Dec 15, 2020
db12d8b
Update CONTRIBUTING.md
n9wxu Dec 15, 2020
cf6df62
Update README.md
cobusve Dec 15, 2020
b79f2f8
Update README.md
cobusve Dec 15, 2020
1eec72e
Update README.md
cobusve Dec 15, 2020
10048d9
Update README.md
n9wxu Dec 15, 2020
144f0ac
Update README.md
n9wxu Dec 15, 2020
8d2ce69
remove non-lts versions
cobusve Dec 15, 2020
dccaf77
add Kernel submodule
cobusve Dec 15, 2020
81081af
Update README.md
n9wxu Dec 15, 2020
f217cca
Update README.md
cobusve Dec 15, 2020
8e67c5f
Update README.md
n9wxu Dec 15, 2020
a11e71d
Update README.md
n9wxu Dec 15, 2020
e8c6d39
Add files via upload
n9wxu Dec 15, 2020
5f49e26
Update README.md
cobusve Dec 15, 2020
778a9c2
Update README.md
tanmoysen Dec 15, 2020
56aa30a
Merge pull request #1 from FreeRTOS/tanmoysen-patch-1
cobusve Dec 15, 2020
d94e8f7
Update submodule pointers to LTS versions
cobusve Dec 15, 2020
d3811af
Update README.md
cobusve Dec 15, 2020
d387571
Update manifest.yml
cobusve Dec 15, 2020
9235008
Update manifest.yml
cobusve Dec 15, 2020
9f7af4d
Update manifest.yml
cobusve Dec 15, 2020
291831e
Update manifest.yml
n9wxu Dec 15, 2020
09ad9ee
Add GitHub Action job to automate release
aggarw13 Feb 25, 2021
c3941e7
Update the release zip name to be consistent with the prior release. …
leegeth Feb 26, 2021
8aef024
Changes for 202012.01 release (#2)
aggarw13 Feb 27, 2021
e450749
Updating OTA submodule pointer
divekarshubham Feb 27, 2021
76f405d
Merge pull request #5 from divekarshubham/202012-LTS
abhidixi11 Feb 28, 2021
1bb18c8
Update submodule pointer for Jobs (#6)
leegeth Feb 28, 2021
43152ec
Added git-secrets check to Github Actions
xuelix Mar 2, 2021
50dbe5f
Changed to use correct branch name in PR case
xuelix Mar 4, 2021
7d3942a
Merge pull request #7 from xuelix/git-secrets
aggarg Mar 4, 2021
89d8cd7
Remove branch keywords
xuelix Mar 4, 2021
796f787
Merge pull request #9 from xuelix/secret
xuelix Mar 5, 2021
ed0270e
202012.02 LTS Patch Release (#10)
aggarg Sep 10, 2021
6af390a
Update FreeRTOS-Kernel to 10.4.3-LTS-Patch-2 (#11)
aggarg Nov 12, 2021
5ba2503
Update README with EMP details (#12)
muneebahmed10 Nov 24, 2021
45db7b3
Update FreeRTOS-Plus-TCP to V2.3.2-LTS-Patch-2 (#13)
AniruddhaKanhere Feb 25, 2022
946c272
Update FreeRTOS-Kernel to 10.4.3-LTS-Patch-3 (#14)
aggarg Sep 17, 2022
21264d7
Updating the version in the README and manifest files for LTS 2.0
Sep 21, 2022
768a68d
Merge branch 'main' into 202209-LTS
Skptak Sep 21, 2022
7e3cee0
3 years of support, not 2
Sep 22, 2022
92c2559
Using 202012-LTS As the starting point for this branch
Oct 4, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add submodules
  • Loading branch information
cobusve committed Dec 14, 2020
commit 0a032cccc788cb82672d64b623950a03cbdfa88d
63 changes: 63 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
[submodule "coreMQTT"]
path = FreeRTOS/coreMQTT
branch = main
url = https://github.com/FreeRTOS/coreMQTT.git
[submodule "coreHTTP"]
path = FreeRTOS/coreHTTP
branch = main
url = https://github.com/FreeRTOS/coreHTTP.git
[submodule "coreJSON"]
path = FreeRTOS/coreJSON
branch = main
url = https://github.com/FreeRTOS/coreJSON.git
[submodule "corePKCS11"]
path = FreeRTOS/corePKCS11
branch = main
url = https://github.com/FreeRTOS/corePKCS11.git
[submodule "device-shadow-for-aws-iot-embedded-sdk"]
path = aws/device-shadow-for-aws-iot-embedded-sdk
branch = main
url = https://github.com/aws/device-shadow-for-aws-iot-embedded-sdk.git
[submodule "jobs-for-aws-iot-embedded-sdk"]
path = aws/jobs-for-aws-iot-embedded-sdk
branch = main
url = https://github.com/aws/jobs-for-aws-iot-embedded-sdk.git
[submodule "device-defender-for-aws-iot-embedded-sdk"]
path = aws/device-defender-for-aws-iot-embedded-sdk
branch = main
url = https://github.com/aws/device-defender-for-aws-iot-embedded-sdk.git
[submodule "FreeRTOS-Plus-TCP"]
path = FreeRTOS/FreeRTOS-Plus-TCP
url = https://github.com/FreeRTOS/FreeRTOS-Plus-TCP
[submodule "backoffAlgorithm"]
path = FreeRTOS/backoffAlgorithm
branch = main
url = https://github.com/FreeRTOS/backoffAlgorithm.git

[submodule "FreeRTOS/coreMQTT"]
path = FreeRTOS/coreMQTT
url = https://github.com/FreeRTOS/coreMQTT.git
[submodule "FreeRTOS/coreHTTP"]
path = FreeRTOS/coreHTTP
url = https://github.com/FreeRTOS/coreHTTP.git
[submodule "FreeRTOS/coreJSON"]
path = FreeRTOS/coreJSON
url = https://github.com/FreeRTOS/coreJSON.git
[submodule "FreeRTOS/corePKCS11"]
path = FreeRTOS/corePKCS11
url = https://github.com/FreeRTOS/corePKCS11.git
[submodule "aws/device-shadow-for-aws-iot-embedded-sdk"]
path = aws/device-shadow-for-aws-iot-embedded-sdk
url = https://github.com/aws/device-shadow-for-aws-iot-embedded-sdk.git
[submodule "aws/jobs-for-aws-iot-embedded-sdk"]
path = aws/jobs-for-aws-iot-embedded-sdk
url = https://github.com/aws/jobs-for-aws-iot-embedded-sdk.git
[submodule "aws/device-defender-for-aws-iot-embedded-sdk"]
path = aws/device-defender-for-aws-iot-embedded-sdk
url = https://github.com/aws/device-defender-for-aws-iot-embedded-sdk.git
[submodule "FreeRTOS/FreeRTOS-Plus-TCP"]
path = FreeRTOS/FreeRTOS-Plus-TCP
url = https://github.com/FreeRTOS/FreeRTOS-Plus-TCP
[submodule "FreeRTOS/backoffAlgorithm"]
path = FreeRTOS/backoffAlgorithm
url = https://github.com/FreeRTOS/backoffAlgorithm.git
1 change: 1 addition & 0 deletions FreeRTOS/FreeRTOS-Plus-TCP
Submodule FreeRTOS-Plus-TCP added at d84c48
1 change: 1 addition & 0 deletions FreeRTOS/backoffAlgorithm
Submodule backoffAlgorithm added at 6127f3
1 change: 1 addition & 0 deletions FreeRTOS/coreHTTP
Submodule coreHTTP added at 3fb886
1 change: 1 addition & 0 deletions FreeRTOS/coreJSON
Submodule coreJSON added at 97a906
1 change: 1 addition & 0 deletions FreeRTOS/coreMQTT
Submodule coreMQTT added at 3ef8ac
1 change: 1 addition & 0 deletions FreeRTOS/corePKCS11
Submodule corePKCS11 added at 982b83
1 change: 1 addition & 0 deletions aws/device-shadow-for-aws-iot-embedded-sdk
1 change: 1 addition & 0 deletions aws/jobs-for-aws-iot-embedded-sdk