Home
last modified time | relevance | path

Searched +full:fetch +full:- +full:depth (Results 1 – 5 of 5) sorted by relevance

/Kernel-v11.1.0/.github/workflows/
Dkernel-demos.yml1 name: FreeRTOS-Kernel Demos
6 bashPass: \033[32;1mPASSED -
7 bashInfo: \033[33;1mINFO -
8 bashFail: \033[31;1mFAILED -
12 WIN32-MSVC:
14 runs-on: windows-latest
16 - name: Checkout the FreeRTOS/FreeRTOS Repository
22 fetch-depth: 1
25 - name: Checkout Pull Request
30 - name: Add msbuild to PATH
[all …]
Dci.yml10 runs-on: ubuntu-20.04
12 - uses: actions/checkout@v4.1.1
13 - name: Check Formatting of FreeRTOS-Kernel Files
14 uses: FreeRTOS/CI-CD-Github-Actions/formatting@main
16 exclude-dirs: portable
18 spell-check:
19 runs-on: ubuntu-latest
21 - name: Clone This Repo
23 - name: Run spellings check
24 uses: FreeRTOS/CI-CD-Github-Actions/spellings@main
[all …]
Dunit-tests.yml6 runs-on: ubuntu-20.04
8 - name: Checkout Parent Repository
14 fetch-depth: 1
17 - name: Checkout Pull Request
22 - name: Setup Python
23 uses: actions/setup-python@master
25 python-version: 3.8
27 - name: Install packages
29 sudo apt-get install lcov cflow ruby doxygen build-essential unifdef
30 - name: Run Unit Tests with ENABLE_SANITIZER=1
[all …]
Dauto-release.yml1 name: Kernel-Auto-Release
15 description: "Version String for task.h on main branch (leave empty to leave as-is)."
20 release-packager:
22 runs-on: ubuntu-latest
25 - name: Tool Setup
26 uses: actions/setup-python@v2
33 - name: Checkout FreeRTOS Release Tools
40 - name: Checkout FreeRTOS Kernel
44 fetch-depth: 0
46 - name: Configure git identity
[all …]
/Kernel-v11.1.0/portable/WizC/PIC18/
Dport.c5 * SPDX-License-Identifier: MIT
31 + CallReturn Depth increased from 8 to 10 levels to accommodate wizC/fedC V12.
50 /*---------------------------------------------------------------------------
52 *---------------------------------------------------------------------------*/
62 * Define minimal-stack constants
63 * -----
69 * -----
73 * -----
93 /*-----------------------------------------------------------*/
103 /*-----------------------------------------------------------*/
[all …]