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

dma: esp32c6: Added support to GDMA #75453

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

raffarost
Copy link

Added support of GDMA driver for C6.
GDMA improvement: use of LL calls to enable/disable interrupts rather than make calls to the interrupt controller.

@zephyrbot zephyrbot added platform: ESP32 Espressif ESP32 area: UART Universal Asynchronous Receiver-Transmitter area: RISCV RISCV Architecture (32-bit & 64-bit) area: DMA Direct Memory Access labels Jul 4, 2024
Raffael Rostagno added 3 commits July 4, 2024 09:28
hal_espressif update for GDMA C6 support

Signed-off-by: Raffael Rostagno <[email protected]>
Added support of GDMA driver for C6

Signed-off-by: Raffael Rostagno <[email protected]>
Use LL calls to enable/disable interrupts rather than make calls to the
interrupt controller.

Signed-off-by: Raffael Rostagno <[email protected]>
@zephyrbot
Copy link
Collaborator

The following west manifest projects have been modified in this Pull Request:

Name Old Revision New Revision Diff
hal_espressif zephyrproject-rtos/hal_espressif@61b977f (zephyr) zephyrproject-rtos/hal_espressif#300 zephyrproject-rtos/hal_espressif#300/files

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@zephyrbot zephyrbot added manifest manifest-hal_espressif DNM This PR should not be merged (Do Not Merge) labels Jul 4, 2024
Test files for DMA and UART async. esp32c6_devkitc doc update

Signed-off-by: Raffael Rostagno <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: DMA Direct Memory Access area: RISCV RISCV Architecture (32-bit & 64-bit) area: UART Universal Asynchronous Receiver-Transmitter DNM This PR should not be merged (Do Not Merge) manifest manifest-hal_espressif platform: ESP32 Espressif ESP32
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants