NuttX Mainline

This commit is contained in:
Lup Yuen Lee 2024-08-27 12:13:03 +08:00
parent d7f11c18c9
commit 74210f0da2
8 changed files with 9 additions and 9 deletions

View file

@ -28,7 +28,7 @@ jobs:
set -x # Echo commands
## TODO: Paste the GitHub Repo and Branch
source=https://github.com/lupyuen2/wip-nuttx/tree/benchmark9
source=https://github.com/apache/nuttx/tree/master
## Match `https://github.com/user/repo/tree/branch`
pattern='\(.*\)\/tree\/\(.*\)'

View file

@ -28,7 +28,7 @@ jobs:
set -x # Echo commands
## TODO: Paste the GitHub Repo and Branch
source=https://github.com/lupyuen2/wip-nuttx/tree/benchmark9
source=https://github.com/apache/nuttx/tree/master
## Match `https://github.com/user/repo/tree/branch`
pattern='\(.*\)\/tree\/\(.*\)'

View file

@ -28,7 +28,7 @@ jobs:
set -x # Echo commands
## TODO: Paste the GitHub Repo and Branch
source=https://github.com/lupyuen2/wip-nuttx/tree/benchmark9
source=https://github.com/apache/nuttx/tree/master
## Match `https://github.com/user/repo/tree/branch`
pattern='\(.*\)\/tree\/\(.*\)'

View file

@ -28,7 +28,7 @@ jobs:
set -x # Echo commands
## TODO: Paste the GitHub Repo and Branch
source=https://github.com/lupyuen2/wip-nuttx/tree/benchmark9
source=https://github.com/apache/nuttx/tree/master
## Match `https://github.com/user/repo/tree/branch`
pattern='\(.*\)\/tree\/\(.*\)'

View file

@ -11,11 +11,11 @@ function runme() {
| sed 's/\x1B[<=>]//g' \
| sed 's/\x1B\[[0-9:;<=>?]*[!]*[A-Za-z]//g' \
| sed 's/\x1B[@A-Z\\\]^_]\|\x1B\[[0-9:;<=>?]*[-!"#$%&'"'"'()*+,.\/]*[][\\@A-Z^_`a-z{|}~]//g' \
>>/tmp/special-qemu-riscv-knsh-paging-clean.log
>/tmp/special-qemu-riscv-knsh-paging-clean.log
cat /tmp/special-qemu-riscv-knsh-paging-clean.log | \
gh gist create \
--public \
--desc "Special Build and Test NuttX for QEMU RISC-V 32-bit (Kernel Build)" \
--desc "Special Build and Test NuttX for QEMU RISC-V 32-bit (Kernel Build with Paging)" \
--filename "special-qemu-riscv-knsh-paging.log"
}

View file

@ -11,7 +11,7 @@ function runme() {
| sed 's/\x1B[<=>]//g' \
| sed 's/\x1B\[[0-9:;<=>?]*[!]*[A-Za-z]//g' \
| sed 's/\x1B[@A-Z\\\]^_]\|\x1B\[[0-9:;<=>?]*[-!"#$%&'"'"'()*+,.\/]*[][\\@A-Z^_`a-z{|}~]//g' \
>>/tmp/special-qemu-riscv-knsh-clean.log
>/tmp/special-qemu-riscv-knsh-clean.log
cat /tmp/special-qemu-riscv-knsh-clean.log | \
gh gist create \
--public \

View file

@ -11,7 +11,7 @@ function runme() {
| sed 's/\x1B[<=>]//g' \
| sed 's/\x1B\[[0-9:;<=>?]*[!]*[A-Za-z]//g' \
| sed 's/\x1B[@A-Z\\\]^_]\|\x1B\[[0-9:;<=>?]*[-!"#$%&'"'"'()*+,.\/]*[][\\@A-Z^_`a-z{|}~]//g' \
>>/tmp/special-qemu-riscv-knsh64-clean.log
>/tmp/special-qemu-riscv-knsh64-clean.log
cat /tmp/special-qemu-riscv-knsh64-clean.log | \
gh gist create \
--public \

View file

@ -11,7 +11,7 @@ function runme() {
| sed 's/\x1B[<=>]//g' \
| sed 's/\x1B\[[0-9:;<=>?]*[!]*[A-Za-z]//g' \
| sed 's/\x1B[@A-Z\\\]^_]\|\x1B\[[0-9:;<=>?]*[-!"#$%&'"'"'()*+,.\/]*[][\\@A-Z^_`a-z{|}~]//g' \
>>/tmp/special-qemu-riscv-nsh64-clean.log
>/tmp/special-qemu-riscv-nsh64-clean.log
cat /tmp/special-qemu-riscv-nsh64-clean.log | \
gh gist create \
--public \