index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/upload-artifact-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
esp32
/
esp32_rmt.c
Age
Commit message (
Expand
)
Author
2021-12-22
esp32/machine_bitstream: Replace bit-bang code with RMT-based driver.
Jim Mussared
2021-07-01
esp32/esp32_rmt: Enhance RMT with idle_level and write_pulses modes.
Jonathan Hogg
2021-06-25
esp32/esp32_rmt: Fix RMT looping in newer IDF versions.
Jonathan Hogg
2021-05-06
esp32/esp32_rmt: Clear config struct before filling it out.
mishafarms
2021-02-15
esp32/esp32_rmt: Don't do unnecessary check for unsigned less than zero.
Damien George
2020-07-21
esp32/esp32_rmt: Properly fix looping behaviour of RMT.
Jonathan Hogg
2020-06-19
esp32/esp32_rmt: Call rmt_driver_install before rmt_config.
Jonathan Hogg
2020-06-17
esp32/esp32_rmt: Extend RMT to support carrier feature.
Jon Rob
2020-04-23
esp32: Consolidate check_esp_err functions and add IDF error string.
Thorsten von Eicken
2020-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-03-28
all: Remove spaces inside and around parenthesis.
Damien George
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2019-12-20
esp32/esp32_rmt: Add initial support for RMT peripheral.
Matt Trentini