particle-iot / particle-cli

Command Line Interface for Particle Cloud and devices
Apache License 2.0
212 stars 92 forks source link

Feature/sc 121839/rework flash to use particle usb dfu #669

Closed keeramis closed 1 year ago

keeramis commented 1 year ago

Description

  1. particle flash --usb will be able to flash modules over dfu as well as control requests
  2. Puts the device in dfu mode or normal mode without needing user intevention
  3. Adds a warning for particle doctor that it is not available for Gen3 devices
  4. Throws a warning if bundle.zip is given to this command for flashing

How to Test

Run particle flash --usb /path/to/bin command with a binary of your choice

Related Issues / Discussions

Completeness