Replies: 1 comment
-
It has to rebuilt everything because of the hot patching that occurs to quite a few of the micropython source and header files. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Those of you who are developing lvgl_micropython how is your build environment set up?
By default
python make.py ...
rebuilds everything, which isn't ideal.What is the recommended way to get an incremental build?
What is the recommend way to work on Python modules that are going to be frozen into the binary?
Beta Was this translation helpful? Give feedback.
All reactions