File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 397
397
" qemu-virt64-riscv"
398
398
]
399
399
},
400
+ {
401
+ "RTT_BSP" : " K230" ,
402
+ "RTT_TOOL_CHAIN" : " riscv64-unknown-linux-musl-" ,
403
+ "SUB_RTT_BSP" : [
404
+ " k230"
405
+ ]
406
+ },
400
407
{
401
408
"RTT_BSP" : " hpmicro" ,
402
409
"RTT_TOOL_CHAIN" : " RISC-V-GCC-RV32" ,
Original file line number Diff line number Diff line change @@ -183,6 +183,14 @@ jobs:
183
183
/opt/riscv64-unknown-elf-toolchain-10.2.0-2020.12.8-x86_64-linux-ubuntu14/bin/riscv64-unknown-elf-gcc --version
184
184
echo "RTT_EXEC_PATH=/opt/riscv64-unknown-elf-toolchain-10.2.0-2020.12.8-x86_64-linux-ubuntu14/bin" >> $GITHUB_ENV
185
185
186
+ - name : Install k230 MUSL ToolChains
187
+ if : ${{ matrix.legs.RTT_TOOL_CHAIN == 'riscv64-unknown-linux-musl-' && matrix.legs.RTT_BSP == 'K230' && success() }}
188
+ run : |
189
+ wget -q https://download.rt-thread.org/rt-smart/riscv64/riscv64-linux-musleabi_for_x86_64-pc-linux-gnu_251248.tar.bz2
190
+ sudo tar xjf riscv64-linux-musleabi_for_x86_64-pc-linux-gnu_251248.tar.bz2 -C /opt
191
+ /opt/riscv64-linux-musleabi_for_x86_64-pc-linux-gnu/bin/riscv64-unknown-linux-musl-gcc --version
192
+ echo "RTT_EXEC_PATH=/opt/riscv64-linux-musleabi_for_x86_64-pc-linux-gnu/bin" >> $GITHUB_ENV
193
+
186
194
- name : Install riscv32-unknown-elf Toolchains
187
195
if : ${{ matrix.legs.RTT_TOOL_CHAIN == 'RISC-V-GCC-RV32' && success() }}
188
196
run : |
You can’t perform that action at this time.
0 commit comments