Skip to content

Commit

Permalink
flasher stub: Add support for all write_reg command forms
Browse files Browse the repository at this point in the history
Previously the stub only supported the simplest write_reg form, which
only accepts one addr/value pair and doesn't support delay or mask
parameters.

This meant that running espefuse operations against a stub loader
would fail, as it uses the delay_after_us option.

Added tests to verify the new features.
  • Loading branch information
projectgus committed Jan 21, 2021
1 parent 8da36d4 commit 343bca1
Show file tree
Hide file tree
Showing 5 changed files with 266 additions and 197 deletions.
Loading

0 comments on commit 343bca1

Please sign in to comment.