Patrick Joy
Patrick Joy
> Your observation re `trigger` is correct: it kills the code. The arg and the C code make no sense to me: a value of 0xF00 works. Whatever the arg...
Ok that makes sense. Maybe it might be useful to add total memory to the system information, gc.mem_alloc() + gc.mem_free(). Just a suggestion.
Hi @jczic, Sorry I should have been clearer. What I meant is that the underscores aren't visible in the repl, until after you press enter. It's a very strange issue,...
Thanks yes I'm using linux, ubuntu with kde desktop. I'm running with -g gtk otherwise I get a blank window. I can test a different system font?
Nice work @purewack I will close my unfinished PR as I think you have covered everything in mine?
> Did you try the latest stable MicroPython build? Yes I have tested with the latest stable version (v1.23.0) but the result is the same. If there is any testing...
Thanks @robert-hh I wonder if this could be a littlefs issue maybe?
> I think, instead of grabbing the console device and putting it to sleep, it should either rely on zephyr's power policy management or implement pm_policy_next_state, or provide a API...
I have added machine.deepsleep() to this PR which completely powers down the system using ```sys_poweroff();```
> I tested this on nucleo_wb55rg, and it breaks the UART REPL on that board: the UART responds only occasionally to input (output is fine though). I'm guessing it's because...