Skip to content

Commit ae50e40

Browse files
authored
【SMART】【BSP】【allwinner】Fix smart serial_v2 bypass compile error issue (#10524)
* Modify the reference path of the header file in the middle section * format * Fix smart serial_v2 bypass compile error issue * add allwinner/d1s ci
1 parent d82dd71 commit ae50e40

File tree

7 files changed

+641
-558
lines changed

7 files changed

+641
-558
lines changed

.github/ALL_BSP_COMPILE.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,13 @@
490490
"SUB_RTT_BSP": [
491491
"xuantie/virt64/c906"
492492
]
493+
},
494+
{
495+
"RTT_BSP": "allwinner-smart",
496+
"RTT_TOOL_CHAIN": "sourcery-riscv64-general-toolchain",
497+
"SUB_RTT_BSP": [
498+
"allwinner/d1s"
499+
]
493500
}
494501
]
495502
}

.github/workflows/bsp_buildings.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,14 @@ jobs:
163163
/opt/riscv64-unknown-elf-toolchain-10.2.0-2020.12.8-x86_64-linux-ubuntu14/bin/riscv64-unknown-elf-gcc --version
164164
echo "RTT_EXEC_PATH=/opt/riscv64-unknown-elf-toolchain-10.2.0-2020.12.8-x86_64-linux-ubuntu14/bin" >> $GITHUB_ENV
165165
166+
- name: Install Riscv64 rt-thread smart general toolchain
167+
if: ${{ matrix.legs.RTT_TOOL_CHAIN == 'sourcery-riscv64-general-toolchain' && success() }}
168+
run: |
169+
wget -q https://github.com/RT-Thread/rt-thread/releases/download/v5.2.0/riscv64gc-linux-musleabi_for_x86_64-pc-linux-gnu_252938-345d8b6e45.tar.bz2
170+
sudo tar xjf riscv64gc-linux-musleabi_for_x86_64-pc-linux-gnu_252938-345d8b6e45.tar.bz2 -C /opt
171+
/opt/riscv64gc-linux-musleabi_for_x86_64-pc-linux-gnu/bin/riscv64-unknown-linux-musl-gcc --version
172+
echo "RTT_EXEC_PATH=/opt/riscv64gc-linux-musleabi_for_x86_64-pc-linux-gnu/bin" >> $GITHUB_ENV
173+
166174
- name: Install Xuantie-900-gcc-elf-newlib Tools
167175
if: ${{ matrix.legs.RTT_TOOL_CHAIN == 'sourcery-Xuantie-900-gcc-elf-newlib' && success() }}
168176
run: |

0 commit comments

Comments
 (0)