From 1392dd96277cf19d85bc699b1cc819b6b7ae4dc0 Mon Sep 17 00:00:00 2001
From: bradleysmith23
Date: Mon, 13 Nov 2023 10:44:29 -0800
Subject: [PATCH] Update pages.dox
---
docs/doxygen/pages.dox | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/docs/doxygen/pages.dox b/docs/doxygen/pages.dox
index d115429..f9da4e0 100644
--- a/docs/doxygen/pages.dox
+++ b/docs/doxygen/pages.dox
@@ -8,7 +8,13 @@ AWS IoT jobs can be used to define a set of remote operations that are sent to a
For documentation of the service, please see the [AWS IoT Developer Guide](https://docs.aws.amazon.com/iot/latest/developerguide/iot-jobs.html).
Interactions with the jobs service use MQTT, a lightweight publish-subscribe protocol.
This library provides a convenience API to compose and recognize the MQTT topic strings used by the jobs service.
-The library is written in C and designed to be compliant with ISO C90 and MISRA C:2012.
+The library is written in C and designed to be compliant with ISO C99 and MISRA C:2012.
+It has proofs showing safe memory use and no heap allocation, making it suitable for IoT microcontrollers, but also fully portable to other platforms.
+
+
+
+AWS IoT OTA Job Parser can be used to Parse out the fields of an incoming Job Document sent to a device from AWS IoT.
+The library is written in C and designed to be compliant with ISO C99 and MISRA C:2012.
It has proofs showing safe memory use and no heap allocation, making it suitable for IoT microcontrollers, but also fully portable to other platforms.