esp-idf-lib icon indicating copy to clipboard operation
esp-idf-lib copied to clipboard

led_strip: Deprecated RMT driver

Open UncleRus opened this issue 2 years ago • 6 comments

The issue

In the latest ESP-IDF master, if the CONFIG_RMT_SUPPRESS_DEPRECATE_WARN configuration option is not set, a warning is displayed

#warning "The legacy RMT driver is deprecated, please use driver/rmt_tx.h and/or driver/rmt_rx.h".

Consideration should be given to migrating from the deprecated driver to the newer one in led_strip, while retaining the use of the older driver for compatibility with supported ESP-IDF versions.

Which SDK are you using?

esp-idf

Which version of SDK are you using?

master

Which build target have you used?

  • [X] esp32
  • [X] esp32s2
  • [X] esp32s3
  • [X] esp32c2
  • [ ] esp8266
  • [ ] other

Component causing the issue

led_strip

Anything in the logs that might be useful for us?

No response

Additional information or context

No response

Confirmation

  • [X] This report is not a question nor a request for drivers.

UncleRus avatar May 29 '22 17:05 UncleRus

See also #366

UncleRus avatar Jun 22 '22 12:06 UncleRus

I am trying to build the led_strip example for a M5Stamp-C3. I get the error file "rmt_tx.h" not found. I did a search (using 'find') in my Linux Ubuntu system however I couldn't find it. I googled for it. Same negative result.

PaulskPt avatar Jul 12 '22 15:07 PaulskPt

Is there any update?

swkang0513 avatar May 10 '23 01:05 swkang0513

Still nothing on this?

silardg avatar Nov 04 '23 09:11 silardg

The latest esp-idf shows the same warning rmt(legacy): legacy driver is deprecated, please migrate to driver/rmt_tx.hand/ordriver/rmt_rx.h``

Alfred1975 avatar Nov 27 '23 15:11 Alfred1975