-
Notifications
You must be signed in to change notification settings - Fork 1.3k
mimxrt10xx: Disable pin_reset on 1060 boards #3001
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 &ldquo 10000 ;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
Conversation
This fails to compile for the teensy41
|
I've updated this PR to disable reset_all_pins on the 1060 as a temporary fix for the teensy boards and EVK. I'll revisit this when I have some more time to investigate what's going on with the debugger - I'm currently unable to erase or flash the 1060 EVK with a Jlink, and it's making this bug a lot more daunting than it should be. |
@jerryneedell also fixed your issue compiling the 4.1, that was just a missing include. |
@hierophect thanks -- tested on teensy41 -- looks good!
teensy 4.0 is OK as well
|
@tannewt new comment is in, sorry if I've been holding up the beta! I'll start work on a permanent fix as soon as I've checked out Jepler's timer issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
No worries. I've been distracted by other thi 9864 ngs. |
This PR removes reset_all_pins for the 1060 line, as a temporary fix for what appears to be a general hard crash when pins in this line are reset. Also expands the never reset pin set in board.c to appropriately cover all flash chips on the Teensy 4.0 and 4.1, but since these pins will not be called by reset_all, this change will only affect future fixed commits.
This PR should be followed up by a more general fix for reset_all_pins on the 1060.
Resolves #2998