Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hello from MicroPython! #2

Open
pfalcon opened this issue May 29, 2015 · 2 comments
Open

Hello from MicroPython! #2

pfalcon opened this issue May 29, 2015 · 2 comments

Comments

@pfalcon
Copy link

pfalcon commented May 29, 2015

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 ;-).

@sstjohn
Copy link
Owner

sstjohn commented Jun 2, 2015

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?

@pfalcon
Copy link
Author

pfalcon commented Jul 13, 2015

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants