We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1474ac5 commit 5c10375Copy full SHA for 5c10375
deploy.py
@@ -771,6 +771,10 @@ def run(self) -> int:
771
if self.args.clear_storage:
772
self.clear_storage()
773
774
+ if "debug_ctap" in self.args.features:
775
+ error("The debug feature does not work correctly on this branch. "
776
+ "For development and debugging, please use the develop branch.")
777
+
778
# Flashing
779
if self.args.programmer in ("jlink", "openocd"):
780
# We rely on Tockloader to do the job
0 commit comments