Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Software reset #193

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

jamesadevine
Copy link
Contributor

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

Some boards might not have a reset button attached to the reset signal.

This commit introduces the SOFTWARE_RESET_BUTTON macro, which allows
any pin to be used as a reset button to jump between bootloader and app
@hathach hathach closed this Mar 4, 2021
@hathach hathach reopened this Mar 4, 2021
@hathach hathach changed the base branch from master to temp March 4, 2021 16:47
@hathach hathach changed the base branch from temp to master March 4, 2021 16:47
@hathach
Copy link
Member

hathach commented Mar 4, 2021

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

@hathach
Copy link
Member

hathach commented Mar 4, 2021

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

@jamesadevine
Copy link
Contributor Author

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
Copy link
Member

hathach commented Mar 4, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants