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

no_reset support for Airlift ESP32 co-processors #178

Open
3 tasks done
mikeysklar opened this issue Jan 8, 2025 · 1 comment · May be fixed by #179
Open
3 tasks done

no_reset support for Airlift ESP32 co-processors #178

mikeysklar opened this issue Jan 8, 2025 · 1 comment · May be fixed by #179

Comments

@mikeysklar
Copy link

Checklist

  • Checked the issue tracker for similar issues to ensure this is not a duplicate.
  • Described the feature in detail and justified the reason for the request.
  • Provided specific use cases and examples.

Feature description

The current reset code for esptool-js does not include a no_reset option. Everytime a board connect a default_reset occurs locking up Airlift boards.

The esptool.py provides:

--before no_reset

Use cases

This is great for boards using a esp32 co-processor like the Adafruit PyPortal, MatrixPortal and Metro M4 Airlifts. Plus any boards using an Airlift breakout.

Alternatives

No response

Additional context

No response

@makermelissa
Copy link

I was just looking at this. The mode parameter is never actually used. What might be more useful would to have the ability to define a resetSequence that could be passed in.

@makermelissa makermelissa linked a pull request Jan 9, 2025 that will close this issue
6 tasks
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 a pull request may close this issue.

2 participants