diff options
| author | Brad Gibson <[email protected]> | 2024-10-22 05:29:11 -0700 |
|---|---|---|
| committer | Brad Gibson <[email protected]> | 2024-10-22 05:29:11 -0700 |
| commit | 66822f1000f542cac767be77345cb527956ada04 (patch) | |
| tree | 551b2a59b68e8b48ee20bb385f362247d3f446a3 | |
| parent | 398119ae43fdea147c43e72a5dea1fc83cb37340 (diff) | |
update path to cyw43 firmware in `wifi_blinky.rs` comments
| -rw-r--r-- | examples/rp/src/bin/wifi_blinky.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/rp/src/bin/wifi_blinky.rs b/examples/rp/src/bin/wifi_blinky.rs index 04a61bbd5..0107a2326 100644 --- a/examples/rp/src/bin/wifi_blinky.rs +++ b/examples/rp/src/bin/wifi_blinky.rs | |||
| @@ -33,8 +33,8 @@ async fn main(spawner: Spawner) { | |||
| 33 | 33 | ||
| 34 | // To make flashing faster for development, you may want to flash the firmwares independently | 34 | // To make flashing faster for development, you may want to flash the firmwares independently |
| 35 | // at hardcoded addresses, instead of baking them into the program with `include_bytes!`: | 35 | // at hardcoded addresses, instead of baking them into the program with `include_bytes!`: |
| 36 | // probe-rs download 43439A0.bin --binary-format bin --chip RP2040 --base-address 0x10100000 | 36 | // probe-rs download ../../cyw43-firmware/43439A0.bin --binary-format bin --chip RP2040 --base-address 0x10100000 |
| 37 | // probe-rs download 43439A0_clm.bin --binary-format bin --chip RP2040 --base-address 0x10140000 | 37 | // probe-rs download ../../cyw43-firmware/43439A0_clm.bin --binary-format bin --chip RP2040 --base-address 0x10140000 |
| 38 | //let fw = unsafe { core::slice::from_raw_parts(0x10100000 as *const u8, 230321) }; | 38 | //let fw = unsafe { core::slice::from_raw_parts(0x10100000 as *const u8, 230321) }; |
| 39 | //let clm = unsafe { core::slice::from_raw_parts(0x10140000 as *const u8, 4752) }; | 39 | //let clm = unsafe { core::slice::from_raw_parts(0x10140000 as *const u8, 4752) }; |
| 40 | 40 | ||
