6 ms·
32 bit RISC-V is pretty much limited to microcontrollers. There's no serious projects to create a Linux capable RV32 machine. Only FPGA soft cores and QEMU. Th
by 6SixTy 18d ago
32 bit RISC-V is pretty much limited to microcontrollers. There's no serious projects to create a Linux capable RV32 machine. Only FPGA soft cores and QEMU.
There is micropython, but just from the description, it's a separate project entirely with the same syntax, etc.
- jubilanti 18d ago> 32 bit RISC-V is pretty much limited to microcontrollers Hence me explicitly talking about ESP32. I was asking about microcontrollers. I know about micropython. I was asking about CPython.
- gavinsyancey 18d agoCPython needs you to also be running an operating system. And while it might be theoretically possible to get a NoMMU Linux running on an ESP32, that's generally not very useful for practical applications compared to micropython or something that's actually designed for a microcontroller.