aboutsummaryrefslogtreecommitdiff
path: root/src/platforms/esp32c6/dma_parallel_io.cpp
AgeCommit message (Collapse)Author
2025-01-19Remove duplicate Arduino.h import from esp32c6 dma_parallel_io.cppJan-Henrik Bruhn
The esp32c6 DMA Parallel IO implementation includes Arduino.h in the second line, and then later on, with the correct ifdef-gates. This removes that first line because it causes issues when building with esp-idf also for other targets.
2025-01-14Guard new gdma_config_transfer to allow building with ESP-IDF < 5.4.0kroimon
2025-01-03Update deprecated function in gdma_lcd_parallel16.cpp and dma_parallel_io.cppLukaswnd
2024-07-21minor fixesmrcodetastic
2024-06-10final calculationsLukaswnd
2024-06-10test max sizesLukaswnd
2024-06-10Kinda worksLukaswnd
2024-06-10add first re-try of C6Lukaswnd