Skip to content

Commit 22b8d3e

Browse files
committed
[BSP] 添加raspberry-rp2350适配
1 parent 32e93ad commit 22b8d3e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+3495
-4
lines changed

.github/ALL_BSP_COMPILE.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"RTT_BSP": "RTduino_Arduino Libraries (Raspberry Pico)",
2121
"RTT_TOOL_CHAIN": "sourcery-arm",
2222
"SUB_RTT_BSP": [
23-
"raspberry-pico"
23+
"raspberry-pico/RP2040",
24+
"raspberry-pico/RP2350"
2425
]
2526
},
2627
{

.github/workflows/bsp_buildings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
chmod 777 install_ubuntu.sh
100100
./install_ubuntu.sh
101101
pip install -r tools/requirements.txt
102+
sudo apt install libc6
102103
git config --global http.postBuffer 524288000
103104
echo "RTT_ROOT=${{ github.workspace }}" >> $GITHUB_ENV
104105
echo "RTT_CC=gcc" >> $GITHUB_ENV

0 commit comments

Comments
 (0)