Logo
Explore Help
Sign In
feedc0de/esp-idf
1
0
Fork 0
You've already forked esp-idf
forked from espressif/esp-idf
Code Pull Requests Activity
Files
e51aee4e91247926afc750d2a42714a291c8cd54
esp-idf/components/driver/test_apps/rmt/sdkconfig.ci.iram_safe

9 lines
346 B
Plaintext
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
CONFIG_COMPILER_DUMP_RTL_FILES=y
CONFIG_RMT_ISR_IRAM_SAFE=y
rmt: add iram safe test Closes https://github.com/espressif/esp-idf/issues/9487
2022-08-01 14:16:47 +08:00
CONFIG_GPIO_CTRL_FUNC_IN_IRAM=y
rmt: add test with -O0
2022-08-02 18:05:47 +08:00
CONFIG_COMPILER_OPTIMIZATION_NONE=y
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
# silent the error check, as the error string are stored in rodata, causing RTL check failure
CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT=y
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT=y
HAL: fix kconfig HAL_ASSERTION typo
2022-06-13 16:19:28 +08:00
CONFIG_HAL_ASSERTION_SILENT=y
Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 36ms 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