diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-06-29 02:39:28 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-06-29 02:39:28 +0200 |
| commit | f7ec579c18b2ec925afcd4ab9a840719f4ce08cc (patch) | |
| tree | d3770ddc86986669a04fcf79aea01221f5307e53 /tests | |
| parent | 4f0aca481fedf69c4bb80390ceb035bb9c522bc8 (diff) | |
Update probe-rs-cli -> probe-rs
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/rp/src/bin/cyw43-perf.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rp/src/bin/cyw43-perf.rs b/tests/rp/src/bin/cyw43-perf.rs index 9fc537a4b..1ecaab266 100644 --- a/tests/rp/src/bin/cyw43-perf.rs +++ b/tests/rp/src/bin/cyw43-perf.rs | |||
| @@ -44,8 +44,8 @@ async fn main(spawner: Spawner) { | |||
| 44 | } | 44 | } |
| 45 | 45 | ||
| 46 | // cyw43 firmware needs to be flashed manually: | 46 | // cyw43 firmware needs to be flashed manually: |
| 47 | // probe-rs-cli download 43439A0.bin --format bin --chip RP2040 --base-address 0x101c0000 | 47 | // probe-rs download 43439A0.bin --format bin --chip RP2040 --base-address 0x101c0000 |
| 48 | // probe-rs-cli download 43439A0_clm.bin --format bin --chip RP2040 --base-address 0x101f8000 | 48 | // probe-rs download 43439A0_clm.bin --format bin --chip RP2040 --base-address 0x101f8000 |
| 49 | let fw = unsafe { core::slice::from_raw_parts(0x101c0000 as *const u8, 224190) }; | 49 | let fw = unsafe { core::slice::from_raw_parts(0x101c0000 as *const u8, 224190) }; |
| 50 | let clm = unsafe { core::slice::from_raw_parts(0x101f8000 as *const u8, 4752) }; | 50 | let clm = unsafe { core::slice::from_raw_parts(0x101f8000 as *const u8, 4752) }; |
| 51 | 51 | ||
