insane-adding-machines / frosted

Frosted: Free POSIX OS for tiny embedded devices
GNU General Public License v2.0
214 stars 39 forks source link

[Wishlist] Micropython #41

Closed danielinux closed 7 years ago

danielinux commented 8 years ago

https://github.com/micropython/micropython

danielinux commented 8 years ago

https://github.com/micropython/micropython/blob/master/unix/alloc.c

looks like the (unix) alloc implementation requires mmap(), perhaps we can use a different alloc.c port, or implement mmap ourselves.

danielinux commented 8 years ago

This branch https://github.com/insane-adding-machines/micropython can be now compiled and basic operations work.

There seem to be a problem with memory when creating objects or importing libraries. More investigation needed.

danielinux commented 7 years ago

fixed in insane-adding-machines/micropython@646e92a5fa0a1f61c7180d49ee5bfbb75548732c