Skip to content

Unikraft port of Micropython, Python for embedded devices

License

Notifications You must be signed in to change notification settings

hisharanwithu/lib-micropython

 
 

Repository files navigation

Micropython for Unikraft

This is a port of Micropython for Unikraft as external library. By default, the port will go into interactive mode (though note that for now there is a slight problem with it in that characters are echoed twice). Alternatively, you can run a script from a file if passed as an initrd parameter (e.g., in QEMU add -initrd "filename.py").

Note that for the build to work, in the menu you need to select:

lwip - Lightweight TCP/IP stack ---> Operation mode (Mainloop (non-threaded))

Please refer to the README.md as well as the documentation in the doc/ subdirectory of the main unikraft repository.

About

Unikraft port of Micropython, Python for embedded devices

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 96.7%
  • Makefile 3.3%