Commit 7cf1623
authored
RMT refactoring based on IDF (espressif#6024)
Summary
RMT HAL refactoring based on IDF.
Impact
Improves RMT by adding IDF v4.4 support.
Receiving RMT can handle any size of data.
rmtInit() has a new parameter - RxBufferSize - to hold any number of data when receiving RMT.
rmtWrite() has a new parameter - wait_tx_done - to block writing until sending all data.
Related links
fix espressif#59051 parent c66c7fe commit 7cf1623
File tree
6 files changed
+343
-762
lines changed- cores/esp32
- libraries/ESP32/examples/RMT
- RMTCallback
- RMTLoopback
- RMTReadXJT
- RMTWriteNeoPixel
6 files changed
+343
-762
lines changed
0 commit comments