File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -346,10 +346,6 @@ jobs:
346
346
- " raspberry-pi/raspi4-64"
347
347
# - "rockchip/rk3568" too long
348
348
- " phytium/aarch64"
349
- - RTT_BSP : " xuantie-900"
350
- RTT_TOOL_CHAIN : " sourcery-Xuantie-900-gcc-elf"
351
- SUB_RTT_BSP :
352
- - " cvitek/c906_little"
353
349
- RTT_BSP : " riscv-none"
354
350
RTT_TOOL_CHAIN : " sourcery-riscv-none-embed"
355
351
SUB_RTT_BSP :
@@ -442,15 +438,7 @@ jobs:
442
438
sudo tar -xf gcc-arm-10.2-2020.11-x86_64-aarch64-none-elf.tar.xz -C /opt
443
439
/opt/gcc-arm-10.2-2020.11-x86_64-aarch64-none-elf/bin/aarch64-none-elf-gcc --version
444
440
echo "RTT_EXEC_PATH=/opt/gcc-arm-10.2-2020.11-x86_64-aarch64-none-elf/bin" >> $GITHUB_ENV
445
-
446
- - name : Install Xuantie-900-gcc-elf Tools
447
- if : ${{ matrix.legs.RTT_TOOL_CHAIN == 'sourcery-Xuantie-900-gcc-elf' && success() }}
448
- run : |
449
- wget -q https://occ-oss-prod.oss-cn-hangzhou.aliyuncs.com/resource//1705395512373/Xuantie-900-gcc-elf-newlib-x86_64-V2.8.1-20240115.tar.gz
450
- sudo tar -zxvf Xuantie-900-gcc-elf-newlib-x86_64-V2.8.1-20240115.tar.gz -C /opt
451
- /opt/Xuantie-900-gcc-elf-newlib-x86_64-V2.8.1/bin/riscv64-unknown-elf-gcc --version
452
- echo "RTT_EXEC_PATH=/opt/Xuantie-900-gcc-elf-newlib-x86_64-V2.8.1/bin" >> $GITHUB_ENV
453
-
441
+
454
442
- name : Install Mips ToolChains
455
443
if : ${{ matrix.legs.RTT_TOOL_CHAIN == 'sourcery-mips' && success() }}
456
444
shell : bash
Original file line number Diff line number Diff line change 64
64
65
65
DUMP_ACTION = OBJDUMP + ' -D -S $TARGET > rtt.asm\n '
66
66
POST_ACTION = OBJCPY + ' -O binary $TARGET rtthread.bin\n ' + SIZE + ' $TARGET \n '
67
- # POST_ACTION += 'cd .. && bash combine-fip.sh ' + os.getcwd() + ' rtthread.bin' + ' \n'
67
+ POST_ACTION += 'cd .. && bash combine-fip.sh ' + os .getcwd () + ' rtthread.bin' + ' \n '
You can’t perform that action at this time.
0 commit comments