Skip to content

Commit 5347500

Browse files
hydevcodeRbb666
authored andcommitted
[BSP] 添加raspberry-rp2350适配
1 parent b084503 commit 5347500

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

+3494
-5
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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ jobs:
9191
uses: actions/setup-python@main
9292
with:
9393
python-version: 3.8
94-
9594
- name: Install Tools
9695
shell: bash
9796
run: |

0 commit comments

Comments
 (0)