Esp32-c3 native and viper decorators #9785
Replies: 4 comments 11 replies
-
It is not implemented. The C3 is a different architecture (riscv) compared to the earlier ESP32 (xtensa) and no native emitter has been written yet. |
Beta Was this translation helpful? Give feedback.
-
I just hit this too. The original commit for I wonder how the C3 RISC-V support even works? In the But that makes me wonder what's happening with the native libraries provided with the C3 port. Are they compiled or not? In my code, that maxes out the MCU, I get the impression that it's my code that's really suffering from the lack of Given the moderate size of |
Beta Was this translation helpful? Give feedback.
-
Is there any news on the implementation of RiscV and xtensa? |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for the quick reply. I am currently trying out ARM-Thumb on the Raspberry Pi Pico. |
Beta Was this translation helpful? Give feedback.
-
Hi !
Am i right, that esp32c3 port doesn't have:
decorators?
This is very useful decorators, and so critical in some projects especially when processing kilobytes of arrays.
Are there any plans to add them in new versions? Are this decorators in roadmap?
I want to migrate from esp32 to esp32c3, but the lack of this functionality was an unpleasant surprise.
Is it disabled (because unstable or untested) in sources or it is just not implemented?
Beta Was this translation helpful? Give feedback.
All reactions