Logo
Explore Help
Sign In
espressif/esp-idf
1
0
Fork 1
You've already forked esp-idf
mirror of https://github.com/espressif/esp-idf.git synced 2025-11-24 11:19:36 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
a23a3703b51fa5280d367b95a97342f6be2eb331
esp-idf/components/driver/test_apps/rmt/main/CMakeLists.txt

13 lines
298 B
CMake
Raw Normal View History

driver_ng: implement new rmt driver The legacy driver can't handle the breaking change between esp chips very well. And it's not elegant to extend new feature like DMA, ETM. The new driver can return a opaque handle for each RMT channel. An obvious transaction concept was also introduced. TX and RX functionalities are splited out.
2022-04-07 11:59:46 +08:00
set(srcs "test_app_main.c"
"test_rmt_common.c"
"test_rmt_tx.c"
"test_rmt_rx.c"
"test_util_rmt_encoders.c")
rmt: add iram safe test Closes https://github.com/espressif/esp-idf/issues/9487
2022-08-01 14:16:47 +08:00
if(CONFIG_RMT_ISR_IRAM_SAFE)
list(APPEND srcs "test_rmt_iram.c")
endif()
driver_ng: implement new rmt driver The legacy driver can't handle the breaking change between esp chips very well. And it's not elegant to extend new feature like DMA, ETM. The new driver can return a opaque handle for each RMT channel. An obvious transaction concept was also introduced. TX and RX functionalities are splited out.
2022-04-07 11:59:46 +08:00
idf_component_register(SRCS "${srcs}"
WHOLE_ARCHIVE)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 130ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API