mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 05:34:59 -05:00
Updated HTTP S3 download demo to show SigV4 usage (#696)
* Updated HTTP S3 download demo to show SigV4 usage * Fixed missing config in demo_config * Added dynamic sha256 payload compute * Fixed some compiler warnings * Fixed some comments * remove unused code * Spell check updates * Core check fix
This commit is contained in:
parent
75639a3e86
commit
a483eba7d4
10 changed files with 2828 additions and 1691 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -58,6 +58,9 @@
|
|||
[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/AWS/sigv4"]
|
||||
path = FreeRTOS-Plus/Source/AWS/sigv4
|
||||
url = https://github.com/aws/SigV4-for-AWS-IoT-embedded-sdk.git
|
||||
[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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue