This website requires JavaScript.
Explore
Help
Register
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2024-10-05 20:47:46 -04:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
46c75fc31c
esp-idf
/
components
/
driver
/
test_apps
/
rmt
/
sdkconfig.defaults
3 lines
49 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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-06 23:59:46 -04:00
CONFIG_FREERTOS_HZ=1000
TWDT: Use the new TWDT Kconfig options in the examples and tests
2022-09-27 02:41:12 -04:00
CONFIG_ESP_TASK_WDT_EN=n
Reference in New Issue
Copy Permalink