Search found 3 matches

by hauptmech
Mon May 30, 2016 6:20 am
Forum: Development of MicroPython
Topic: Embedding micropython in applications.
Replies: 5
Views: 5638

Re: Embedding micropython in applications.

ok, good to know.
by hauptmech
Sat May 28, 2016 9:30 pm
Forum: Development of MicroPython
Topic: Embedding micropython in applications.
Replies: 5
Views: 5638

Re: Embedding micropython in applications.

[quote="dhylands"]MicroPython was really designed to run on a microprocessor where it owns the entire heap. [/quote] This makes sense. I'm trying to get an idea of what happens when the GC is not used. For instance, are local objects at the end of a function call deleted? Or are they left for the GC...
by hauptmech
Fri May 27, 2016 11:46 pm
Forum: Development of MicroPython
Topic: Embedding micropython in applications.
Replies: 5
Views: 5638

Embedding micropython in applications.

I'm looking at embedding micropython in an application because it appears to be nicely lightweight. I'm still reading code and figuring out how things are arranged; I might be misunderstanding stuff. Does anyone have any recommendations on how to handle micropython memory management on a non-embedde...