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

refactor bootkick #1690

Merged
merged 4 commits into from
Nov 9, 2023
Merged

refactor bootkick #1690

merged 4 commits into from
Nov 9, 2023

Conversation

adeebshihadeh
Copy link
Contributor

prep for reset

@adeebshihadeh adeebshihadeh changed the title setup bootkick driver refactor bootkick Nov 9, 2023
}
return ret;
void dos_set_bootkick(BootState state) {
set_gpio_output(GPIOC, 4, state != BOOT_BOOTKICK);
Copy link
Contributor Author

@adeebshihadeh adeebshihadeh Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note this is a change in the logic for the dos to match the tres logic. dos goes from (ignition && !usb_enum) -> (ignition && !ignition_prev)

@adeebshihadeh adeebshihadeh mentioned this pull request Nov 9, 2023
3 tasks
Copy link
Contributor

@robbederks robbederks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@adeebshihadeh adeebshihadeh merged commit d2ea9ad into master Nov 9, 2023
9 checks passed
@adeebshihadeh adeebshihadeh deleted the reset2 branch November 9, 2023 06:54
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