We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4008b commit 7b04a03Copy full SHA for 7b04a03
docs/rp2040.rst
@@ -95,3 +95,7 @@ void rp2040.enableDoubleResetBootloader()
95
Add a call anywhere in the sketch to ``rp2040.enableDoubleResetBootloader()`` and
96
the core will check for a double-tap on reset, and if found will start the USB
97
bootloader.
98
+
99
+void rp2040.rebootToBootloader()
100
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
101
+Will reboot the RP2040 into USB UF2 upload mode.
0 commit comments