Skip to content

Commit 1818806

Browse files
committed
Improve c906 smart qemu support
1 parent 7568ec9 commit 1818806

35 files changed

+4490
-0
lines changed

.github/ALL_BSP_COMPILE.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,13 @@
470470
"SUB_RTT_BSP": [
471471
"xuantie/smartl/e906"
472472
]
473+
},
474+
{
475+
"RTT_BSP": "xuantie-smart",
476+
"RTT_TOOL_CHAIN": "sourcery-Xuantie-900-gcc-linux-musl",
477+
"SUB_RTT_BSP": [
478+
"xuantie/virt64/c906"
479+
]
473480
}
474481
]
475482
}

.github/workflows/bsp_buildings.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,14 @@ jobs:
159159
/opt/Xuantie-900-gcc-elf-newlib-x86_64-V3.0.2/bin/riscv64-unknown-elf-gcc --version
160160
echo "RTT_EXEC_PATH=/opt/Xuantie-900-gcc-elf-newlib-x86_64-V3.0.2/bin" >> $GITHUB_ENV
161161
162+
- name: Install Xuantie-900-gcc-linux-musl Tools
163+
if: ${{ matrix.legs.RTT_TOOL_CHAIN == 'sourcery-Xuantie-900-gcc-linux-musl' && success() }}
164+
run: |
165+
wget -q https://github.com/RT-Thread/toolchains-ci/releases/download/v1.9/Xuantie-900-gcc-linux-6.6.0-musl64-x86_64-V3.0.2.tar.gz
166+
sudo tar -zxvf Xuantie-900-gcc-linux-6.6.0-musl64-x86_64-V3.0.2.tar.gz -C /opt
167+
/opt/Xuantie-900-gcc-linux-6.6.0-musl64-x86_64-V3.0.2/bin/riscv64-unknown-linux-musl-gcc --version
168+
echo "RTT_EXEC_PATH=/opt/Xuantie-900-gcc-linux-6.6.0-musl64-x86_64-V3.0.2/bin" >> $GITHUB_ENV
169+
162170
- name: Install k230 MUSL ToolChains
163171
if: ${{ matrix.legs.RTT_TOOL_CHAIN == 'riscv64-unknown-linux-musl-' && matrix.legs.RTT_BSP == 'K230' && success() }}
164172
run: |

0 commit comments

Comments
 (0)