715 "</ol>", |
715 "</ol>", |
716 ), |
716 ), |
717 "show_all": True, |
717 "show_all": True, |
718 "firmware": "CircuitPython", |
718 "firmware": "CircuitPython", |
719 }, |
719 }, |
720 "rp2040": { |
720 "rp2": { |
721 "volumes": { |
721 "volumes": { |
722 (0x0000, 0x0000): [ |
722 (0x0000, 0x0000): [ |
723 ("RPI-RP2", "Raspberry Pi Pico"), # we don't have valid VID/PID |
723 ("RPI-RP2", "Raspberry Pi Pico"), # we don't have valid VID/PID |
|
724 ("RP2350", "Raspberry Pi Pico 2"), # we don't have valid VID/PID |
724 ], |
725 ], |
725 }, |
726 }, |
726 "instructions": QCoreApplication.translate( |
727 "instructions": QCoreApplication.translate( |
727 "UF2FlashDialog", |
728 "UF2FlashDialog", |
728 "<h3>Pi Pico (RP2040) Board</h3>" |
729 "<h3>Pi Pico (RP2040/RP2350) Board</h3>" |
729 "<p>In order to prepare the board for flashing follow these" |
730 "<p>In order to prepare the board for flashing follow these" |
730 " steps:</p><ol>" |
731 " steps:</p><ol>" |
731 "<li>Enter 'bootloader' mode (board <b>without</b> RESET button):" |
732 "<li>Enter 'bootloader' mode (board <b>without</b> RESET button):" |
732 "<ul>" |
733 "<ul>" |
733 "<li>Plug in your board while holding the BOOTSEL button.</li>" |
734 "<li>Plug in your board while holding the BOOTSEL button.</li>" |