cat-in-136 / ws2812-esp32-rmt-driver

WS2812 driver using ESP32 RMT for Rust
MIT License
40 stars 22 forks source link

Add easier support for riscv based ESP32 #37

Closed faern closed 8 months ago

faern commented 9 months ago

I never develop towards the Xtensa based chips, only the C-series riscv boards. So I don't have the custom rustc fork with Xtensa support (the riscv support is built into mainline). Merging this makes it way easier for me to build the examples, as I can just append --target riscv32imc-esp-espidf to my build command and have it work.