Skip to content

Commit 222cc4e

Browse files
Update coverity links (#516)
* Update coverity links * Fix spell check * Fix spell check * Fix spell check
1 parent 57d3efa commit 222cc4e

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

.github/.cSpellWords.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ FOOB
2323
FOOBA
2424
FOOBDA
2525
getpacketid
26+
isOtaInterfaceInited
2627
isystem
2728
itimerspec
2829
lcov

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ following location for reference examples on POSIX and FreeRTOS:
214214

215215
| Platform | Location |
216216
| :------: | :--------------------------------------------------------------------------------------------------------------: |
217-
| POSIX | [AWS IoT Device SDK for Embedded C](https://github.com/aws/aws-iot-device-sdk-embedded-C/tree/main/demos/ota) |
218217
| FreeRTOS | [FreeRTOS/FreeRTOS](https://github.com/FreeRTOS/FreeRTOS/tree/main/FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator) |
219218
| FreeRTOS | [FreeRTOS AWS Reference Integrations](https://github.com/aws/amazon-freertos/tree/main/demos/ota) |
220219

source/include/ota.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ typedef struct OtaAgentContext
377377
* <b>Example</b>
378378
* @code{c}
379379
* // Application callback when the OTA agent has completed the job
380-
* // or is in self test mode. For example see [demos](https://github.com/aws/aws-iot-device-sdk-embedded-C/tree/main/demos/ota)
380+
* // or is in self test mode.
381381
* void otaAppCallback( OtaJobEvent_t event,
382382
* const void * pData );
383383
*
@@ -402,7 +402,6 @@ typedef struct OtaAgentContext
402402
*
403403
* // OTA interface context required for library interface functions
404404
* // The functions set by these interfaces are assumed to be defined
405-
* // For more information see [demos](https://github.com/aws/aws-iot-device-sdk-embedded-C/tree/main/demos/ota)
406405
* OtaInterfaces_t pOtaInterfaces =
407406
* {
408407
* // Initialize OTA library OS Interface.
@@ -711,8 +710,6 @@ OtaErr_t OTA_Resume( void );
711710
* This can be a function pointer that executes as the first routine when the
712711
* event loop starts.
713712
*
714-
* For a Posix based reference of creating a thread with this task,
715-
* please see the [demos in AWS IoT Embedded C SDK repository](https://github.com/aws/aws-iot-device-sdk-embedded-C/tree/main/demos/ota).
716713
*/
717714
/* @[declare_ota_eventprocessingtask] */
718715
void OTA_EventProcessingTask( const void * pUnused );

tools/coverity/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ see the [MISRA.md](https://github.com/aws/ota-for-aws-iot-embedded-sdk/blob/main
1212

1313
## Getting Started
1414
### Prerequisites
15-
You can run this on a platform supported by Coverity. The list and other details can be found [here](https://sig-docs.synopsys.com/polaris/topics/c_coverity-compatible-platforms.html).
15+
You can run this on a platform supported by Coverity. The list and other details can be found [here](https://documentation.blackduck.com/bundle/coverity-docs-2024.9/page/deploy-install-guide/topics/supported_platforms_for_coverity_analysis.html).
1616
To compile and run the Coverity target successfully, you must have the following:
1717

1818
1. CMake version > 3.13.0 (You can check whether you have this by typing `cmake --version`)

0 commit comments

Comments
 (0)