mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-07 05:54:11 +08:00
spare checkout test/hil and correct hil_pi4 uuid
This commit is contained in:
parent
1a6756c254
commit
b45ad57c50
5
.github/workflows/cmake_arm.yml
vendored
5
.github/workflows/cmake_arm.yml
vendored
@ -121,6 +121,11 @@ jobs:
|
|||||||
rm -rf "${{ github.workspace }}"
|
rm -rf "${{ github.workspace }}"
|
||||||
mkdir -p "${{ github.workspace }}"
|
mkdir -p "${{ github.workspace }}"
|
||||||
|
|
||||||
|
- name: Checkout test/hil
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
sparse-checkout: test/hil
|
||||||
|
|
||||||
- name: Download rp2040 Artifacts
|
- name: Download rp2040 Artifacts
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
"boards": [
|
"boards": [
|
||||||
{
|
{
|
||||||
"name": "raspberry_pi_pico",
|
"name": "raspberry_pi_pico",
|
||||||
"uid": "E6614864D35DAE36",
|
"uid": "E6614103E72C1D2F",
|
||||||
"debugger": "openocd",
|
"debugger": "openocd",
|
||||||
"debugger_sn": "E6614103E78E8324",
|
"debugger_sn": "E6614C311B764A37",
|
||||||
"debugger_args": "-f interface/cmsis-dap.cfg -f target/rp2040.cfg -c \"adapter speed 5000\""
|
"debugger_args": "-f interface/cmsis-dap.cfg -f target/rp2040.cfg -c \"adapter speed 5000\""
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user