dotnfc

Results 12 comments of dotnfc

machine.Timer for windows port, here is a simple PR: https://github.com/micropython/micropython/pull/8342 for the SDL/modSDL.c here is a simple patch to make the mingw port working ``` diff --git "a/driver/SDL/modSDL.c" "b/driver/SDL/modSDL.c" index...

yes, the ffi should be more flexible. but, it is turned off by default on windows port, not like the unix port.

let's give a try for ffi on lv_mpy win port.

> Actually the SDL driver [still contains the code that runs the event loop](https://github.com/lvgl/lv_binding_micropython/blob/f0407d8f446a45b9e1809dc94a4c4fb4587f2378/driver/SDL/modSDL.c#L103). I hi amirgon, i tried this simple solution your mentioned here, it works(): modify lv_utils.py 1....

to check SDL being running here is a simple patch for modSDL.c ``` driver/SDL/modSDL.c | 7 +++++++ lvgl | 0 pycparser | 0 tests/run.sh | 0 4 files changed, 7...

hi amirgon, we may have 3 options for this: 1. simple 'built-in event loop' 2. lv_timer.Timer build on SDL_AddTimer native mod, like sdl_monitor.c/sdl_mouse.c can this be aceptable, if it were...

another thing, is there any possible to reduce the command line length for gen_mpy.py to produce the qstr? windows command line is limited to 8,192. this will make build lv_mpy...

#674 has been closed, and the HWFW has not been impl in my PR.

i tried 'https://github.com/mbrossard/DAPLink/tree/feature/stm32f072cb_hic'(uv5) on my board, IT WORKS. hic f072cb, target nucleo-f103rb

the same. i use wsl2 + vscode + s3 build-in jtag to debug idf hello-world project, a single step can be 1~2 seconds ( with 'set ESP_RTOS none' )