summaryrefslogtreecommitdiff
path: root/ports/esp32/esp32_rmt.c
AgeCommit message (Expand)Author
2021-12-22esp32/machine_bitstream: Replace bit-bang code with RMT-based driver.Jim Mussared
2021-07-01esp32/esp32_rmt: Enhance RMT with idle_level and write_pulses modes.Jonathan Hogg
2021-06-25esp32/esp32_rmt: Fix RMT looping in newer IDF versions.Jonathan Hogg
2021-05-06esp32/esp32_rmt: Clear config struct before filling it out.mishafarms
2021-02-15esp32/esp32_rmt: Don't do unnecessary check for unsigned less than zero.Damien George
2020-07-21esp32/esp32_rmt: Properly fix looping behaviour of RMT.Jonathan Hogg
2020-06-19esp32/esp32_rmt: Call rmt_driver_install before rmt_config.Jonathan Hogg
2020-06-17esp32/esp32_rmt: Extend RMT to support carrier feature.Jon Rob
2020-04-23esp32: Consolidate check_esp_err functions and add IDF error string.Thorsten von Eicken
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-03-28all: Remove spaces inside and around parenthesis.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-12-20esp32/esp32_rmt: Add initial support for RMT peripheral.Matt Trentini