You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Thanks for the pointer! It would be very neat indeed to run Python code inside the controller. Any chance there's a MIPS32 port already? Does it need a libc?
Sorry - I missed your reply. MicroPython is portable ANSI C, I ran it on MIPS Linux personally, and known to be run on bare-metal MIPS (PIC32) too. It has minimal libc dependencies, e.g. MIPS specifically would need setjmp/longjmp (other ports (x86/ARM) have assembly implementation of them already).
The project looks cool. Just wanted to let know that with https://github.com/micropython/micropython you might as well run Python inside the controller ;-).
The text was updated successfully, but these errors were encountered: