Searched +full:- +full:dfreertos_smp_example (Results 1 – 3 of 3) sorted by relevance
1 # MISRA Compliance for FreeRTOS-Kernel2 FreeRTOS-Kernel is MISRA C:2012 compliant. This directory contains a project to3 … [Synopsys Coverity](https://www.synopsys.com/software-integrity/security-testing/static-analysis-…20 …run on any platform mentioned [here](https://sig-docs.synopsys.com/polaris/topics/c_coverity-compa…23 1. CMake version > 3.13.0 (You can check whether you have this by typing `cmake --version`).25 - See download and installation instructions [here](https://gcc.gnu.org/install/).27 - `git clone https://github.com/FreeRTOS/FreeRTOS-Kernel.git ./FreeRTOS-Kernel`30 Go to the root directory of the FreeRTOS-Kernel repo and run the following34 cov-configure --force --compiler cc --comptype gcc40 cmake -B build -S examples/coverity[all …]
10 bashPass: \033[32;1mPASSED -11 bashInfo: \033[33;1mINFO -12 bashFail: \033[31;1mFAILED -16 Coverity-Scan:17 if: ( github.repository == 'FreeRTOS/FreeRTOS-Kernel' )19 runs-on: ubuntu-latest21 - name: Checkout the Repository24 - env:29 echo -e "::group::${{ env.bashInfo }} ${{ env.stepName }} ${{ env.bashEnd }}"31 sudo apt-get -y update[all …]
1 name: FreeRTOS-Kernel Demos6 bashPass: \033[32;1mPASSED -7 bashInfo: \033[33;1mINFO -8 bashFail: \033[31;1mFAILED -12 WIN32-MSVC:14 runs-on: windows-latest16 - name: Checkout the FreeRTOS/FreeRTOS Repository22 fetch-depth: 125 - name: Checkout Pull Request30 - name: Add msbuild to PATH[all …]