You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS-Kernel/.github/workflows
Gaurav-Aggarwal-AWS 85d2cba801
Fix warning introduced in PR 730 (#735)
The change addresses the following warning:

```
tasks.c:5549:40: warning: assignment discards 'volatile' qualifier from
pointer target type [-Wdiscarded-qualifiers]
 5549 |             pxTaskStatus->pxTopOfStack = pxTCB->pxTopOfStack;
      |
```

Also add the "Build Posix_GCC Demo for Coverage Test" in the PR checks
as coverage test target treats warnings as errors and therefore, will
catch such warnings in PR checks.

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
2 years ago
..
auto-release.yml Generates SBOM after source files are updated with release tag (#680) 2 years ago
ci.yml Normalize line endings and whitespace in source files 2 years ago
git-secrets.yml Moved git-secrets check to a different workflow (#271) 4 years ago
kernel-checks.yml Run kernel demos and unit tests for PR changes (#645) 2 years ago
kernel-demos.yml Fix warning introduced in PR 730 (#735) 2 years ago
unit-tests.yml Run kernel demos and unit tests for PR changes (#645) 2 years ago