UncleRus / esp-idf-lib

Component library for ESP32-xx and ESP8266
https://esp-idf-lib.readthedocs.io/en/latest/
1.37k stars 424 forks source link

led_strip: Deprecated RMT driver #331

Open UncleRus opened 2 years ago

UncleRus commented 2 years ago

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?

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

UncleRus commented 2 years ago

See also #366

PaulskPt commented 2 years ago

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.

swkang0513 commented 1 year ago

Is there any update?

silardg commented 9 months ago

Still nothing on this?

Alfred1975 commented 8 months ago

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

lukedukeus commented 1 month ago

just ran into this, commenting to get notified of any update