Espressif: Update RMT peripheral testing application to irtest#18788
Merged
xiaoxiang781216 merged 2 commits intoapache:masterfrom Apr 24, 2026
Merged
Espressif: Update RMT peripheral testing application to irtest#18788xiaoxiang781216 merged 2 commits intoapache:masterfrom
irtest#18788xiaoxiang781216 merged 2 commits intoapache:masterfrom
Conversation
Adds the `CONFIG_SYSTEM_IRTEST` macro to enable building the `irtest` application. Signed-off-by: Tiago Medicci Serrano <tiago.medicci@espressif.com>
Updated the `rmt` defconfig description for the Espressif's SoCs. Use the `irtest` testing app (instead of the deprecated `rmtchar`) to test the RMT peripheral. Signed-off-by: Tiago Medicci Serrano <tiago.medicci@espressif.com>
cederom
approved these changes
Apr 23, 2026
Contributor
cederom
left a comment
There was a problem hiding this comment.
Thank you @tmedicci :-)
This PR should be merged after apache/nuttx-apps#3461.
xiaoxiang781216
approved these changes
Apr 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR updates the
rmtdefconfig for Espressif's SoCs and their documentation about it. The so-calledrmtcharis now deprecated (apache/nuttx-apps#3461) and theirtestapplication is recommended to test the peripheral.Impact
Impact on user: Yes. Improve user's experience when trying
irtesttesting application.Impact on build: No.
Impact on hardware: No.
Impact on documentation: Yes. Updated.
Impact on security: No.
Impact on compatibility: No.
Testing
Build the
rmtdefconfig of any Espressif SoC, interconnect output and input pins externally and runirqtest. For ESP32-C6-DevKitC-1 V1.2, for instance:Building
Running
Connect GPIO 8 (RMT output pin) to GPIO 2 (RMT input pin) externally and run
irqtest:Results
Read data equals written data. Loopback test succeeded!