You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Enable typedef to make docs able to link *_t structs. (#185)
* Replace Synopsys link with blackduck one to solve link error. (#180)
* Fix freertos.org link in the source and doxygen files (#177)
---------
Co-authored-by: chinglee-iot <[email protected]>
"paramstructs_brief{2}=@brief Structures passed as parameters to [\2 functions](@ref \1_functions)<br>These structures are passed as parameters to library functions. Documentation for these structures will state the functions associated with each parameter structure and the purpose of each member." \
@@ -478,7 +478,7 @@ INLINE_SIMPLE_STRUCTS = NO
478
478
# types are typedef'ed and only the typedef is referenced, never the tag name.
479
479
# The default value is: NO.
480
480
481
-
TYPEDEF_HIDES_STRUCT = YES
481
+
TYPEDEF_HIDES_STRUCT = NO
482
482
483
483
# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
484
484
# cache is used to resolve symbols given their name and scope. Since this can be
- <b>Memory</b><br>The following malloc/free style APIs should be provided in cellular_platform.h.<br>
369
-
The <a href="https://www.freertos.org/a00111.html">FreeRTOS memory management document</a> can be referenced for these APIs.
369
+
The <a href="https://freertos.org/Documentation/02-Kernel/02-Kernel-features/09-Memory-management/01-Memory-management">FreeRTOS memory management document</a> can be referenced for these APIs.
370
370
```
371
371
// Example implementation of FreeRTOS malloc/free
372
372
#define Platform_Malloc pvPortMalloc
373
373
#define Platform_Free vPortFree
374
374
```
375
375
- <b>EventGroup</b><br>The following APIs and handle should be provided in cellular_platform.h.<br>
376
-
Please reference <a href="https://www.freertos.org/event-groups-API.html">FreeRTOS EvengGroup function prototypes</a>.
376
+
Please reference <a href="https://freertos.org/Documentation/02-Kernel/04-API-references/12-Event-groups-or-flags/00-Event-groups">FreeRTOS EvengGroup function prototypes</a>.
- <b>Delay</b><br>The following API should be provided in cellular_platform.h.<br>
400
-
Please reference <a href="https://www.freertos.org/a00127.html">FreeRTOS Task Control function prototypes</a>.
400
+
Please reference <a href="https://freertos.org/Documentation/02-Kernel/04-API-references/02-Task-control/00-Task-control">FreeRTOS Task Control function prototypes</a>.
401
401
```
402
402
// Example implementation of FreeRTOS Task Control
Copy file name to clipboardExpand all lines: tools/coverity/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ see the [MISRA.md](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/blob/
12
12
13
13
## Getting Started
14
14
### 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/page/deploy-install-guide/topics/supported_platforms_for_coverity_analysis.html).
16
16
To compile and run the Coverity target successfully, you must have the following:
17
17
18
18
1. CMake version > 3.13.0 (You can check whether you have this by typing `cmake --version`)
0 commit comments