Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

cnadler86
Copy link
Contributor

@cnadler86 cnadler86 commented Sep 30, 2025

Description

This fixes the issue of having a LOG Error entry on no peripheral is connected to the GDMA channel. This happens because a missing call to the respective connect function and while deinit calling the disconnect function. See #750

Fix #750

Testing

Camera still works as expected (Tested on a esp32S3 with IDF 5.4.2)

Checklist

Before submitting a Pull Request, please ensure the following:

  • 🚨 This PR does not introduce breaking changes.
  • All CI checks (GH Actions) pass.
  • Documentation is updated as needed.
  • Tests are updated or added as necessary.
  • Code is well-commented, especially in complex areas.
  • Git history is clean — commits are squashed to the minimum necessary.

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.

ESP32-S3 esp32-camera: gdma_disconnect error during esp_camera_deinit() due to ll_cam.c not calling gdma_connect()
1 participant