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

Resettable mixin #280

Merged
merged 11 commits into from
Aug 10, 2023
Merged

Resettable mixin #280

merged 11 commits into from
Aug 10, 2023

Conversation

ducky64
Copy link
Collaborator

@ducky64 ducky64 commented Aug 10, 2023

Add external reset pin support to microcontrollers via a Resettable mixin which can be applied to any Block. Refactor VoltageRegulatorEnable to use the Resettable mixin instead.

Resettable defines an optional reset port, which when not connected generates internal reset circuitry to keep the device always enabled, and when connected directly connects the digital reset line (without generating any interface circuitry - it is up to the system designer to create a proper circuit).

Also break up big SWD, by separating out the optional (from the spec points of view) reset line. SWD connector now only defines the base gnd, power, and SWD lines, with reset, SWO, JTAG TDI moved into optional mixins.

@ducky64 ducky64 merged commit f557b64 into master Aug 10, 2023
9 checks passed
@ducky64 ducky64 deleted the resets branch August 10, 2023 05:11
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.

1 participant