From 34ebec4d735d9e1d700436035de88bf89ef0940d Mon Sep 17 00:00:00 2001 From: Archit Gupta Date: Mon, 20 Dec 2021 20:00:20 -0800 Subject: [PATCH] Add SigV4 and Fleet Provisioning to FreeRTOS/FreeRTOS paths --- memory_statistics/paths.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/memory_statistics/paths.json b/memory_statistics/paths.json index 3ae5475a..bc16af62 100644 --- a/memory_statistics/paths.json +++ b/memory_statistics/paths.json @@ -31,5 +31,11 @@ }, "ota": { "path": "FreeRTOS-Plus/Source/AWS/ota" + }, + "sigv4": { + "path": "FreeRTOS-Plus/Source/AWS/sigv4" + }, + "fleetprovisioning": { + "path": "FreeRTOS-Plus/Source/AWS/fleet-provisioning" } }