Replies: 1 comment 1 reply
-
Yeah, there is an intention to do so, however, since double reset works so well for us so far. I haven't bothered doing so. An PR is welcome, I will be happy to review. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It looks as if there was a thought of using a button to force bootloader mode, but it was never implemented, is that right?
For example, https://github.com/adafruit/tinyuf2/blob/master/ports/mimxrt10xx/boards/imxrt1060_evk/board.h, there are defines for BUTTON_PINMUX, PORT, etc, but they are never used in boards.c, and further, there does not seem to be any attempt to read a button inside check_dfu_mode.
I'd like to have that functionality -- am I the only one?
The behavior I'd like to see in check_dfu_mode is something like this:
This is particularly useful on the teensy, since there is no access to the POR line.
Does it make sense to open a PR for that, or is that just something I should keep in my own repo?
Beta Was this translation helpful? Give feedback.
All reactions