adafruit / Adafruit_nRF52_Bootloader

USB-enabled bootloaders for the nRF52 BLE SoC chips
MIT License
438 stars 393 forks source link

Software reset #193

Open jamesadevine opened 3 years ago

jamesadevine commented 3 years ago

This PR adds the capability for any pin to be used as a software reset pin. This allows users to jump to an existing app with a single button press.

Depends on #192

hathach commented 3 years ago

have to do change base back and forth to update the file diff, close-reopen doesn't seem to do the trick anymore

hathach commented 3 years ago

hmm, user could simply do that with actual reset button. Does your board not include RST one ?

jamesadevine commented 3 years ago

Hi @hathach

The board I am using doesn't have a button. This PR is to enable boards that do not have a button on the reset IO, but have another button that can be used on a different pin, to jump to the application when requested.

hathach commented 3 years ago

which board you are using, also is it an 832 or 840 ?