Denis Govorkov

Results 60 comments of Denis Govorkov

Hm, It was my commit :) I plan to implement threads and interrupt support, and it will be necessary :(

I'm curious what inside your benchmark can use MICROPY_BEGIN_ATOMIC_SECTION so heavily?

By the way you don't have to re-burn firmware to update main.py, you can use ampy, and upload files through UART.

Oh, I've got your point.

Firstly it gives access to API call from python, and secondly I hope it could give you control over used star systems :). I think using right set of systems...

I've just created a telegram group for us. https://t.me/joinchat/CCukvxYGJQDKLjWyaCaaMg If somebody needs it :)

I’ve noticed that gps gives time near 2050 when it doesn’t see satellites

I would say, that modcellular.c is overwhelmed now. I suggest adding new features to separated modules.

I've been using a sdcard for logging for a couple of months. Everything is ok, the card is mounted under /t, and it has to be in fat32.

I think that there is a possible deadlock. mp_sched_schedule enters SYS_EnterCriticalSection internally. And if you try to reenter there from the interrupt handler it will hang up the board. So,...