Skip to content

Commit f640c11

Browse files
committed
commands: add flash programming sequences to supported list
1 parent 5a5b1dd commit f640c11

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyocd/commands/values.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -767,6 +767,11 @@ class DebugSequencesValue(ValueBase):
767767
"ResetHardwareDeassert",
768768
"ResetCatchSet",
769769
"ResetCatchClear",
770+
"FlashInit",
771+
"FlashUninit",
772+
"FlashEraseSector",
773+
"FlashEraseChip",
774+
"FlashProgramPage",
770775
"TraceStart",
771776
"TraceStop",
772777
]

0 commit comments

Comments
 (0)