Denis Govorkov

Results 60 comments of Denis Govorkov

Let’s wait for pulkin

> Any idea on how to compile this new SDK? i'm using windows... and i noticed missing the batch files that sets up the environment... any help is appreciated.. thanks...

I think we have to define #define MICROPY_BEGIN_ATOMIC_SECTION() and #define MICROPY_END_ATOMIC_SECTION(state)

I'd like to change sms_list API - make it completely async (run callback on each _LIST event). I suppose it would be more reliable, than having a list which is...

>> I have only vague understanding about threads on a9g. The only observation I can share here is that context changes are done when OS_Sleep is explicitly called with an...

And, if GC is switched off, has free to be called explicitly? It seems that m_del() /m_renew() should be called to release/reallocate memory.

> Otherwise you may easily check that gc actually works by creating a large memory chunk and freeing it via gc.collect I'm sure that it works, but I think that...

Put main.py to root (/). All additional libraries could be placed at the same level near main.py

There is micropython.schedule lib, but I’ve never tried it. A9g supports timers, but they are not ported yet

By the way, how did you make agps request? As I remember it’s not ported to mp. Don’t you mean lbs?