Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip: rp2040: Add support for PIO's jmp_pin (#174)
This field is a bit tricky: It belongs to the EXECCTRL register, while most of the other fields can determined based on the directives used in the assembled program, this one has to be set explicitly. This makes it so that we have to plumb some way to explicitly set the field. I did this by making `LoadAndStartProgramOptions` take `ExecOptions`, but this isn't perfect, because if a user sets other fields, they will be ignored in favour of the values set in the program.
- Loading branch information