feat(flashing): Flash RP2040 in Boot Mode (#580)

* feat(flashing): Flash RP2040 in Boot Mode

* docs: add info about STM32 DFU and RP2040 boot modes
This commit is contained in:
CODeRUS
2024-10-18 18:56:21 +02:00
committed by GitHub
parent 406b64d1e5
commit a368331693
4 changed files with 41 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ class FlashCommand(Enum):
class ConnectionType(Enum):
USB = "USB"
USB_DFU = "USB (DFU)"
USB_RP2040 = "USB (RP2040)"
UART = "UART"