Home
last modified time | relevance | path

Searched full:git (Results 1 – 11 of 11) sorted by relevance

/Kernel-v11.1.0/.github/workflows/
Dgit-secrets.yml1 name: git-secrets Check
7 git-secrets:
13 - name: Checkout awslabs/git-secrets
16 repository: awslabs/git-secrets
18 path: git-secrets
19 - name: Install git-secrets
20 run: cd git-secrets && sudo make install && cd ..
21 - name: Run git-secrets
23 git-secrets --register-aws
24 git-secrets --scan
Dauto-release.yml39 # Simpler git auth if we use checkout action and forward the repo to release script
46 - name: Configure git identity
48 git config --global user.name ${{ github.actor }}
49 git config --global user.email ${{ github.actor }}@users.noreply.github.com
54git checkout -b ${{ github.event.inputs.version_number }} ${{ github.event.inputs.commit_id }}
55 echo "COMMIT_SHA_1=$(git rev-parse HEAD)" >> $GITHUB_ENV
75 git add .
76 git commit -m '[AUTO][RELEASE]: Update version number in manifest.yml'
77 git push -u origin ${{ github.event.inputs.version_number }}
88 git add .
[all …]
Dkernel-demos.yml181git submodule update --checkout --init --depth 1 FreeRTOS/Demo/ThirdParty/Community-Supported-Demos
183 git clone https://github.com/Xilinx/embeddedsw.git --branch xilinx_v2023.1
267git submodule update --checkout --init --depth 1 FreeRTOS/Demo/ThirdParty/Community-Supported-Demos
280 … sudo apt-get -y install gcc-arm-none-eabi build-essential cmake git ninja-build python3-minimal
311 git clone https://github.com/raspberrypi/pico-sdk.git
/Kernel-v11.1.0/
DREADME.md44 GIT_REPOSITORY https://github.com/FreeRTOS/FreeRTOS-Kernel.git
45 GIT_TAG main #Note: Best practice to use specific git-hash or tagged version
49 In case you prefer to add it as a git submodule, do:
52 git submodule add https://github.com/FreeRTOS/FreeRTOS-Kernel.git <path of the submodule>
53 git submodule update --init
106 git clone https://github.com/FreeRTOS/FreeRTOS-Kernel.git
112 git clone git@github.com:FreeRTOS/FreeRTOS-Kernel.git
142 for the best compatibility with git.
145 the git autocrlf feature. You can enable this setting for the current
149 git config core.autocrlf true
[all …]
Dcspell.config.yaml7 # Read files not to spell check from the git ignore
DHistory.txt599 collaborative development in Git. The auto-formated code is not identical
/Kernel-v11.1.0/portable/ThirdParty/GCC/RP2040/
Dpico_sdk_import.cmake26 …{PICO_SDK_FETCH_FROM_GIT}" CACHE BOOL "Set to ON to fetch copy of SDK from git if not otherwise lo…
49 …as not specified. Please set PICO_SDK_PATH or set PICO_SDK_FETCH_FROM_GIT to on to fetch from git."
/Kernel-v11.1.0/examples/coverity/
DREADME.md27 - `git clone https://github.com/FreeRTOS/FreeRTOS-Kernel.git ./FreeRTOS-Kernel`
/Kernel-v11.1.0/portable/ThirdParty/GCC/ARM_TFM/
DREADME.md32 See the [link](https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/) to get the source code…
/Kernel-v11.1.0/.github/scripts/
Dkernel_checker.py90 r'.*\.git.*',
/Kernel-v11.1.0/.github/
Dpull_request_process.md3 …hat a Pull Request (PR) goes through when a pull request is submitted to a git repository in the F…