Home
last modified time | relevance | path

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

/Kernel-v10.6.2/.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.yml133git submodule update --checkout --init --depth 1 FreeRTOS/Demo/ThirdParty/Community-Supported-Demos
152 … sudo apt-get -y install gcc-arm-none-eabi build-essential cmake git ninja-build python3-minimal
173 git clone https://github.com/raspberrypi/pico-sdk.git
Dci.yml50 grep --exclude="*.md" --exclude-dir=".git" -rnI -e "[[:blank:]]$" .
62 find . -path ./.git -prune -o -exec file {} + | grep "CRLF"
/Kernel-v10.6.2/
DREADME.md23 GIT_REPOSITORY https://github.com/FreeRTOS/FreeRTOS-Kernel.git
24 GIT_TAG main #Note: Best practice to use specific git-hash or tagged version
63 git clone https://github.com/FreeRTOS/FreeRTOS-Kernel.git
67 git clone git@github.com:FreeRTOS/FreeRTOS-Kernel.git
85 …o the FreeRTOS-Kernel repository use unix-style LF line endings for the best compatbility with git.
87 For optmial compatibility with Microsoft Windows tools, it is best to enable the git autocrlf featu…
89 git config core.autocrlf true
92 ### Git History Optimizations
93 …any lines and lead to unwanted behavior when using the `git blame` command. You can configure git
95 git config blame.ignoreRevsFile .git-blame-ignore-revs
DHistory.txt430 collaborative development in Git. The auto-formated code is not identical
/Kernel-v10.6.2/portable/ThirdParty/GCC/ARM_TFM/
DREADME.md13 …e. Please get the details from this [link](https://git.trustedfirmware.org/TF-M/trusted-firmware-m…
31 See the [link](https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/) to get the source code…
/Kernel-v10.6.2/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-v10.6.2/.github/actions/
Durl_verifier.sh27 done < <(grep -e 'https\?://' ${PROJECT} -RIa --exclude='*.exe' --exclude-dir=.git | tr '*' ' ')
/Kernel-v10.6.2/.github/scripts/
Dkernel_checker.py87 r'.*\.git.*',